Home | History | Annotate | Download | only in netbsd32

Lines Matching defs:iovp

81 	struct iovec *iovp;
91 iovp = iov;
102 for (j = 0; j < n; iovp++, j++) {
103 iovp->iov_base = NETBSD32PTR64(aiov32[j].iov_base);
104 iovp->iov_len = aiov32[j].iov_len;
116 syscallarg(const netbsd32_iovecp_t) iovp;
131 (struct netbsd32_iovec *)SCARG_P32(uap, iovp),
137 dofilereadv32(int fd, struct file *fp, struct netbsd32_iovec *iovp, int iovcnt, off_t *offset, int flags, register_t *retval)
169 error = netbsd32_to_iovecin(iovp, iov, iovcnt);
223 syscallarg(const netbsd32_iovecp_t) iovp;
238 (struct netbsd32_iovec *)SCARG_P32(uap, iovp),
243 dofilewritev32(int fd, struct file *fp, struct netbsd32_iovec *iovp, int iovcnt, off_t *offset, int flags, register_t *retval)
275 error = netbsd32_to_iovecin(iovp, iov, iovcnt);
646 syscallarg(const netbsd32_iovecp_t) iovp;
673 return dofilereadv32(fd, fp, SCARG_P32(uap, iovp),
686 syscallarg(const netbsd32_iovecp_t) iovp;
713 return dofilewritev32(fd, fp, SCARG_P32(uap, iovp),