Searched refs:to_begin (Results 1 – 2 of 2) sorted by relevance
98 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 …]
77 unsigned int to_begin; member177 return (to->to_end - to->to_begin); in ttyoutq_bytesused()
Completed in 3 milliseconds