Searched refs:to_lastblock (Results 1 – 2 of 2) sorted by relevance
65 tob->tob_next = to->to_lastblock->tob_next; \66 to->to_lastblock->tob_next = tob; \295 to->to_lastblock = tob; in ttyoutq_write()298 tob = to->to_lastblock->tob_next; in ttyoutq_write()303 to->to_lastblock = tob; in ttyoutq_write()305 tob = to->to_lastblock; in ttyoutq_write()
62 struct ttyoutq_block *to_lastblock; member