Searched refs:to_lastblock (Results 1 – 2 of 2) sorted by relevance
68 tob->tob_next = to->to_lastblock->tob_next; \69 to->to_lastblock->tob_next = tob; \298 to->to_lastblock = tob; in ttyoutq_write()301 tob = to->to_lastblock->tob_next; in ttyoutq_write()306 to->to_lastblock = tob; in ttyoutq_write()308 tob = to->to_lastblock; in ttyoutq_write()
64 struct ttyoutq_block *to_lastblock; member