Home | Sort by: relevance | last modified time | path |
/src/sys/dev/iscsi/ | |
iscsi_rcv.c | 70 int oresid = u->uio_resid; local in function:my_soo_read 73 if (!ret && u->uio_resid == oresid) |
iscsi_rcv.c | 70 int oresid = u->uio_resid; local in function:my_soo_read 73 if (!ret && u->uio_resid == oresid) |
/src/sys/fs/nfs/client/ | |
nfs_clrpcops.c | 5461 uint64_t lastbyte, len, off, oresid, xfer; local in function:nfscl_doiods 5528 oresid = xfer = (uint64_t)uiop->uio_resid; 5548 len -= (oresid - (uint64_t)uiop->uio_resid); |
nfs_clrpcops.c | 5461 uint64_t lastbyte, len, off, oresid, xfer; local in function:nfscl_doiods 5528 oresid = xfer = (uint64_t)uiop->uio_resid; 5548 len -= (oresid - (uint64_t)uiop->uio_resid); |