Searched refs:UIO_MAXIOV (Results 1 – 5 of 5) sorted by relevance
28 #define UIO_MAXIOV 1024 macro
36 #ifndef UIO_MAXIOV37 #define UIO_MAXIOV 1024 macro162 CONF(UIO_MAXIOV), CONF(CHAR_BIT),
660 UIO_MAXIOV = 1024 variable
2176 #if defined(UIO_MAXIOV) && UIO_MAXIOV < DEFAULT_WRITE_IOVEC2177 #define NUM_WRITE_IOVEC UIO_MAXIOV
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.