Home | History | Annotate | Download | only in kern

Lines Matching refs:uio_resid

141 	auio.uio_resid = nbyte;
150 if (auio.uio_resid > SSIZE_MAX) {
155 cnt = auio.uio_resid;
158 if (auio.uio_resid != cnt && (error == ERESTART ||
161 cnt -= auio.uio_resid;
250 auio.uio_resid = 0;
252 auio.uio_resid += iov->iov_len;
259 auio.uio_resid > SSIZE_MAX - iov->iov_len) {
273 cnt = auio.uio_resid;
276 if (auio.uio_resid != cnt && (error == ERESTART ||
279 cnt -= auio.uio_resid;
337 auio.uio_resid = nbyte;
346 if (auio.uio_resid > SSIZE_MAX) {
351 cnt = auio.uio_resid;
354 if (auio.uio_resid != cnt && (error == ERESTART ||
363 cnt -= auio.uio_resid;
452 auio.uio_resid = 0;
454 auio.uio_resid += iov->iov_len;
461 auio.uio_resid > SSIZE_MAX - iov->iov_len) {
475 cnt = auio.uio_resid;
478 if (auio.uio_resid != cnt && (error == ERESTART ||
487 cnt -= auio.uio_resid;