Home
last modified time | relevance | path

Searched refs:SPLICE_F_GIFT (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dsplice_flags.h26 #if defined(SPLICE_F_GIFT) || (defined(HAVE_DECL_SPLICE_F_GIFT) && HAVE_DECL_SPLICE_F_GIFT)
27 XLAT(SPLICE_F_GIFT),
Dsplice_flags.in4 SPLICE_F_GIFT
/external/rust/crates/nix/src/
Dfcntl.rs449 SPLICE_F_GIFT;
/external/linux-kselftest/tools/testing/selftests/x86/
Dprotection_keys.c1077 vmsplice_ret = vmsplice(pipe_fds[1], &iov, 1, SPLICE_F_GIFT); in test_kernel_gup_of_access_disabled_region()
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1125 pub const SPLICE_F_GIFT: ::c_uint = 0x08; constant
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1964 pub const SPLICE_F_GIFT: ::c_uint = 0x08; constant