Searched refs:__NR_dup3 (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/include/nolibc/ |
| H A D | sys.h | 249 #if defined(__NR_dup3) in sys_dup2() 263 return __nolibc_syscall3(__NR_dup3, old, new, 0); in sys_dup2() 280 #if defined(__NR_dup3) 284 return __nolibc_syscall3(__NR_dup3, old, new, flags); in sys_dup3()
|
| /linux/tools/include/uapi/asm-generic/ |
| H A D | unistd.h | 85 #define __NR_dup3 24 macro 86 __SYSCALL(__NR_dup3, sys_dup3)
|
| /linux/tools/lib/bpf/ |
| H A D | libbpf_internal.h | 690 return syscall(__NR_dup3, oldfd, newfd, flags); in sys_memfd_create()
|