Searched refs:sys_pipe2 (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/parisc/kernel/
H A Dsys_parisc.c369 return sys_pipe2(fildes, flags);
/linux-master/tools/include/nolibc/
H A Dsys.h783 int sys_pipe2(int pipefd[2], int flags) function
791 return __sysret(sys_pipe2(pipefd, flags));
/linux-master/arch/arm64/include/asm/
H A Dunistd32.h732 __SYSCALL(__NR_pipe2, sys_pipe2)
/linux-master/include/uapi/asm-generic/
H A Dunistd.h165 __SYSCALL(__NR_pipe2, sys_pipe2)
/linux-master/tools/include/uapi/asm-generic/
H A Dunistd.h165 __SYSCALL(__NR_pipe2, sys_pipe2)
/linux-master/include/linux/
H A Dsyscalls.h449 asmlinkage long sys_pipe2(int __user *fildes, int flags);

Completed in 147 milliseconds