Searched refs:UIO_MAXIOV (Results 1 – 8 of 8) sorted by relevance
53 struct iovec octo_iov[UIO_MAXIOV];
308 if (frags >= UIO_MAXIOV) { in cryptocteon_process()319 if (uiop->uio_iovcnt > UIO_MAXIOV) { in cryptocteon_process()
69 SYSCTL_INT(_kern, KERN_IOV_MAX, iov_max, CTLFLAG_RD, SYSCTL_NULL_INT_PTR, UIO_MAXIOV,352 if (iovcnt > UIO_MAXIOV) in copyiniov()373 if (iovcnt > UIO_MAXIOV) in copyinuio()
76 #define UIO_MAXIOV 1024 /* max 1K of iov's */ macro
84 #define UIO_MAXIOV 1024 /* max 1K of iov's */ macro
236 if (iovcnt > UIO_MAXIOV) in copyinuio()
648 if (iovcnt > UIO_MAXIOV) in copyiniov()
158 if (iovcnt > UIO_MAXIOV) in linux32_copyinuio()199 if (iovcnt > UIO_MAXIOV) in linux32_copyiniov()