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

/freebsd-10.3-release/sys/kern/
H A Dtty_outq.c55 struct ttyoutq_block *tob_next; member in struct:ttyoutq_block
63 tob->tob_next = to->to_firstblock; \
66 tob->tob_next = to->to_lastblock->tob_next; \
67 to->to_lastblock->tob_next = tob; \
73 to->to_firstblock = to->to_firstblock->tob_next; \
293 tob = to->to_lastblock->tob_next;

Completed in 42 milliseconds