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

  /src/sys/dev/
kttcp.c 358 long long orig_resid, resid; local in function:kttcp_soreceive
365 resid = orig_resid = slen;
470 orig_resid = 0;
675 if (orig_resid == resid && orig_resid &&
  /src/sys/fs/nfs/client/
nfs_clbio.c 856 size_t orig_resid, local_resid; local in function:ncl_write
908 orig_resid = uio->uio_resid;
1236 uio->uio_offset -= orig_resid - uio->uio_resid;
1237 uio->uio_resid = orig_resid;
  /src/sys/ufs/ffs/
ffs_extattr.c 146 ssize_t orig_resid; local in function:ffs_extread
158 orig_resid = uio->uio_resid;
159 KASSERT(orig_resid >= 0);
160 if (orig_resid == 0)
  /src/sys/kern/
uipc_socket.c 1167 size_t len, offset, moff, orig_resid; local in function:soreceive
1180 orig_resid = uio->uio_resid;
1322 orig_resid = 0;
1348 orig_resid = 0;
1437 orig_resid = 0;
1654 if (orig_resid == uio->uio_resid && orig_resid &&

Completed in 18 milliseconds