Searched refs:tob_next (Results 1 – 1 of 1) sorted by relevance
57 struct ttyoutq_block *tob_next; member65 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()