Home
last modified time | relevance | path

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

/components/lwp/terminal/freebsd/
A Dtty_outq.c98 to->to_begin = 0; in ttyoutq_flush()
161 if (to->to_begin == to->to_end) in ttyoutq_read()
173 cbegin = to->to_begin; in ttyoutq_read()
185 to->to_begin = 0; in ttyoutq_read()
192 to->to_begin = 0; in ttyoutq_read()
199 to->to_begin += clen; in ttyoutq_read()
225 if (to->to_begin == to->to_end) in ttyoutq_read_uio()
237 cbegin = to->to_begin; in ttyoutq_read_uio()
256 to->to_begin = 0; in ttyoutq_read_uio()
278 to->to_begin += clen; in ttyoutq_read_uio()
[all …]
/components/lwp/terminal/
A Dbsd_ttyqueue.h77 unsigned int to_begin; member
177 return (to->to_end - to->to_begin); in ttyoutq_bytesused()

Completed in 3 milliseconds