Searched refs:dup3 (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 410 ENTRY_SAME(dup3)
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 323 SYSCALL_SPU(dup3)
|
/linux-4.1.27/arch/s390/kernel/ |
D | compat_wrapper.c | 200 COMPAT_SYSCALL_WRAP3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags);
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_64.tbl | 301 292 common dup3 sys_dup3
|
D | syscall_32.tbl | 339 330 i386 dup3 sys_dup3
|
/linux-4.1.27/fs/ |
D | file.c | 816 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) in SYSCALL_DEFINE3() argument
|