Home
last modified time | relevance | path

Searched refs:to_lastblock (Results 1 – 2 of 2) sorted by relevance

/components/lwp/terminal/freebsd/
A Dtty_outq.c74 tob->tob_next = to->to_lastblock->tob_next; \
75 to->to_lastblock->tob_next = tob; \
315 to->to_lastblock = tob; in ttyoutq_write()
320 tob = to->to_lastblock->tob_next; in ttyoutq_write()
326 to->to_lastblock = tob; in ttyoutq_write()
330 tob = to->to_lastblock; in ttyoutq_write()
/components/lwp/terminal/
A Dbsd_ttyqueue.h76 struct ttyoutq_block *to_lastblock; member

Completed in 3 milliseconds