Searched refs:ksys_dup3 (Results 1 – 1 of 1) sorted by relevance
1216 static int ksys_dup3(unsigned int oldfd, unsigned int newfd, int flags) in ksys_dup3() function1252 return ksys_dup3(oldfd, newfd, flags); in SYSCALL_DEFINE3()1267 return ksys_dup3(oldfd, newfd, 0); in SYSCALL_DEFINE2()
Completed in 5 milliseconds