Home
last modified time | relevance | path

Searched refs:__NR_dup (Results 1 – 21 of 21) sorted by relevance

/openbmc/qemu/linux-headers/asm-riscv/
H A Dunistd_32.h26 #define __NR_dup 23 macro
H A Dunistd_64.h27 #define __NR_dup 23 macro
/openbmc/qemu/linux-headers/asm-arm64/
H A Dunistd_64.h27 #define __NR_dup 23 macro
/openbmc/qemu/linux-headers/asm-loongarch/
H A Dunistd_64.h27 #define __NR_dup 23 macro
/openbmc/qemu/linux-headers/asm-s390/
H A Dunistd_64.h34 #define __NR_dup 41 macro
H A Dunistd_32.h39 #define __NR_dup 41 macro
/openbmc/qemu/linux-headers/asm-x86/
H A Dunistd_64.h36 #define __NR_dup 32 macro
H A Dunistd_32.h45 #define __NR_dup 41 macro
H A Dunistd_x32.h31 #define __NR_dup (__X32_SYSCALL_BIT + 32) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dunistd_64.h45 #define __NR_dup 41 macro
H A Dunistd_32.h45 #define __NR_dup 41 macro
/openbmc/qemu/linux-headers/asm-generic/
H A Dunistd.h83 #define __NR_dup 23 macro
84 __SYSCALL(__NR_dup, sys_dup)
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dunistd.h83 #define __NR_dup 23 macro
84 __SYSCALL(__NR_dup, sys_dup)
/openbmc/linux/include/uapi/asm-generic/
H A Dunistd.h83 #define __NR_dup 23 macro
84 __SYSCALL(__NR_dup, sys_dup)
/openbmc/linux/arch/arm64/include/asm/
H A Dunistd32.h95 #define __NR_dup 41 macro
96 __SYSCALL(__NR_dup, sys_dup)
/openbmc/qemu/linux-headers/asm-mips/
H A Dunistd_n64.h35 #define __NR_dup (__NR_Linux + 31) macro
H A Dunistd_n32.h35 #define __NR_dup (__NR_Linux + 31) macro
H A Dunistd_o32.h45 #define __NR_dup (__NR_Linux + 41) macro
/openbmc/qemu/linux-headers/asm-arm/
H A Dunistd-common.h33 #define __NR_dup (__NR_SYSCALL_BASE + 41) macro
/openbmc/linux/tools/include/nolibc/
H A Dsys.h211 return my_syscall1(__NR_dup, fd); in sys_dup()
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3834 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()