Searched refs:UIO_MAXIOV (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/tools/tests/libMicro/
H A Dwritev.c39 #define IOV_MAX UIO_MAXIOV
/xnu-2422.115.4/bsd/sys/
H A Duio.h244 #define UIO_MAXIOV 1024 /* max 1K of iov's */ macro
/xnu-2422.115.4/bsd/kern/
H A Dkern_subr.c633 if (a_iovcount > UIO_MAXIOV) {
H A Dsys_generic.c413 if (uap->iovcnt <= 0 || uap->iovcnt > UIO_MAXIOV)
632 if (uap->iovcnt <= 0 || uap->iovcnt > UIO_MAXIOV)
H A Duipc_syscalls.c1274 if (user_msg.msg_iovlen <= 0 || user_msg.msg_iovlen > UIO_MAXIOV) {
1670 if (user_msg.msg_iovlen <= 0 || user_msg.msg_iovlen > UIO_MAXIOV) {

Completed in 46 milliseconds