Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h324 SYSCALL_SPU(dup3)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S410 ENTRY_SAME(dup3)
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl303 292 common dup3 __x64_sys_dup3
Dsyscall_32.tbl344 330 i386 dup3 sys_dup3 __ia32_sys_dup3
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl303 292 common dup3 __x64_sys_dup3
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl375 358 common dup3 sys_dup3
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl336 326 common dup3 sys_dup3 sys_dup3
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl336 326 common dup3 sys_dup3 sys_dup3
/Linux-v4.19/fs/
Dfile.c908 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) in SYSCALL_DEFINE3() argument
/Linux-v4.19/tools/lib/bpf/
Dlibbpf.c1077 new_fd = dup3(fd, new_fd, O_CLOEXEC); in bpf_map__reuse_fd()
/Linux-v4.19/Documentation/process/
Dadding-syscalls.rst61 ``eventfd``/``eventfd2``, ``dup2``/``dup3``, ``inotify_init``/``inotify_init1``,