Searched refs:__NR_dup2 (Results 1 – 5 of 5) sorted by relevance
139 #define __NR_dup2 63 macro140 __SYSCALL(__NR_dup2, sys_dup2)
49 #define __NR_dup2 (__NR_SYSCALL_BASE + 63) macro
266 #ifdef __NR_dup2267 # define SYS_dup2 __NR_dup2
1519 return my_syscall2(__NR_dup2, old, new); in sys_dup2()