Home
last modified time | relevance | path

Searched refs:SPLICE_F_MOVE (Results 1 - 25 of 30) sorted by relevance

12

/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dtypes.rs39 /// `SPLICE_F_MOVE`
40 const MOVE = linux_raw_sys::general::SPLICE_F_MOVE;
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h183 #define SPLICE_F_MOVE 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h182 #define SPLICE_F_MOVE 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h182 #define SPLICE_F_MOVE 1 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h182 #define SPLICE_F_MOVE 1 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h178 #define SPLICE_F_MOVE 1 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h182 #define SPLICE_F_MOVE 1 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.rs41 /// `SPLICE_F_MOVE`
42 const MOVE = c::SPLICE_F_MOVE;
/third_party/musl/include/
H A Dfcntl.h185 #define SPLICE_F_MOVE 1 macro
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h349 #define SPLICE_F_MOVE 1 macro
/third_party/libfuse/lib/
H A Dbuffer.c174 splice_flags |= SPLICE_F_MOVE; in fuse_buf_splice()
H A Dfuse_lowlevel.c832 splice_flags |= SPLICE_F_MOVE;
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1203 pub const SPLICE_F_MOVE: ::c_uint = 0x01; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2385 pub const SPLICE_F_MOVE: u32 = 1; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1972 pub const SPLICE_F_MOVE: ::c_uint = 0x01; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2384 pub const SPLICE_F_MOVE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2364 pub const SPLICE_F_MOVE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2494 pub const SPLICE_F_MOVE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2569 pub const SPLICE_F_MOVE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2516 pub const SPLICE_F_MOVE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2631 pub const SPLICE_F_MOVE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2468 pub const SPLICE_F_MOVE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2731 pub const SPLICE_F_MOVE: u32 = 1; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2429 pub const SPLICE_F_MOVE: u32 = 1; consts

Completed in 164 milliseconds

12