Searched refs:__NR_dup2 (Results 1 – 11 of 11) sorted by relevance
54 #define __NR_dup2 33 macro
84 #define __NR_dup2 63 macro
49 #define __NR_dup2 (__X32_SYSCALL_BIT + 33) macro
53 #define __NR_dup2 (__NR_Linux + 32) macro
84 #define __NR_dup2 (__NR_Linux + 63) macro
53 #define __NR_dup2 (__NR_SYSCALL_BASE + 63) macro
139 #define __NR_dup2 63 macro140 __SYSCALL(__NR_dup2, sys_dup2)
66 #define __NR_dup2 (__NR_SYSCALL_BASE + 63) macro
73 SYSCALL_HAND_DEF(__NR_dup2, SysDup2, int, ARG_NUM_2)
1519 return my_syscall2(__NR_dup2, old, new); in sys_dup2()