Home
last modified time | relevance | path

Searched refs:oresid (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/iscsi/
H A Discsi_rcv.c70 int oresid = u->uio_resid; in my_soo_read() local
73 if (!ret && u->uio_resid == oresid) in my_soo_read()
/netbsd/sys/fs/nfs/client/
H A Dnfs_clrpcops.c5466 uint64_t lastbyte, len, off, oresid, xfer; in nfscl_doiods() local
5533 oresid = xfer = (uint64_t)uiop->uio_resid; in nfscl_doiods()
5553 len -= (oresid - (uint64_t)uiop->uio_resid); in nfscl_doiods()