Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Duio.h28 #define UIO_MAXIOV 1024 macro
/external/toybox/toys/posix/
Dgetconf.c106 CONF(TZNAME_MAX), CONF(UIO_MAXIOV),
/external/python/cpython2/Lib/plat-atheos/
DIN.py660 UIO_MAXIOV = 1024 variable
/external/usrsctp/usrsctplib/
Duser_socketvar.h58 #define UIO_MAXIOV 1024 macro
Duser_socket.c630 if (iovcnt > UIO_MAXIOV) in copyiniov()
/external/libevent/
Dbuffer.c2187 #if defined(UIO_MAXIOV) && UIO_MAXIOV < DEFAULT_WRITE_IOVEC
2188 #define NUM_WRITE_IOVEC UIO_MAXIOV
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs977 pub const UIO_MAXIOV: ::c_int = 1024; constant
/external/strace/
DChangeLog27305 Use IOV_MAX instead of UIO_MAXIOV.
27306 IOV_MAX appears to be more portable than UIO_MAXIOV.
27308 * msghdr.c: Include <limits.h>. Remove fallback defintion of UIO_MAXIOV.
27309 (get_optmem_max): Replace UIO_MAXIOV with IOV_MAX.