Home
last modified time | relevance | path

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

12

/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dtypes.rs43 /// `SPLICE_F_MORE`
44 const MORE = linux_raw_sys::general::SPLICE_F_MORE;
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h185 #define SPLICE_F_MORE 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h184 #define SPLICE_F_MORE 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h184 #define SPLICE_F_MORE 4 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h184 #define SPLICE_F_MORE 4 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h180 #define SPLICE_F_MORE 4 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h184 #define SPLICE_F_MORE 4 macro
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dsplice.c96 int flags = SPLICE_F_MORE | SPLICE_F_MOVE; in splice_0200()
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dtypes.rs45 /// `SPLICE_F_MORE`
46 const MORE = c::SPLICE_F_MORE;
/third_party/musl/include/
H A Dfcntl.h187 #define SPLICE_F_MORE 4 macro
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h351 #define SPLICE_F_MORE 4 macro
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1205 pub const SPLICE_F_MORE: ::c_uint = 0x04; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2387 pub const SPLICE_F_MORE: u32 = 4; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1974 pub const SPLICE_F_MORE: ::c_uint = 0x04; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2386 pub const SPLICE_F_MORE: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2366 pub const SPLICE_F_MORE: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2496 pub const SPLICE_F_MORE: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2571 pub const SPLICE_F_MORE: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2518 pub const SPLICE_F_MORE: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2633 pub const SPLICE_F_MORE: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2470 pub const SPLICE_F_MORE: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2733 pub const SPLICE_F_MORE: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2431 pub const SPLICE_F_MORE: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2703 pub const SPLICE_F_MORE: u32 = 4; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs2417 pub const SPLICE_F_MORE: u32 = 4; consts

Completed in 173 milliseconds

12