Home
last modified time | relevance | path

Searched refs:SPLICE_F_MORE (Results 1 – 25 of 34) sorted by relevance

12

/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dsplice.c96 int flags = SPLICE_F_MORE | SPLICE_F_MOVE; in splice_0200()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Dtypes.rs44 const MORE = linux_raw_sys::general::SPLICE_F_MORE;
/third_party/musl/ndk_musl_include/
Dfcntl.h185 #define SPLICE_F_MORE 4 macro
/third_party/musl/porting/liteos_m/user/include/
Dfcntl.h184 #define SPLICE_F_MORE 4 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfcntl.h184 #define SPLICE_F_MORE 4 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfcntl.h184 #define SPLICE_F_MORE 4 macro
/third_party/musl/porting/linux/user/include/
Dfcntl.h185 #define SPLICE_F_MORE 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfcntl.h184 #define SPLICE_F_MORE 4 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dfcntl.h180 #define SPLICE_F_MORE 4 macro
/third_party/musl/include/
Dfcntl.h184 #define SPLICE_F_MORE 4 macro
/third_party/rust/crates/rustix/src/backend/libc/io/
Dtypes.rs46 const MORE = c::SPLICE_F_MORE;
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dgeneral.h351 #define SPLICE_F_MORE 4 macro
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt891 SPLICE_F_MORE
Dlinux.txt2302 SPLICE_F_MORE
Dandroid.txt2235 SPLICE_F_MORE
/third_party/rust/crates/nix/src/
Dfcntl.rs540 SPLICE_F_MORE;
/third_party/rust/crates/libc/src/unix/linux_like/
Dmod.rs1205 pub const SPLICE_F_MORE: ::c_uint = 0x04; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs1974 pub const SPLICE_F_MORE: ::c_uint = 0x04; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs2386 pub const SPLICE_F_MORE: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs2387 pub const SPLICE_F_MORE: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/sparc64/
Dgeneral.rs2703 pub const SPLICE_F_MORE: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs2496 pub const SPLICE_F_MORE: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc/
Dgeneral.rs2518 pub const SPLICE_F_MORE: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/sparc/
Dgeneral.rs2733 pub const SPLICE_F_MORE: u32 = 4; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs2431 pub const SPLICE_F_MORE: u32 = 4; constant

12