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