Home | History | Annotate | Download | only in kern

Lines Matching refs:iovp

177 		syscallarg(const struct iovec *)	iovp;
181 return do_filereadv(SCARG(uap, fd), SCARG(uap, iovp),
186 do_filereadv(int fd, const struct iovec *iovp, int iovcnt,
229 iov = __UNCONST(iovp);
240 error = copyin(iovp, iov, iovlen);
379 syscallarg(const struct iovec *) iovp;
383 return do_filewritev(SCARG(uap, fd), SCARG(uap, iovp),
388 do_filewritev(int fd, const struct iovec *iovp, int iovcnt,
431 iov = __UNCONST(iovp);
442 error = copyin(iovp, iov, iovlen);