Home
last modified time | relevance | path

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

/linux-6.1.9/tools/include/uapi/asm-generic/
Dunistd.h93 #define __NR_dup 23 macro
94 __SYSCALL(__NR_dup, sys_dup)
/linux-6.1.9/include/uapi/asm-generic/
Dunistd.h93 #define __NR_dup 23 macro
94 __SYSCALL(__NR_dup, sys_dup)
/linux-6.1.9/arch/arm64/include/asm/
Dunistd32.h95 #define __NR_dup 41 macro
96 __SYSCALL(__NR_dup, sys_dup)
/linux-6.1.9/tools/include/nolibc/
Dsys.h221 return my_syscall1(__NR_dup, fd); in sys_dup()
/linux-6.1.9/tools/testing/selftests/seccomp/
Dseccomp_bpf.c3809 listener = user_notif_syscall(__NR_dup, SECCOMP_FILTER_FLAG_NEW_LISTENER); in TEST()
3844 EXPECT_EQ(req.data.nr, __NR_dup); in TEST()
3959 listener = user_notif_syscall(__NR_dup, SECCOMP_FILTER_FLAG_NEW_LISTENER); in TEST()