Home
last modified time | relevance | path

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

/components/lwp/terminal/freebsd/
A Dtty_outq.c58 struct ttyoutq_block *tob_next; member
69 tob->tob_next = to->to_firstblock; \
74 tob->tob_next = to->to_lastblock->tob_next; \
75 to->to_lastblock->tob_next = tob; \
83 to->to_firstblock = to->to_firstblock->tob_next; \
320 tob = to->to_lastblock->tob_next; in ttyoutq_write()

Completed in 2 milliseconds