Home
last modified time | relevance | path

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

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