Searched refs:to_firstblock (Results 1 – 2 of 2) sorted by relevance
65 tob->tob_next = to->to_firstblock; \66 to->to_firstblock = tob; \75 to->to_firstblock = to->to_firstblock->tob_next; \134 while ((tob = to->to_firstblock) != NULL) { in ttyoutq_free()154 tob = to->to_firstblock; in ttyoutq_read()215 tob = to->to_firstblock; in ttyoutq_read_uio()293 tob = to->to_firstblock; in ttyoutq_write()
63 struct ttyoutq_block *to_firstblock; member