Home
last modified time | relevance | path

Searched refs:__NR_sendmmsg (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/uv/src/unix/
H A Dlinux-syscalls.c45 #ifndef __NR_sendmmsg
47 # define __NR_sendmmsg 307 macro
49 # define __NR_sendmmsg (UV_SYSCALL_BASE + 374) macro
51 #endif /* __NR_sendmmsg */
162 #elif defined(__NR_sendmmsg) in uv__sendmmsg()
163 return syscall(__NR_sendmmsg, fd, mmsg, vlen, /* flags */ 0); in uv__sendmmsg()
/third_party/ltp/testcases/kernel/syscalls/sendmmsg/
H A Dsendmmsg_var.h26 return tst_syscall(__NR_sendmmsg, sockfd, msgvec, vlen, flags); in sys_sendmmsg()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsyscall.h353 #define __NR_sendmmsg 374 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsyscall.h353 #define __NR_sendmmsg 374 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsyscall.h353 #define __NR_sendmmsg 374 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsyscall.h353 #define __NR_sendmmsg 374 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dsyscall.h353 #define __NR_sendmmsg 374 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h353 #define __NR_sendmmsg 374 macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2093 pub const __NR_sendmmsg: u32 = 269; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2092 pub const __NR_sendmmsg: u32 = 269; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2055 pub const __NR_sendmmsg: u32 = 269; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2202 pub const __NR_sendmmsg: u32 = 349; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2285 pub const __NR_sendmmsg: u32 = 5302; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2205 pub const __NR_sendmmsg: u32 = 349; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2318 pub const __NR_sendmmsg: u32 = 4343; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2159 pub const __NR_sendmmsg: u32 = 374; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2418 pub const __NR_sendmmsg: u32 = 336; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2136 pub const __NR_sendmmsg: u32 = 358; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2408 pub const __NR_sendmmsg: u32 = 336; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs2177 pub const __NR_sendmmsg: u32 = 1073742362; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs2170 pub const __NR_sendmmsg: u32 = 345; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs2143 pub const __NR_sendmmsg: u32 = 307; consts

Completed in 183 milliseconds