Home
last modified time | relevance | path

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

/linux/tools/include/uapi/asm-generic/
H A Dunistd.h83 #define __NR_dup 23 macro
84 __SYSCALL(__NR_dup, sys_dup)
/linux/include/uapi/asm-generic/
H A Dunistd.h83 #define __NR_dup 23 macro
84 __SYSCALL(__NR_dup, sys_dup)
/linux/tools/include/nolibc/
H A Dsys.h223 return my_syscall1(__NR_dup, fd); in sys_dup()
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c3843 listener = user_notif_syscall(__NR_dup, SECCOMP_FILTER_FLAG_NEW_LISTENER); in TEST()
3878 EXPECT_EQ(req.data.nr, __NR_dup); in TEST()
4053 listener = user_notif_syscall(__NR_dup, SECCOMP_FILTER_FLAG_NEW_LISTENER); in TEST()