Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_outq.c90 to->to_begin = 0; in ttyoutq_flush()
152 if (to->to_begin == to->to_end) in ttyoutq_read()
164 cbegin = to->to_begin; in ttyoutq_read()
176 to->to_begin = 0; in ttyoutq_read()
181 to->to_begin = 0; in ttyoutq_read()
186 to->to_begin += clen; in ttyoutq_read()
213 if (to->to_begin == to->to_end) in ttyoutq_read_uio()
225 cbegin = to->to_begin; in ttyoutq_read_uio()
243 to->to_begin = 0; in ttyoutq_read_uio()
263 to->to_begin += clen; in ttyoutq_read_uio()
[all …]
H A Dtty.c2376 &tp->t_outq, tp->t_outq.to_begin, tp->t_outq.to_end, in DB_SHOW_COMMAND()
2438 tp->t_outq.to_end - tp->t_outq.to_begin, in DB_SHOW_ALL_COMMAND()
/f-stack/freebsd/sys/
H A Dttyqueue.h65 unsigned int to_begin; member
176 return (to->to_end - to->to_begin); in ttyoutq_bytesused()