Searched refs:to_firstblock (Results 1 – 2 of 2) sorted by relevance
62 tob->tob_next = to->to_firstblock; \63 to->to_firstblock = tob; \72 to->to_firstblock = to->to_firstblock->tob_next; \131 while ((tob = to->to_firstblock) != NULL) { in ttyoutq_free()151 tob = to->to_firstblock; in ttyoutq_read()212 tob = to->to_firstblock; in ttyoutq_read_uio()290 tob = to->to_firstblock; in ttyoutq_write()
61 struct ttyoutq_block *to_firstblock; member