Searched refs:oresid (Results 1 – 2 of 2) sorted by relevance
187 ssize_t oresid = uio->uio_resid; in ttydisc_read_raw_no_timer() local207 if (uio->uio_resid == 0 || (oresid - uio->uio_resid) >= vmin) in ttydisc_read_raw_no_timer()224 int oresid) in ttydisc_read_raw_read_timer() argument248 if (uio->uio_resid == 0 || (oresid - uio->uio_resid) >= vmin) in ttydisc_read_raw_read_timer()280 ssize_t oresid = uio->uio_resid; in ttydisc_read_raw_interbyte_timer() local301 if (uio->uio_resid == 0 || (oresid - uio->uio_resid) >= vmin) in ttydisc_read_raw_interbyte_timer()308 if (oresid != uio->uio_resid) in ttydisc_read_raw_interbyte_timer()322 return ttydisc_read_raw_read_timer(tp, uio, ioflag, oresid); in ttydisc_read_raw_interbyte_timer()
2396 int len = 0, error = 0, flags, oresid; local2451 oresid = uio->uio_resid;2466 if (oresid > uio->uio_resid)