Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/cavium/cryptocteon/
H A Dcryptocteonvar.h53 struct iovec octo_iov[UIO_MAXIOV];
H A Dcryptocteon.c308 if (frags >= UIO_MAXIOV) { in cryptocteon_process()
319 if (uiop->uio_iovcnt > UIO_MAXIOV) { in cryptocteon_process()
/f-stack/freebsd/kern/
H A Dsubr_uio.c69 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()
/f-stack/freebsd/sys/
H A Duio.h76 #define UIO_MAXIOV 1024 /* max 1K of iov's */ macro
/f-stack/tools/compat/include/sys/
H A Duio.h84 #define UIO_MAXIOV 1024 /* max 1K of iov's */ macro
/f-stack/lib/
H A Dff_kern_subr.c236 if (iovcnt > UIO_MAXIOV) in copyinuio()
H A Dff_glue.c648 if (iovcnt > UIO_MAXIOV) in copyiniov()
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_machdep.c158 if (iovcnt > UIO_MAXIOV) in linux32_copyinuio()
199 if (iovcnt > UIO_MAXIOV) in linux32_copyiniov()