Home
last modified time | relevance | path

Searched refs:do_pipe_flags (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/sh/kernel/
H A Dsys_sh32.c31 error = do_pipe_flags(fd, 0); in sys_sh_pipe()
/openbmc/linux/arch/mips/kernel/
H A Dsyscall.c54 int error = do_pipe_flags(fd, 0); in sysm_pipe()
/openbmc/linux/arch/ia64/kernel/
H A Dsys_ia64.c109 retval = do_pipe_flags(fd, 0); in sys_ia64_pipe()
/openbmc/linux/arch/sparc/kernel/
H A Dsys_sparc_32.c81 error = do_pipe_flags(fd, 0); in SYSCALL_DEFINE0()
H A Dsys_sparc_64.c319 error = do_pipe_flags(fd, 0); in SYSCALL_DEFINE0()
/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c1313 int res = do_pipe_flags(fd, 0); in SYSCALL_DEFINE0()
/openbmc/linux/fs/
H A Dpipe.c998 int do_pipe_flags(int *fd, int flags) in do_pipe_flags() function
/openbmc/linux/include/linux/
H A Dfs.h2833 extern int do_pipe_flags(int *, int);