Home
last modified time | relevance | path

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

/Linux-v5.10/arch/ia64/kernel/syscalls/
Dsyscall.tbl304 292 common dup3 sys_dup3
/Linux-v5.10/arch/mips/kernel/syscalls/
Dsyscall_n32.tbl301 290 n32 dup3 sys_dup3
Dsyscall_n64.tbl297 286 n64 dup3 sys_dup3
Dsyscall_o32.tbl341 327 o32 dup3 sys_dup3
/Linux-v5.10/arch/xtensa/kernel/syscalls/
Dsyscall.tbl333 310 common dup3 sys_dup3
/Linux-v5.10/arch/x86/entry/syscalls/
Dsyscall_64.tbl303 292 common dup3 sys_dup3
Dsyscall_32.tbl344 330 i386 dup3 sys_dup3
/Linux-v5.10/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl303 292 common dup3 sys_dup3
/Linux-v5.10/arch/arm/tools/
Dsyscall.tbl375 358 common dup3 sys_dup3
/Linux-v5.10/arch/m68k/kernel/syscalls/
Dsyscall.tbl336 326 common dup3 sys_dup3
/Linux-v5.10/arch/microblaze/kernel/syscalls/
Dsyscall.tbl352 342 common dup3 sys_dup3
/Linux-v5.10/arch/parisc/kernel/syscalls/
Dsyscall.tbl355 312 common dup3 sys_dup3
/Linux-v5.10/arch/sh/kernel/syscalls/
Dsyscall.tbl340 330 common dup3 sys_dup3
/Linux-v5.10/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl336 326 common dup3 sys_dup3 sys_dup3
/Linux-v5.10/arch/alpha/kernel/syscalls/
Dsyscall.tbl418 487 common dup3 sys_dup3
/Linux-v5.10/arch/s390/kernel/syscalls/
Dsyscall.tbl336 326 common dup3 sys_dup3 sys_dup3
/Linux-v5.10/arch/sparc/kernel/syscalls/
Dsyscall.tbl389 320 common dup3 sys_dup3
/Linux-v5.10/arch/powerpc/kernel/syscalls/
Dsyscall.tbl413 316 common dup3 sys_dup3
/Linux-v5.10/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl407 316 common dup3 sys_dup3
/Linux-v5.10/fs/
Dfile.c1130 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) in SYSCALL_DEFINE3() argument
/Linux-v5.10/Documentation/process/
Dadding-syscalls.rst64 ``eventfd``/``eventfd2``, ``dup2``/``dup3``, ``inotify_init``/``inotify_init1``,
/Linux-v5.10/Documentation/translations/it_IT/process/
Dadding-syscalls.rst74 ``eventfd``/``eventfd2``, ``dup2``/``dup3``, ``inotify_init``/``inotify_init1``,
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c3636 new_fd = dup3(fd, new_fd, O_CLOEXEC); in bpf_map__reuse_fd()