Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_outq.c54 struct ttyoutq_block *tob_next; member
62 tob->tob_next = to->to_firstblock; \
65 tob->tob_next = to->to_lastblock->tob_next; \
66 to->to_lastblock->tob_next = tob; \
72 to->to_firstblock = to->to_firstblock->tob_next; \
298 tob = to->to_lastblock->tob_next; in ttyoutq_write()