Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dfile.c1203 static int ksys_dup3(unsigned int oldfd, unsigned int newfd, int flags) in ksys_dup3() function
1239 return ksys_dup3(oldfd, newfd, flags); in SYSCALL_DEFINE3()
1254 return ksys_dup3(oldfd, newfd, 0); in SYSCALL_DEFINE2()