Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_outq.c97 struct ttyoutq_block *tob; in ttyoutq_setsize() local
129 struct ttyoutq_block *tob; in ttyoutq_free() local
154 tob = to->to_firstblock; in ttyoutq_read()
155 if (tob == NULL) in ttyoutq_read()
215 tob = to->to_firstblock; in ttyoutq_read_uio()
216 if (tob == NULL) in ttyoutq_read_uio()
294 if (tob == NULL) { in ttyoutq_write()
298 to->to_lastblock = tob; in ttyoutq_write()
302 if (tob == NULL) { in ttyoutq_write()
306 to->to_lastblock = tob; in ttyoutq_write()
[all …]