Home
last modified time | relevance | path

Searched refs:SPLICE_F_NONBLOCK (Results 1 - 25 of 33) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dfcntl.h155 #ifndef SPLICE_F_NONBLOCK
156 # define SPLICE_F_NONBLOCK 2 macro
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dtee.c51 result = tee(pipefd1[0], pipefd2[1], 32768, SPLICE_F_NONBLOCK); in tee_0100()
92 result = tee(fd, pipefd2[1], 32768, SPLICE_F_NONBLOCK); in tee_0200()
/third_party/ltp/testcases/kernel/syscalls/vmsplice/
H A Dvmsplice04.c6 * Test vmsplice() to a full pipe with SPLICE_F_NONBLOCK and without.
8 * With SPLICE_F_NONBLOCK vmsplice() should return with errno EAGAIN
9 * Without SPLICE_F_NONBLOCK it should block.
29 TEST(vmsplice(pipes[1], &iov, 1, SPLICE_F_NONBLOCK)); in vmsplice_test()
33 "vmsplice(..., SPLICE_F_NONBLOCK) failed as expected"); in vmsplice_test()
36 "vmsplice(..., SPLICE_F_NONBLOCK) shall fail with EAGAIN"); in vmsplice_test()
39 "vmsplice(..., SPLICE_F_NONBLOCK) wrote to a full pipe"); in vmsplice_test()
/third_party/ltp/testcases/kernel/syscalls/tee/
H A Dtee01.c65 ret = tee(pipe1[0], pipe2[1], TEST_BLOCK_SIZE, SPLICE_F_NONBLOCK); in tee_test()
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dtypes.rs41 /// `SPLICE_F_NONBLOCK`
42 const NONBLOCK = linux_raw_sys::general::SPLICE_F_NONBLOCK;
/third_party/musl/porting/linux/user/include/
H A Dfcntl.h184 #define SPLICE_F_NONBLOCK 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dfcntl.h183 #define SPLICE_F_NONBLOCK 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dfcntl.h183 #define SPLICE_F_NONBLOCK 2 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dfcntl.h183 #define SPLICE_F_NONBLOCK 2 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dfcntl.h179 #define SPLICE_F_NONBLOCK 2 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dfcntl.h183 #define SPLICE_F_NONBLOCK 2 macro
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dtypes.rs43 /// `SPLICE_F_NONBLOCK`
44 const NONBLOCK = c::SPLICE_F_NONBLOCK;
/third_party/musl/include/
H A Dfcntl.h186 #define SPLICE_F_NONBLOCK 2 macro
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A Dgeneral.h350 #define SPLICE_F_NONBLOCK 2 macro
/third_party/libfuse/lib/
H A Dbuffer.c176 splice_flags |= SPLICE_F_NONBLOCK; in fuse_buf_splice()
H A Dfuse_lowlevel.c725 res = vmsplice(llp->pipe[1], iov, iov_count, SPLICE_F_NONBLOCK);
745 * broken SPLICE_F_NONBLOCK support (<=
771 * 2) because of broken SPLICE_F_NONBLOCK (see above)
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs1204 pub const SPLICE_F_NONBLOCK: ::c_uint = 0x02; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2386 pub const SPLICE_F_NONBLOCK: u32 = 2; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1973 pub const SPLICE_F_NONBLOCK: ::c_uint = 0x02; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2385 pub const SPLICE_F_NONBLOCK: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2365 pub const SPLICE_F_NONBLOCK: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2495 pub const SPLICE_F_NONBLOCK: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2570 pub const SPLICE_F_NONBLOCK: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2517 pub const SPLICE_F_NONBLOCK: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2632 pub const SPLICE_F_NONBLOCK: u32 = 2; consts

Completed in 116 milliseconds

12