Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_uio.c64 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()
/freebsd/sys/sys/
H A Duio.h73 #define UIO_MAXIOV 1024 /* max 1K of iov's */ macro
/freebsd/crypto/heimdal/appl/push/
H A Dpush.c157 #ifdef UIO_MAXIOV in write_state_init()
158 w->maxiovecs = UIO_MAXIOV; in write_state_init()
/freebsd/contrib/ntp/sntp/libevent/
H A Dbuffer.c2187 #if defined(UIO_MAXIOV) && UIO_MAXIOV < DEFAULT_WRITE_IOVEC
2188 #define NUM_WRITE_IOVEC UIO_MAXIOV
/freebsd/contrib/libevent/
H A Dbuffer.c2187 #if defined(UIO_MAXIOV) && UIO_MAXIOV < DEFAULT_WRITE_IOVEC
2188 #define NUM_WRITE_IOVEC UIO_MAXIOV
/freebsd/sys/compat/linux/
H A Dlinux_socket.c1543 if (args->vlen > UIO_MAXIOV) in linux_sendmmsg()
1544 args->vlen = UIO_MAXIOV; in linux_sendmmsg()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c1204 if (iovcnt > UIO_MAXIOV) in freebsd32_copyinuio()
1299 if (iovcnt > UIO_MAXIOV) in freebsd32_copyiniov()
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c134 (MIN(UIO_MAXIOV, \