Home
last modified time | relevance | path

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

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

Completed in 52 milliseconds