/third_party/musl/src/network/ |
D | sendmmsg.c | 14 if (vlen > IOV_MAX) vlen = IOV_MAX; /* This matches the kernel. */ in sendmmsg()
|
D | recvmmsg.c | 28 if (vlen > IOV_MAX) vlen = IOV_MAX; in recvmmsg()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | limits.h | 40 #define IOV_MAX 1024 macro
|
/third_party/ltp/testcases/kernel/syscalls/vmsplice/ |
D | vmsplice02.c | 48 { &pipes[1], &ivc, IOV_MAX + 1, EINVAL },
|
/third_party/musl/include/ |
D | limits.h | 50 #define IOV_MAX 1024 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | limits.h | 50 #define IOV_MAX 1024 macro
|
/third_party/musl/ndk_musl_include/ |
D | limits.h | 50 #define IOV_MAX 1024 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | limits.h | 50 #define IOV_MAX 1024 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | limits.h | 52 #define IOV_MAX 1024 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | limits.h | 52 #define IOV_MAX 1024 macro
|
/third_party/lwip/src/include/lwip/ |
D | sockets.h | 114 #if !defined IOV_MAX 115 #define IOV_MAX 0xFFFF macro 116 #elif IOV_MAX > 0xFFFF
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | limits.h | 85 #define IOV_MAX 1024 macro
|
/third_party/nghttp2/src/ |
D | shrpx_memcached_connection.cc | 585 #if defined(IOV_MAX) && IOV_MAX < DEFAULT_WR_IOVCNT 586 # define MAX_WR_IOVCNT IOV_MAX
|
D | memchunk.h | 55 #if defined(IOV_MAX) && IOV_MAX < DEFAULT_WR_IOVCNT 56 # define MAX_WR_IOVCNT IOV_MAX
|
/third_party/musl/src/conf/ |
D | sysconf.c | 79 [_SC_IOV_MAX] = IOV_MAX, in sysconf()
|
/third_party/musl/porting/linux/user/src/conf/ |
D | sysconf.c | 79 [_SC_IOV_MAX] = IOV_MAX, in sysconf()
|
/third_party/gstreamer/gstreamer/plugins/elements/ |
D | gstelements_private.c | 136 #if defined(IOV_MAX) 137 #define GST_IOV_MAX IOV_MAX
|
/third_party/ltp/testcases/kernel/syscalls/cma/ |
D | process_vm_readv03.c | 254 nr_iovecs = nflag ? SAFE_STRTOL(NULL, nr_opt, 1, IOV_MAX) : 10; in setup()
|
/third_party/toybox/toys/posix/ |
D | getconf.c | 101 CONF(IOV_MAX), CONF(LINE_MAX), CONF(LOGIN_NAME_MAX), CONF(NGROUPS_MAX),
|
/third_party/libuv/src/unix/ |
D | core.c | 221 #if defined(IOV_MAX) in uv__getiovmax() 222 return IOV_MAX; in uv__getiovmax()
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
D | syscalls.rs | 271 c::IOV_MAX as usize in max_iov()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | openbsd.txt | 264 IOV_MAX
|
D | netbsd.txt | 418 IOV_MAX
|
D | dragonfly.txt | 367 IOV_MAX
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 267 pub const IOV_MAX: ::c_int = 1024; constant
|