Home
last modified time | relevance | path

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

/third_party/node/deps/uv/src/unix/
H A Dlinux-syscalls.c93 #ifndef __NR_copy_file_range
95 # define __NR_copy_file_range 326 macro
97 # define __NR_copy_file_range 377 macro
99 # define __NR_copy_file_range 375 macro
101 # define __NR_copy_file_range (UV_SYSCALL_BASE + 391) macro
103 # define __NR_copy_file_range 285 macro
105 # define __NR_copy_file_range 379 macro
107 # define __NR_copy_file_range 285 macro
109 #endif /* __NR_copy_file_range */
231 #ifdef __NR_copy_file_range in uv__fs_copy_file_range()
[all...]
/third_party/libuv/src/unix/
H A Dlinux.c94 #ifndef __NR_copy_file_range
96 # define __NR_copy_file_range 326 macro
98 # define __NR_copy_file_range 377 macro
100 # define __NR_copy_file_range 375 macro
102 # define __NR_copy_file_range 391 macro
104 # define __NR_copy_file_range 285 macro
106 # define __NR_copy_file_range 379 macro
108 # define __NR_copy_file_range 285 macro
110 # define __NR_copy_file_range 285 macro
112 #endif /* __NR_copy_file_range */
[all...]
/third_party/ltp/testcases/kernel/syscalls/copy_file_range/
H A Dcopy_file_range.h39 tst_res(TINFO, "Testing __NR_copy_file_range syscall"); in syscall_info()
57 return tst_syscall(__NR_copy_file_range, fd_in, off_in, fd_out, in sys_copy_file_range()
/third_party/toybox/lib/
H A Dportability.c534 return (android_api_level() >= __ANDROID_API_U__) ? __NR_copy_file_range : 0; in check_copy_file_range()
535 #elif defined(__NR_copy_file_range) in check_copy_file_range()
537 return __NR_copy_file_range; in check_copy_file_range()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dsyscall.h370 #define __NR_copy_file_range 391 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dsyscall.h370 #define __NR_copy_file_range 391 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dsyscall.h370 #define __NR_copy_file_range 391 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dsyscall.h370 #define __NR_copy_file_range 391 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dsyscall.h370 #define __NR_copy_file_range 391 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dsyscall.h370 #define __NR_copy_file_range 391 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dsyscalls.rs1351 __NR_copy_file_range, in _copy_file_range()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2109 pub const __NR_copy_file_range: u32 = 285; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2108 pub const __NR_copy_file_range: u32 = 285; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2071 pub const __NR_copy_file_range: u32 = 285; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2220 pub const __NR_copy_file_range: u32 = 379; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs2303 pub const __NR_copy_file_range: u32 = 5320; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs2223 pub const __NR_copy_file_range: u32 = 379; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs2335 pub const __NR_copy_file_range: u32 = 4360; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs2176 pub const __NR_copy_file_range: u32 = 391; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs2439 pub const __NR_copy_file_range: u32 = 357; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs2153 pub const __NR_copy_file_range: u32 = 375; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs2429 pub const __NR_copy_file_range: u32 = 357; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs2117 pub const __NR_copy_file_range: u32 = 1073742150; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs2202 pub const __NR_copy_file_range: u32 = 377; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs2162 pub const __NR_copy_file_range: u32 = 326; consts

Completed in 253 milliseconds