Searched refs:sys_dup2 (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dlibbpf_internal.h605 static inline int sys_dup2(int oldfd, int newfd) function
622 err = sys_dup2(tmp_fd, fixed_fd);
/linux-master/tools/include/nolibc/
H A Dsys.h237 int sys_dup2(int old, int new) function
251 return __sysret(sys_dup2(old, new));
/linux-master/arch/arm64/include/asm/
H A Dunistd32.h140 __SYSCALL(__NR_dup2, sys_dup2)
/linux-master/include/linux/
H A Dsyscalls.h1024 asmlinkage long sys_dup2(unsigned int oldfd, unsigned int newfd);

Completed in 179 milliseconds