HomeSort by: relevance | last modified time | path
    Searched defs:oresid (Results 1 - 2 of 2) sorted by relevancy

  /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)
  /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);

Completed in 16 milliseconds