/external/minijail/ |
D | gen_syscalls-inl.h | 15 #ifndef __NR_copy_file_range 17 #define __NR_copy_file_range 326 macro 19 #define __NR_copy_file_range 377 macro 21 #define __NR_copy_file_range 285 macro
|
/external/strace/tests-mx32/ |
D | copy_file_range.c | 35 #if defined __NR_copy_file_range 52 long rc = syscall(__NR_copy_file_range, in main()
|
/external/strace/tests/ |
D | copy_file_range.c | 35 #if defined __NR_copy_file_range 52 long rc = syscall(__NR_copy_file_range, in main()
|
/external/strace/tests-m32/ |
D | copy_file_range.c | 35 #if defined __NR_copy_file_range 52 long rc = syscall(__NR_copy_file_range, in main()
|
/external/ltp/testcases/kernel/syscalls/copy_file_range/ |
D | copy_file_range.h | 57 return tst_syscall(__NR_copy_file_range, fd_in, off_in, fd_out, in sys_copy_file_range()
|
/external/minijail/linux-x86/ |
D | libsyscalls.gen.c | 984 #ifdef __NR_copy_file_range 985 { "copy_file_range", __NR_copy_file_range },
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | unistd_64.h | 330 #define __NR_copy_file_range 326 macro
|
D | unistd_32.h | 377 #define __NR_copy_file_range 377 macro
|
D | unistd_x32.h | 285 #define __NR_copy_file_range (__X32_SYSCALL_BIT + 326) macro
|
/external/strace/ |
D | scno.h | 986 #ifndef __NR_copy_file_range 987 # define __NR_copy_file_range (SYSCALL_BIT | 326) macro
|
/external/toybox/lib/ |
D | portability.c | 631 #if defined(__NR_copy_file_range) && !defined(__ANDROID__) in sendfile_len() 632 len = syscall(__NR_copy_file_range, in, 0, out, 0, len, 0); in sendfile_len()
|
/external/musl/arch/aarch64/bits/ |
D | syscall.h.in | 270 #define __NR_copy_file_range 285 macro
|
/external/musl/arch/or1k/bits/ |
D | syscall.h.in | 272 #define __NR_copy_file_range 285 macro
|
/external/musl/arch/riscv64/bits/ |
D | syscall.h.in | 270 #define __NR_copy_file_range 285 macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | unistd.h | 759 #define __NR_copy_file_range 285 macro 760 __SYSCALL(__NR_copy_file_range, sys_copy_file_range)
|
/external/musl/arch/mips64/bits/ |
D | syscall.h.in | 320 #define __NR_copy_file_range 5320 macro
|
/external/musl/arch/x86_64/bits/ |
D | syscall.h.in | 327 #define __NR_copy_file_range 326 macro
|
/external/musl/arch/s390x/bits/ |
D | syscall.h.in | 320 #define __NR_copy_file_range 375 macro
|
/external/musl/arch/mipsn32/bits/ |
D | syscall.h.in | 324 #define __NR_copy_file_range 6324 macro
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | unistd-eabi.h | 350 #define __NR_copy_file_range (__NR_SYSCALL_BASE + 391) macro
|
D | unistd-oabi.h | 362 #define __NR_copy_file_range (__NR_SYSCALL_BASE + 391) macro
|
/external/musl/arch/arm/bits/ |
D | syscall.h.in | 349 #define __NR_copy_file_range 391 macro
|
/external/musl/arch/mips/bits/ |
D | syscall.h.in | 360 #define __NR_copy_file_range 4360 macro
|
/external/musl/arch/powerpc/bits/ |
D | syscall.h.in | 366 #define __NR_copy_file_range 379 macro
|
/external/musl/arch/sh/bits/ |
D | syscall.h.in | 352 #define __NR_copy_file_range 380 macro
|