Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Duio.h28 #define UIO_MAXIOV 1024 macro
/external/toybox/toys/posix/
Dgetconf.c36 #ifndef UIO_MAXIOV
37 #define UIO_MAXIOV 1024 macro
162 CONF(UIO_MAXIOV), CONF(CHAR_BIT),
/external/python/cpython2/Lib/plat-atheos/
DIN.py660 UIO_MAXIOV = 1024 variable
/external/libevent/
Dbuffer.c2176 #if defined(UIO_MAXIOV) && UIO_MAXIOV < DEFAULT_WRITE_IOVEC
2177 #define NUM_WRITE_IOVEC UIO_MAXIOV
/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.