Searched refs:UIO_MAXIOV (Results 1 – 13 of 13) sorted by relevance
26 # define UIO_MAXIOV __IOV_MAX macro28 # undef UIO_MAXIOV
26 return UIO_MAXIOV; in uio_maxiov_value()
34 TEST_VERIFY (UIO_MAXIOV == uio_maxiov_value ()); in do_test()
13 allow UIO_MAXIOV
410 #ifdef UIO_MAXIOV in __sysconf()411 return UIO_MAXIOV; in __sysconf()
805 #ifdef UIO_MAXIOV in write_locale_data()806 maxiov = UIO_MAXIOV; in write_locale_data()
8818 UIO_MAXIOV.10437 name `MAX_IOVEC'. Instead use standard name `UIO_MAXIOV'.
674 * nscd/connections.c (gr_send_answer): Deal with missing UIO_MAXIOV.681 * nscd/nscd_getgr_r.c (__nscd_getgr_r): Deal with missing UIO_MAXIOV.
6357 UIO_MAXIOV is left undefined in sys/uio.h.
13682 * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
31027 sysconf: Fix missing definition of UIO_MAXIOV on Linux.
2823 bits/types/struct_iovec.h and bits/uio_lim.h. Set UIO_MAXIOV