Home
last modified time | relevance | path

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

/tools/include/nolibc/
Dsys.h784 int sys_pipe2(int pipefd[2], int flags) in sys_pipe2() function
792 return __sysret(sys_pipe2(pipefd, flags)); in pipe2()
/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl335 325 common pipe2 sys_pipe2 sys_pipe2
/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl298 287 n64 pipe2 sys_pipe2
/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl305 293 common pipe2 sys_pipe2
Dsyscall_32.tbl346 331 i386 pipe2 sys_pipe2
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl417 317 common pipe2 sys_pipe2
/tools/include/uapi/asm-generic/
Dunistd.h165 __SYSCALL(__NR_pipe2, sys_pipe2)