Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_outq.c57 struct ttyoutq_block *tob_next; member
65 tob->tob_next = to->to_firstblock; \
68 tob->tob_next = to->to_lastblock->tob_next; \
69 to->to_lastblock->tob_next = tob; \
75 to->to_firstblock = to->to_firstblock->tob_next; \
301 tob = to->to_lastblock->tob_next; in ttyoutq_write()