Home
last modified time | relevance | path

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

/linux-4.1.27/arch/parisc/kernel/
Dsyscall_table.S410 ENTRY_SAME(dup3)
/linux-4.1.27/arch/powerpc/include/asm/
Dsystbl.h323 SYSCALL_SPU(dup3)
/linux-4.1.27/arch/s390/kernel/
Dcompat_wrapper.c200 COMPAT_SYSCALL_WRAP3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags);
/linux-4.1.27/arch/x86/syscalls/
Dsyscall_64.tbl301 292 common dup3 sys_dup3
Dsyscall_32.tbl339 330 i386 dup3 sys_dup3
/linux-4.1.27/fs/
Dfile.c816 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) in SYSCALL_DEFINE3() argument