Searched refs:orig_resid (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c865 int orig_resid; local
869 orig_resid = uio_resid(uio);
903 (unsigned)orig_resid > wpipe->pipe_buffer.size - wpipe->pipe_buffer.cnt &&
906 pipe_size = choose_pipespace(wpipe->pipe_buffer.size, wpipe->pipe_buffer.cnt + orig_resid);
947 if ((space < uio_resid(uio)) && (orig_resid <= PIPE_BUF))
H A Duipc_socket.c1899 int orig_resid = uio_resid(uio); local
2203 orig_resid = 0;
2331 orig_resid = 0;
2346 orig_resid = 0;
2686 if (orig_resid == uio_resid(uio) && orig_resid &&
/darwin-on-arm/xnu/bsd/dev/vn/
H A Dvn.c297 user_ssize_t orig_resid; local
299 orig_resid = resid = uio_resid(uio);

Completed in 86 milliseconds