Searched refs:dup3 (Results 1 – 23 of 23) sorted by relevance
/Linux-v5.10/arch/ia64/kernel/syscalls/ |
D | syscall.tbl | 304 292 common dup3 sys_dup3
|
/Linux-v5.10/arch/mips/kernel/syscalls/ |
D | syscall_n32.tbl | 301 290 n32 dup3 sys_dup3
|
D | syscall_n64.tbl | 297 286 n64 dup3 sys_dup3
|
D | syscall_o32.tbl | 341 327 o32 dup3 sys_dup3
|
/Linux-v5.10/arch/xtensa/kernel/syscalls/ |
D | syscall.tbl | 333 310 common dup3 sys_dup3
|
/Linux-v5.10/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 303 292 common dup3 sys_dup3
|
D | syscall_32.tbl | 344 330 i386 dup3 sys_dup3
|
/Linux-v5.10/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 303 292 common dup3 sys_dup3
|
/Linux-v5.10/arch/arm/tools/ |
D | syscall.tbl | 375 358 common dup3 sys_dup3
|
/Linux-v5.10/arch/m68k/kernel/syscalls/ |
D | syscall.tbl | 336 326 common dup3 sys_dup3
|
/Linux-v5.10/arch/microblaze/kernel/syscalls/ |
D | syscall.tbl | 352 342 common dup3 sys_dup3
|
/Linux-v5.10/arch/parisc/kernel/syscalls/ |
D | syscall.tbl | 355 312 common dup3 sys_dup3
|
/Linux-v5.10/arch/sh/kernel/syscalls/ |
D | syscall.tbl | 340 330 common dup3 sys_dup3
|
/Linux-v5.10/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 336 326 common dup3 sys_dup3 sys_dup3
|
/Linux-v5.10/arch/alpha/kernel/syscalls/ |
D | syscall.tbl | 418 487 common dup3 sys_dup3
|
/Linux-v5.10/arch/s390/kernel/syscalls/ |
D | syscall.tbl | 336 326 common dup3 sys_dup3 sys_dup3
|
/Linux-v5.10/arch/sparc/kernel/syscalls/ |
D | syscall.tbl | 389 320 common dup3 sys_dup3
|
/Linux-v5.10/arch/powerpc/kernel/syscalls/ |
D | syscall.tbl | 413 316 common dup3 sys_dup3
|
/Linux-v5.10/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 407 316 common dup3 sys_dup3
|
/Linux-v5.10/fs/ |
D | file.c | 1130 SYSCALL_DEFINE3(dup3, unsigned int, oldfd, unsigned int, newfd, int, flags) in SYSCALL_DEFINE3() argument
|
/Linux-v5.10/Documentation/process/ |
D | adding-syscalls.rst | 64 ``eventfd``/``eventfd2``, ``dup2``/``dup3``, ``inotify_init``/``inotify_init1``,
|
/Linux-v5.10/Documentation/translations/it_IT/process/ |
D | adding-syscalls.rst | 74 ``eventfd``/``eventfd2``, ``dup2``/``dup3``, ``inotify_init``/``inotify_init1``,
|
/Linux-v5.10/tools/lib/bpf/ |
D | libbpf.c | 3636 new_fd = dup3(fd, new_fd, O_CLOEXEC); in bpf_map__reuse_fd()
|