Home
last modified time | relevance | path

Searched refs:to_firstblock (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dtty_outq.c62 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()
/freebsd/sys/sys/
H A Dttyqueue.h61 struct ttyoutq_block *to_firstblock; member