Searched refs:to_end (Results 1 – 2 of 2) sorted by relevance
99 to->to_end = 0; in ttyoutq_flush()161 if (to->to_begin == to->to_end) in ttyoutq_read()182 if (cend == to->to_end) in ttyoutq_read()186 to->to_end = 0; in ttyoutq_read()193 to->to_end -= TTYOUTQ_DATASIZE; in ttyoutq_read()225 if (to->to_begin == to->to_end) in ttyoutq_read_uio()257 if (to->to_end <= TTYOUTQ_DATASIZE) in ttyoutq_read_uio()258 to->to_end = 0; in ttyoutq_read_uio()303 boff = to->to_end % TTYOUTQ_DATASIZE; in ttyoutq_write()305 if (to->to_end == 0) in ttyoutq_write()[all …]
78 unsigned int to_end; member170 MPASS(len >= to->to_end); in ttyoutq_bytesleft()172 return (len - to->to_end); in ttyoutq_bytesleft()177 return (to->to_end - to->to_begin); in ttyoutq_bytesused()
Completed in 3 milliseconds