Searched refs:oresid (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/kern/ |
H A D | tty_ttydisc.c | 270 ssize_t oresid = uio->uio_resid; in ttydisc_read_raw_no_timer() local 290 if (uio->uio_resid == 0 || (oresid - uio->uio_resid) >= vmin) in ttydisc_read_raw_no_timer() 307 int oresid) in ttydisc_read_raw_read_timer() argument 331 if (uio->uio_resid == 0 || (oresid - uio->uio_resid) >= vmin) in ttydisc_read_raw_read_timer() 363 ssize_t oresid = uio->uio_resid; in ttydisc_read_raw_interbyte_timer() local 384 if (uio->uio_resid == 0 || (oresid - uio->uio_resid) >= vmin) in ttydisc_read_raw_interbyte_timer() 391 if (oresid != uio->uio_resid) in ttydisc_read_raw_interbyte_timer() 405 return ttydisc_read_raw_read_timer(tp, uio, ioflag, oresid); in ttydisc_read_raw_interbyte_timer()
|
H A D | uipc_socket.c | 3233 int len = 0, error = 0, oresid; local 3241 oresid = uio->uio_resid; 3257 if (oresid > uio->uio_resid)
|
/freebsd/sys/dev/vt/ |
H A D | vt_sysmouse.c | 327 ssize_t oresid; in sysmouse_read() local 330 oresid = uio->uio_resid; in sysmouse_read() 346 if (oresid != uio->uio_resid || ioflag & O_NONBLOCK) in sysmouse_read()
|
/freebsd/sys/dev/snp/ |
H A D | snp.c | 153 int error, oresid = uio->uio_resid; in snp_read() local 171 if (error != 0 || uio->uio_resid != oresid) in snp_read()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_main.c | 1222 int len = 0, error = 0, flags, oresid; in sdp_sorecv() local 1257 oresid = uio->uio_resid; in sdp_sorecv() 1283 if (oresid > uio->uio_resid) in sdp_sorecv()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 6390 uint64_t lastbyte, len, off, oresid, xfer; in nfscl_doiods() local 6465 oresid = xfer = (uint64_t)uiop->uio_resid; in nfscl_doiods() 6603 len -= (oresid - (uint64_t)uiop->uio_resid); in nfscl_doiods()
|