/third_party/ltp/include/lapi/ |
H A D | fcntl.h | 155 #ifndef SPLICE_F_NONBLOCK 156 # define SPLICE_F_NONBLOCK 2 macro
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
H A D | tee.c | 51 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 D | vmsplice04.c | 6 * 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 D | tee01.c | 65 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 D | types.rs | 41 /// `SPLICE_F_NONBLOCK` 42 const NONBLOCK = linux_raw_sys::general::SPLICE_F_NONBLOCK;
|
/third_party/musl/porting/linux/user/include/ |
H A D | fcntl.h | 184 #define SPLICE_F_NONBLOCK 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | fcntl.h | 183 #define SPLICE_F_NONBLOCK 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | fcntl.h | 183 #define SPLICE_F_NONBLOCK 2 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | fcntl.h | 183 #define SPLICE_F_NONBLOCK 2 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | fcntl.h | 179 #define SPLICE_F_NONBLOCK 2 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | fcntl.h | 183 #define SPLICE_F_NONBLOCK 2 macro
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | types.rs | 43 /// `SPLICE_F_NONBLOCK` 44 const NONBLOCK = c::SPLICE_F_NONBLOCK;
|
/third_party/musl/include/ |
H A D | fcntl.h | 186 #define SPLICE_F_NONBLOCK 2 macro
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | general.h | 350 #define SPLICE_F_NONBLOCK 2 macro
|
/third_party/libfuse/lib/ |
H A D | buffer.c | 176 splice_flags |= SPLICE_F_NONBLOCK; in fuse_buf_splice()
|
H A D | fuse_lowlevel.c | 725 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 D | mod.rs | 1204 pub const SPLICE_F_NONBLOCK: ::c_uint = 0x02; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2386 pub const SPLICE_F_NONBLOCK: u32 = 2; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1973 pub const SPLICE_F_NONBLOCK: ::c_uint = 0x02; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 2385 pub const SPLICE_F_NONBLOCK: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 2365 pub const SPLICE_F_NONBLOCK: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 2495 pub const SPLICE_F_NONBLOCK: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 2570 pub const SPLICE_F_NONBLOCK: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 2517 pub const SPLICE_F_NONBLOCK: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 2632 pub const SPLICE_F_NONBLOCK: u32 = 2; consts
|