Searched refs:UIO_MAXIOV (Results 1 – 8 of 8) sorted by relevance
28 #define UIO_MAXIOV 1024 macro
106 CONF(TZNAME_MAX), CONF(UIO_MAXIOV),
660 UIO_MAXIOV = 1024 variable
58 #define UIO_MAXIOV 1024 macro
630 if (iovcnt > UIO_MAXIOV) in copyiniov()
2187 #if defined(UIO_MAXIOV) && UIO_MAXIOV < DEFAULT_WRITE_IOVEC2188 #define NUM_WRITE_IOVEC UIO_MAXIOV
977 pub const UIO_MAXIOV: ::c_int = 1024; constant
27305 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.