Home
last modified time | relevance | path

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

/components/lwp/terminal/freebsd/
A Dtty_outq.c69 tob->tob_next = to->to_firstblock; \
70 to->to_firstblock = tob; \
83 to->to_firstblock = to->to_firstblock->tob_next; \
142 while ((tob = to->to_firstblock) != NULL) in ttyoutq_free()
163 tob = to->to_firstblock; in ttyoutq_read()
227 tob = to->to_firstblock; in ttyoutq_read_uio()
309 tob = to->to_firstblock; in ttyoutq_write()
/components/lwp/terminal/
A Dbsd_ttyqueue.h75 struct ttyoutq_block *to_firstblock; member

Completed in 6 milliseconds