Searched refs:copyiniov (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Duio.h92 int copyiniov(const struct iovec *iovp, u_int iovcnt, struct iovec **iov,
/freebsd-10.0-release/sys/kern/
H A Duipc_syscalls.c1039 error = copyiniov(msg.msg_iov, msg.msg_iovlen, &iov, EMSGSIZE);
1066 error = copyiniov(msg.msg_iov, msg.msg_iovlen, &iov, EMSGSIZE);
1356 error = copyiniov(msg.msg_iov, msg.msg_iovlen, &iov, EMSGSIZE);
1386 error = copyiniov(msg.msg_iov, msg.msg_iovlen, &iov, EMSGSIZE);
2835 error = copyiniov(uap->iov, uap->iovlen, &iov, EMSGSIZE);
2946 error = copyiniov(uap->iov, uap->iovlen, &iov, EMSGSIZE);
H A Dsubr_uio.c324 copyiniov(const struct iovec *iovp, u_int iovcnt, struct iovec **iov, int error) function
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_socket.c1183 error = copyiniov(msg.msg_iov, msg.msg_iovlen, &iov, EMSGSIZE);
1316 error = copyiniov(msg.msg_iov, msg.msg_iovlen, &iov, EMSGSIZE);

Completed in 190 milliseconds