Home
last modified time | relevance | path

Searched refs:UIO_MAXIOV (Results 1 – 3 of 3) sorted by relevance

/original-bsd/sys/sys/
H A Duio.h45 #define UIO_MAXIOV 1024 /* max 1K of iov's */ macro
/original-bsd/sys/kern/
H A Duipc_syscalls.c414 if ((u_int)msg.msg_iovlen >= UIO_MAXIOV)
451 if ((u_int)msg.msg_iovlen >= UIO_MAXIOV)
678 if ((u_int)msg.msg_iovlen >= UIO_MAXIOV)
721 if ((u_int)msg.msg_iovlen >= UIO_MAXIOV)
H A Dsys_generic.c122 if (SCARG(uap, iovcnt) > UIO_MAXIOV)
267 if (SCARG(uap, iovcnt) > UIO_MAXIOV)