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