Home
last modified time | relevance | path

Searched refs:IOV_MAX (Results 1 – 25 of 33) sorted by relevance

12

/third_party/musl/src/network/
Dsendmmsg.c14 if (vlen > IOV_MAX) vlen = IOV_MAX; /* This matches the kernel. */ in sendmmsg()
Drecvmmsg.c28 if (vlen > IOV_MAX) vlen = IOV_MAX; in recvmmsg()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dlimits.h40 #define IOV_MAX 1024 macro
/third_party/ltp/testcases/kernel/syscalls/vmsplice/
Dvmsplice02.c48 { &pipes[1], &ivc, IOV_MAX + 1, EINVAL },
/third_party/musl/include/
Dlimits.h50 #define IOV_MAX 1024 macro
/third_party/musl/porting/liteos_a/user/include/
Dlimits.h50 #define IOV_MAX 1024 macro
/third_party/musl/ndk_musl_include/
Dlimits.h50 #define IOV_MAX 1024 macro
/third_party/musl/porting/liteos_m/user/include/
Dlimits.h50 #define IOV_MAX 1024 macro
/third_party/musl/porting/uniproton/kernel/include/
Dlimits.h52 #define IOV_MAX 1024 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dlimits.h52 #define IOV_MAX 1024 macro
/third_party/lwip/src/include/lwip/
Dsockets.h114 #if !defined IOV_MAX
115 #define IOV_MAX 0xFFFF macro
116 #elif IOV_MAX > 0xFFFF
/third_party/musl/porting/liteos_a/kernel/include/
Dlimits.h85 #define IOV_MAX 1024 macro
/third_party/nghttp2/src/
Dshrpx_memcached_connection.cc585 #if defined(IOV_MAX) && IOV_MAX < DEFAULT_WR_IOVCNT
586 # define MAX_WR_IOVCNT IOV_MAX
Dmemchunk.h55 #if defined(IOV_MAX) && IOV_MAX < DEFAULT_WR_IOVCNT
56 # define MAX_WR_IOVCNT IOV_MAX
/third_party/musl/src/conf/
Dsysconf.c79 [_SC_IOV_MAX] = IOV_MAX, in sysconf()
/third_party/musl/porting/linux/user/src/conf/
Dsysconf.c79 [_SC_IOV_MAX] = IOV_MAX, in sysconf()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstelements_private.c136 #if defined(IOV_MAX)
137 #define GST_IOV_MAX IOV_MAX
/third_party/ltp/testcases/kernel/syscalls/cma/
Dprocess_vm_readv03.c254 nr_iovecs = nflag ? SAFE_STRTOL(NULL, nr_opt, 1, IOV_MAX) : 10; in setup()
/third_party/toybox/toys/posix/
Dgetconf.c101 CONF(IOV_MAX), CONF(LINE_MAX), CONF(LOGIN_NAME_MAX), CONF(NGROUPS_MAX),
/third_party/libuv/src/unix/
Dcore.c221 #if defined(IOV_MAX) in uv__getiovmax()
222 return IOV_MAX; in uv__getiovmax()
/third_party/rust/crates/rustix/src/backend/libc/io/
Dsyscalls.rs271 c::IOV_MAX as usize in max_iov()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt264 IOV_MAX
Dnetbsd.txt418 IOV_MAX
Ddragonfly.txt367 IOV_MAX
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs267 pub const IOV_MAX: ::c_int = 1024; constant

12