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

/linux-master/tools/include/nolibc/
H A Dsys.h220 int sys_dup(int fd) function
228 return __sysret(sys_dup(fd));
/linux-master/arch/arm64/include/asm/
H A Dunistd32.h96 __SYSCALL(__NR_dup, sys_dup)
/linux-master/include/uapi/asm-generic/
H A Dunistd.h84 __SYSCALL(__NR_dup, sys_dup)
/linux-master/tools/include/uapi/asm-generic/
H A Dunistd.h84 __SYSCALL(__NR_dup, sys_dup)
/linux-master/include/linux/
H A Dsyscalls.h375 asmlinkage long sys_dup(unsigned int fildes);

Completed in 244 milliseconds