/external/strace/tests-mx32/ |
D | mmsg_name.c | 44 #define IOV_MAX1 (IOV_MAX + 1) 122 if (i >= IOV_MAX in test_mmsg_name() 150 rc = send_mmsg(-1, &send_mh[IOV_MAX], 2, MSG_DONTWAIT); in test_mmsg_name() 153 print_msghdr(&send_mh[IOV_MAX].msg_hdr, 0); in test_mmsg_name() 166 if (i >= IOV_MAX in test_mmsg_name()
|
D | msg_control.c | 804 optmem_max = sizeof(long long) * (2 * IOV_MAX + 512); in test_big_len()
|
/external/strace/tests/ |
D | mmsg_name.c | 44 #define IOV_MAX1 (IOV_MAX + 1) 122 if (i >= IOV_MAX in test_mmsg_name() 150 rc = send_mmsg(-1, &send_mh[IOV_MAX], 2, MSG_DONTWAIT); in test_mmsg_name() 153 print_msghdr(&send_mh[IOV_MAX].msg_hdr, 0); in test_mmsg_name() 166 if (i >= IOV_MAX in test_mmsg_name()
|
D | msg_control.c | 804 optmem_max = sizeof(long long) * (2 * IOV_MAX + 512); in test_big_len()
|
/external/strace/tests-m32/ |
D | mmsg_name.c | 44 #define IOV_MAX1 (IOV_MAX + 1) 122 if (i >= IOV_MAX in test_mmsg_name() 150 rc = send_mmsg(-1, &send_mh[IOV_MAX], 2, MSG_DONTWAIT); in test_mmsg_name() 153 print_msghdr(&send_mh[IOV_MAX].msg_hdr, 0); in test_mmsg_name() 166 if (i >= IOV_MAX in test_mmsg_name()
|
D | msg_control.c | 804 optmem_max = sizeof(long long) * (2 * IOV_MAX + 512); in test_big_len()
|
/external/strace/ |
D | mmsghdr.c | 94 int namelen[IOV_MAX]; 101 if (len > IOV_MAX) in save_mmsgvec_namelen() 102 len = IOV_MAX; in save_mmsgvec_namelen() 132 .count = IOV_MAX, in decode_mmsgvec()
|
D | msghdr.c | 272 optmem_max = sizeof(long long) * (2 * IOV_MAX + 512); in get_optmem_max()
|
D | ChangeLog | 27305 Use IOV_MAX instead of UIO_MAXIOV. 27306 IOV_MAX appears to be more portable than UIO_MAXIOV. 27309 (get_optmem_max): Replace UIO_MAXIOV with IOV_MAX.
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | socket_types.hpp | 158 # if defined(IOV_MAX) 159 const int max_iov_len = IOV_MAX;
|
/external/openssh/ |
D | atomicio.c | 107 struct iovec iov_array[IOV_MAX], *iov = iov_array; in atomiciov6() 110 if (iovcnt < 0 || iovcnt > IOV_MAX) { in atomiciov6()
|
D | defines.h | 813 #ifndef IOV_MAX 815 # define IOV_MAX _XOPEN_IOV_MAX macro 817 # define IOV_MAX DEF_IOV_MAX macro 819 # define IOV_MAX 16 macro
|
/external/ltp/testcases/kernel/syscalls/vmsplice/ |
D | vmsplice02.c | 61 { &pipes[1], &ivc, IOV_MAX + 1, EINVAL },
|
/external/ltp/testcases/kernel/syscalls/cma/ |
D | process_vm_readv03.c | 253 nr_iovecs = nflag ? SAFE_STRTOL(NULL, nr_opt, 1, IOV_MAX) : 10; in setup()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | tcp_posix.cc | 779 #if defined(IOV_MAX) && IOV_MAX < 1000 780 #define MAX_WRITE_IOVEC IOV_MAX
|
/external/python/cpython2/Lib/plat-beos5/ |
D | IN.py | 110 IOV_MAX = (256) variable
|
/external/toybox/toys/posix/ |
D | getconf.c | 106 CONF(IOV_MAX), CONF(LINE_MAX), CONF(LOGIN_NAME_MAX), CONF(NGROUPS_MAX),
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 336 IOV_MAX = 1024 variable
|
/external/libevent/ |
D | buffer.c | 2178 #elif defined(IOV_MAX) && IOV_MAX < DEFAULT_WRITE_IOVEC 2179 #define NUM_WRITE_IOVEC IOV_MAX
|
/external/perfetto/src/tracing/core/ |
D | tracing_service_impl.cc | 100 #define IOV_MAX 1024 // Linux compatible limit. macro 1581 constexpr size_t kIOVMax = IOV_MAX; in ReadBuffers()
|