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

/darwin-on-arm/xnu/bsd/sys/
H A Duio.h257 #define UIO_MAXIOV 1024 /* max 1K of iov's */ macro
/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dwritev.c39 #define IOV_MAX UIO_MAXIOV
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_subr.c637 if (a_iovcount > UIO_MAXIOV) {
H A Dsys_generic.c407 if (uap->iovcnt <= 0 || uap->iovcnt > UIO_MAXIOV)
623 if (uap->iovcnt <= 0 || uap->iovcnt > UIO_MAXIOV)
H A Duipc_syscalls.c1036 if (user_msg.msg_iovlen <= 0 || user_msg.msg_iovlen > UIO_MAXIOV) {
1463 if (user_msg.msg_iovlen <= 0 || user_msg.msg_iovlen > UIO_MAXIOV) {

Completed in 159 milliseconds