Home
last modified time | relevance | path

Searched refs:SPLICE_F_GIFT (Results 1 - 25 of 28) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dtypes.rs45 /// `SPLICE_F_GIFT`
46 const GIFT = linux_raw_sys::general::SPLICE_F_GIFT;
/third_party/node/deps/openssl/openssl/engines/
H A De_afalg.c59 # ifndef SPLICE_F_GIFT
60 # define SPLICE_F_GIFT (0x08) macro
519 ret = vmsplice(actx->zc_pipe[1], &iov, 1, SPLICE_F_GIFT); in afalg_start_cipher_sk()
/third_party/openssl/engines/
H A De_afalg.c59 # ifndef SPLICE_F_GIFT
60 # define SPLICE_F_GIFT (0x08) macro
519 ret = vmsplice(actx->zc_pipe[1], &iov, 1, SPLICE_F_GIFT); in afalg_start_cipher_sk()
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h186 #define SPLICE_F_GIFT 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h185 #define SPLICE_F_GIFT 8 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h185 #define SPLICE_F_GIFT 8 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h185 #define SPLICE_F_GIFT 8 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h181 #define SPLICE_F_GIFT 8 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h185 #define SPLICE_F_GIFT 8 macro
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dtypes.rs47 /// `SPLICE_F_GIFT`
48 const GIFT = c::SPLICE_F_GIFT;
/third_party/musl/include/
H A Dfcntl.h188 #define SPLICE_F_GIFT 8 macro
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h352 #define SPLICE_F_GIFT 8 macro
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1206 pub const SPLICE_F_GIFT: ::c_uint = 0x08; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2388 pub const SPLICE_F_GIFT: u32 = 8; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1975 pub const SPLICE_F_GIFT: ::c_uint = 0x08; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2387 pub const SPLICE_F_GIFT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2367 pub const SPLICE_F_GIFT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2497 pub const SPLICE_F_GIFT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2572 pub const SPLICE_F_GIFT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2519 pub const SPLICE_F_GIFT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2634 pub const SPLICE_F_GIFT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2471 pub const SPLICE_F_GIFT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2734 pub const SPLICE_F_GIFT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2432 pub const SPLICE_F_GIFT: u32 = 8; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2704 pub const SPLICE_F_GIFT: u32 = 8; consts

Completed in 160 milliseconds

12