Searched refs:__NR_dup3 (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/include/nolibc/ |
D | sys.h | 244 #ifdef __NR_dup3 in sys_dup2() 245 return my_syscall3(__NR_dup3, old, new, 0); in sys_dup2() 249 #error Neither __NR_dup3 nor __NR_dup2 defined, cannot implement sys_dup2() in sys_dup2() 270 #ifdef __NR_dup3 274 return my_syscall3(__NR_dup3, old, new, flags); in sys_dup3()
|
/linux-6.1.9/tools/include/uapi/asm-generic/ |
D | unistd.h | 95 #define __NR_dup3 24 macro 96 __SYSCALL(__NR_dup3, sys_dup3)
|
/linux-6.1.9/include/uapi/asm-generic/ |
D | unistd.h | 95 #define __NR_dup3 24 macro 96 __SYSCALL(__NR_dup3, sys_dup3)
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | unistd32.h | 729 #define __NR_dup3 358 macro 730 __SYSCALL(__NR_dup3, sys_dup3)
|