Home
last modified time | relevance | path

Searched refs:__NR_dup3 (Results 1 – 3 of 3) sorted by relevance

/linux/tools/include/nolibc/
H A Dsys.h249 #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 Dunistd.h85 #define __NR_dup3 24 macro
86 __SYSCALL(__NR_dup3, sys_dup3)
/linux/tools/lib/bpf/
H A Dlibbpf_internal.h690 return syscall(__NR_dup3, oldfd, newfd, flags); in sys_memfd_create()