Home | History | Annotate | Download | only in kern

Lines Matching refs:nbyte

105 		syscallarg(size_t)	nbyte;
121 return (dofileread(fd, fp, SCARG(uap, buf), SCARG(uap, nbyte),
126 dofileread(int fd, struct file *fp, void *buf, size_t nbyte,
138 aiov.iov_len = nbyte;
141 auio.uio_resid = nbyte;
304 syscallarg(size_t) nbyte;
320 return (dofilewrite(fd, fp, SCARG(uap, buf), SCARG(uap, nbyte),
326 size_t nbyte, off_t *offset, int flags, register_t *retval)
334 aiov.iov_len = nbyte;
337 auio.uio_resid = nbyte;