Searched refs:cend (Results 1 – 2 of 2) sorted by relevance
| /components/lwp/terminal/freebsd/ |
| A D | tty_outq.c | 158 size_t cbegin, cend, clen; in ttyoutq_read() local 174 cend = MIN(MIN(to->to_end, to->to_begin + len), TTYOUTQ_DATASIZE); in ttyoutq_read() 175 clen = cend - cbegin; in ttyoutq_read() 182 if (cend == to->to_end) in ttyoutq_read() 188 else if (cend == TTYOUTQ_DATASIZE) in ttyoutq_read() 222 size_t cbegin, cend, clen; in ttyoutq_read_uio() local 238 cend = MIN(MIN(to->to_end, to->to_begin + uio->uio_resid), in ttyoutq_read_uio() 240 clen = cend - cbegin; in ttyoutq_read_uio() 249 if (cend == TTYOUTQ_DATASIZE || cend == to->to_end) in ttyoutq_read_uio()
|
| A D | tty_inq.c | 182 size_t cbegin, cend, clen; in ttyinq_read_uio() local 198 cend = MIN(MIN(ti->ti_linestart, ti->ti_begin + rlen), TTYINQ_DATASIZE); in ttyinq_read_uio() 199 clen = cend - cbegin; in ttyinq_read_uio() 210 if (cend == TTYINQ_DATASIZE || cend == ti->ti_end) in ttyinq_read_uio()
|
Completed in 5 milliseconds