Searched refs:sys_dup3 (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/include/nolibc/
H A Dsys.h261 int sys_dup3(int old, int new, int flags) function
269 return __sysret(sys_dup3(old, new, flags));
/linux-master/arch/arm64/include/asm/
H A Dunistd32.h730 __SYSCALL(__NR_dup3, sys_dup3)
/linux-master/include/uapi/asm-generic/
H A Dunistd.h86 __SYSCALL(__NR_dup3, sys_dup3)
/linux-master/tools/include/uapi/asm-generic/
H A Dunistd.h86 __SYSCALL(__NR_dup3, sys_dup3)
/linux-master/include/linux/
H A Dsyscalls.h376 asmlinkage long sys_dup3(unsigned int oldfd, unsigned int newfd, int flags);

Completed in 206 milliseconds