Searched refs:UIO_MAXIOV (Results 1 – 8 of 8) sorted by relevance
64 SYSCTL_INT(_kern, KERN_IOV_MAX, iov_max, CTLFLAG_RD, SYSCTL_NULL_INT_PTR, UIO_MAXIOV,360 if (iovcnt > UIO_MAXIOV) in copyiniov()381 if (iovcnt > UIO_MAXIOV) in copyinuio()413 KASSERT(iovcnt <= UIO_MAXIOV, in allocuio()
73 #define UIO_MAXIOV 1024 /* max 1K of iov's */ macro
157 #ifdef UIO_MAXIOV in write_state_init()158 w->maxiovecs = UIO_MAXIOV; in write_state_init()
2187 #if defined(UIO_MAXIOV) && UIO_MAXIOV < DEFAULT_WRITE_IOVEC2188 #define NUM_WRITE_IOVEC UIO_MAXIOV
1543 if (args->vlen > UIO_MAXIOV) in linux_sendmmsg()1544 args->vlen = UIO_MAXIOV; in linux_sendmmsg()
1204 if (iovcnt > UIO_MAXIOV) in freebsd32_copyinuio() 1299 if (iovcnt > UIO_MAXIOV) in freebsd32_copyiniov()
134 (MIN(UIO_MAXIOV, \