/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 245 #define __NR_copy_file_range 285 macro
|
H A D | unistd_64.h | 274 #define __NR_copy_file_range 285 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 273 #define __NR_copy_file_range 285 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 270 #define __NR_copy_file_range 285 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 324 #define __NR_copy_file_range 375 macro
|
H A D | unistd_32.h | 357 #define __NR_copy_file_range 375 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 330 #define __NR_copy_file_range 326 macro
|
H A D | unistd_32.h | 377 #define __NR_copy_file_range 377 macro
|
H A D | unistd_x32.h | 285 #define __NR_copy_file_range (__X32_SYSCALL_BIT + 326) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 360 #define __NR_copy_file_range 379 macro
|
H A D | unistd_32.h | 369 #define __NR_copy_file_range 379 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 687 #define __NR_copy_file_range 285 macro 688 __SYSCALL(__NR_copy_file_range, sys_copy_file_range)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 687 #define __NR_copy_file_range 285 macro 688 __SYSCALL(__NR_copy_file_range, sys_copy_file_range)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 687 #define __NR_copy_file_range 285 macro 688 __SYSCALL(__NR_copy_file_range, sys_copy_file_range)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 795 #define __NR_copy_file_range 391 macro 796 __SYSCALL(__NR_copy_file_range, sys_copy_file_range)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 323 #define __NR_copy_file_range (__NR_Linux + 320) macro
|
H A D | unistd_n32.h | 327 #define __NR_copy_file_range (__NR_Linux + 324) macro
|
H A D | unistd_o32.h | 363 #define __NR_copy_file_range (__NR_Linux + 360) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 350 #define __NR_copy_file_range (__NR_SYSCALL_BASE + 391) macro
|
/openbmc/qemu/block/ |
H A D | file-posix.c | 2009 #ifdef __NR_copy_file_range in copy_file_range() 2010 return syscall(__NR_copy_file_range, in_fd, in_off, out_fd, in copy_file_range()
|
/openbmc/qemu/linux-user/ |
H A D | syscall.c | 781 #if defined(TARGET_NR_copy_file_range) && defined(__NR_copy_file_range) in safe_syscall3() 13787 #if defined(TARGET_NR_copy_file_range) && defined(__NR_copy_file_range) in _syscall2()
|