Searched refs:iov32 (Results 1 – 2 of 2) sorted by relevance
486 struct netbsd32_iovec *iov32; in msg_send_copyin() local511 iov32 = NETBSD32PTR64(msg32->msg_iov); in msg_send_copyin()512 error = netbsd32_to_iovecin(iov32, iov, msg->msg_iovlen); in msg_send_copyin()
75 netbsd32_get_iov(struct netbsd32_iovec *iov32, int iovlen, struct iovec *aiov, in netbsd32_get_iov() argument92 for (i = 0; i < iovlen; iov32 += N_IOV32, i += N_IOV32) { in netbsd32_get_iov()96 error = copyin(iov32, aiov32, n * sizeof (*iov32)); in netbsd32_get_iov()