Searched refs:freebsd32_copyiniov (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13-stable/sys/compat/freebsd32/ |
| HD | freebsd32_util.h | 115 int freebsd32_copyiniov(struct iovec32 *iovp, u_int iovcnt,
|
| HD | freebsd32_misc.c | 1226 freebsd32_copyiniov(struct iovec32 *iovp32, u_int iovcnt, struct iovec **iovp, in freebsd32_copyiniov() function 1457 error = freebsd32_copyiniov((void *)msg.msg_iov, msg.msg_iovlen, &iov, in freebsd32_recvmsg() 1603 error = freebsd32_copyiniov((void *)msg.msg_iov, msg.msg_iovlen, &iov, in freebsd32_sendmsg()
|
| /freebsd-13-stable/sys/netinet/ |
| HD | sctp_syscalls.c | 368 error = freebsd32_copyiniov((struct iovec32 *)uap->iov, 479 error = freebsd32_copyiniov((struct iovec32 *)uap->iov,
|