Home
last modified time | relevance | path

Searched refs:iov32 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_socket.c486 struct netbsd32_iovec *iov32; in msg_send_copyin() local
511 iov32 = NETBSD32PTR64(msg32->msg_iov); in msg_send_copyin()
512 error = netbsd32_to_iovecin(iov32, iov, msg->msg_iovlen); in msg_send_copyin()
H A Dnetbsd32_fs.c75 netbsd32_get_iov(struct netbsd32_iovec *iov32, int iovlen, struct iovec *aiov, in netbsd32_get_iov() argument
92 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()