Home
last modified time | relevance | path

Searched refs:sys_pipe2 (Results 1 – 20 of 20) sorted by relevance

/linux/tools/include/nolibc/
H A Dsys.h692 int sys_pipe2(int pipefd[2], int flags) in sys_pipe2() function
700 return __sysret(sys_pipe2(pipefd, flags)); in pipe2()
/linux/arch/parisc/kernel/
H A Dsys_parisc.c370 return sys_pipe2(fildes, flags); in parisc_pipe2()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl298 287 n64 pipe2 sys_pipe2
/linux/scripts/
H A Dsyscall.tbl77 59 common pipe2 sys_pipe2
/linux/tools/perf/arch/arm64/entry/syscalls/
H A Dsyscall_64.tbl77 59 common pipe2 sys_pipe2
H A Dsyscall_32.tbl374 359 common pipe2 sys_pipe2
/linux/arch/arm64/tools/
H A Dsyscall_64.tbl77 59 common pipe2 sys_pipe2
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl279 325 common pipe2 sys_pipe2
/linux/tools/scripts/
H A Dsyscall.tbl77 59 common pipe2 sys_pipe2
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl341 331 common pipe2 sys_pipe2
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl334 311 common pipe2 sys_pipe2
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl305 293 common pipe2 sys_pipe2
H A Dsyscall_32.tbl346 331 i386 pipe2 sys_pipe2
/linux/tools/perf/arch/alpha/entry/syscalls/
H A Dsyscall.tbl419 488 common pipe2 sys_pipe2
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl377 359 common pipe2 sys_pipe2
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl390 321 common pipe2 sys_pipe2
/linux/include/uapi/asm-generic/
H A Dunistd.h165 __SYSCALL(__NR_pipe2, sys_pipe2)
/linux/tools/include/uapi/asm-generic/
H A Dunistd.h165 __SYSCALL(__NR_pipe2, sys_pipe2)
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl417 317 common pipe2 sys_pipe2
/linux/include/linux/
H A Dsyscalls.h472 asmlinkage long sys_pipe2(int __user *fildes, int flags);