/openbmc/qemu/linux-headers/asm-riscv/ |
H A D | unistd_32.h | 26 #define __NR_dup 23 macro
|
H A D | unistd_64.h | 27 #define __NR_dup 23 macro
|
/openbmc/qemu/linux-headers/asm-arm64/ |
H A D | unistd_64.h | 27 #define __NR_dup 23 macro
|
/openbmc/qemu/linux-headers/asm-loongarch/ |
H A D | unistd_64.h | 27 #define __NR_dup 23 macro
|
/openbmc/qemu/linux-headers/asm-s390/ |
H A D | unistd_64.h | 34 #define __NR_dup 41 macro
|
H A D | unistd_32.h | 39 #define __NR_dup 41 macro
|
/openbmc/qemu/linux-headers/asm-x86/ |
H A D | unistd_64.h | 36 #define __NR_dup 32 macro
|
H A D | unistd_32.h | 45 #define __NR_dup 41 macro
|
H A D | unistd_x32.h | 31 #define __NR_dup (__X32_SYSCALL_BIT + 32) macro
|
/openbmc/qemu/linux-headers/asm-powerpc/ |
H A D | unistd_64.h | 45 #define __NR_dup 41 macro
|
H A D | unistd_32.h | 45 #define __NR_dup 41 macro
|
/openbmc/qemu/linux-headers/asm-generic/ |
H A D | unistd.h | 83 #define __NR_dup 23 macro 84 __SYSCALL(__NR_dup, sys_dup)
|
/openbmc/linux/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 83 #define __NR_dup 23 macro 84 __SYSCALL(__NR_dup, sys_dup)
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | unistd.h | 83 #define __NR_dup 23 macro 84 __SYSCALL(__NR_dup, sys_dup)
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | unistd32.h | 95 #define __NR_dup 41 macro 96 __SYSCALL(__NR_dup, sys_dup)
|
/openbmc/qemu/linux-headers/asm-mips/ |
H A D | unistd_n64.h | 35 #define __NR_dup (__NR_Linux + 31) macro
|
H A D | unistd_n32.h | 35 #define __NR_dup (__NR_Linux + 31) macro
|
H A D | unistd_o32.h | 45 #define __NR_dup (__NR_Linux + 41) macro
|
/openbmc/qemu/linux-headers/asm-arm/ |
H A D | unistd-common.h | 33 #define __NR_dup (__NR_SYSCALL_BASE + 41) macro
|
/openbmc/linux/tools/include/nolibc/ |
H A D | sys.h | 211 return my_syscall1(__NR_dup, fd); in sys_dup()
|
/openbmc/linux/tools/testing/selftests/seccomp/ |
H A D | seccomp_bpf.c | 3834 listener = user_notif_syscall(__NR_dup, SECCOMP_FILTER_FLAG_NEW_LISTENER); in TEST() 3869 EXPECT_EQ(req.data.nr, __NR_dup); in TEST() 3990 listener = user_notif_syscall(__NR_dup, SECCOMP_FILTER_FLAG_NEW_LISTENER); in TEST()
|