Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/amd64/
H A Dmem.c84 ssize_t orig_resid; in memrw() local
90 orig_resid = uio->uio_resid; in memrw()
159 if (uio->uio_resid != orig_resid) in memrw()
/f-stack/freebsd/kern/
H A Dsys_pipe.c1065 ssize_t orig_resid; in pipe_write() local
1123 orig_resid = uio->uio_resid; in pipe_write()
1179 if ((space < uio->uio_resid) && (orig_resid <= PIPE_BUF)) in pipe_write()
1304 if (uio->uio_resid != orig_resid && error == EPIPE) in pipe_write()
1319 if (uio->uio_resid != orig_resid) in pipe_write()
H A Duipc_socket.c1917 ssize_t orig_resid = uio->uio_resid; local
2037 orig_resid = 0;
2120 orig_resid = 0;
2130 orig_resid = 0;
2375 if (orig_resid == uio->uio_resid && orig_resid &&