Searched refs:IOV_MAX1 (Results 1 – 3 of 3) sorted by relevance
/external/strace/tests-m32/ |
D | mmsg_name.c | 45 #define IOV_MAX1 (IOV_MAX + 1) macro 87 tail_alloc(sizeof(*send_addr) * IOV_MAX1); in test_mmsg_name() 88 char *const send_buf = tail_alloc(sizeof(*send_buf) * IOV_MAX1); in test_mmsg_name() 89 struct iovec *const send_iov = tail_alloc(sizeof(*send_iov) * IOV_MAX1); in test_mmsg_name() 90 struct mmsghdr *const send_mh = tail_alloc(sizeof(*send_mh) * IOV_MAX1); in test_mmsg_name() 94 for (i = 0; i < IOV_MAX1; ++i) { in test_mmsg_name() 116 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT); in test_mmsg_name() 120 for (i = 0; i < IOV_MAX1; ++i) { in test_mmsg_name() 137 IOV_MAX1, rc, errno2name()); in test_mmsg_name() 139 for (i = 0; i < IOV_MAX1; ++i) { in test_mmsg_name() [all …]
|
/external/strace/tests-mx32/ |
D | mmsg_name.c | 45 #define IOV_MAX1 (IOV_MAX + 1) macro 87 tail_alloc(sizeof(*send_addr) * IOV_MAX1); in test_mmsg_name() 88 char *const send_buf = tail_alloc(sizeof(*send_buf) * IOV_MAX1); in test_mmsg_name() 89 struct iovec *const send_iov = tail_alloc(sizeof(*send_iov) * IOV_MAX1); in test_mmsg_name() 90 struct mmsghdr *const send_mh = tail_alloc(sizeof(*send_mh) * IOV_MAX1); in test_mmsg_name() 94 for (i = 0; i < IOV_MAX1; ++i) { in test_mmsg_name() 116 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT); in test_mmsg_name() 120 for (i = 0; i < IOV_MAX1; ++i) { in test_mmsg_name() 137 IOV_MAX1, rc, errno2name()); in test_mmsg_name() 139 for (i = 0; i < IOV_MAX1; ++i) { in test_mmsg_name() [all …]
|
/external/strace/tests/ |
D | mmsg_name.c | 45 #define IOV_MAX1 (IOV_MAX + 1) macro 87 tail_alloc(sizeof(*send_addr) * IOV_MAX1); in test_mmsg_name() 88 char *const send_buf = tail_alloc(sizeof(*send_buf) * IOV_MAX1); in test_mmsg_name() 89 struct iovec *const send_iov = tail_alloc(sizeof(*send_iov) * IOV_MAX1); in test_mmsg_name() 90 struct mmsghdr *const send_mh = tail_alloc(sizeof(*send_mh) * IOV_MAX1); in test_mmsg_name() 94 for (i = 0; i < IOV_MAX1; ++i) { in test_mmsg_name() 116 rc = send_mmsg(send_fd, send_mh, IOV_MAX1, MSG_DONTWAIT); in test_mmsg_name() 120 for (i = 0; i < IOV_MAX1; ++i) { in test_mmsg_name() 137 IOV_MAX1, rc, errno2name()); in test_mmsg_name() 139 for (i = 0; i < IOV_MAX1; ++i) { in test_mmsg_name() [all …]
|