HomeSort by: relevance | last modified time | path
    Searched refs:pipe1 (Results 1 - 10 of 10) sorted by relevancy

  /src/tests/kernel/kqueue/write/
t_pipe.c 49 ATF_TC(pipe1);
50 ATF_TC_HEAD(pipe1, tc)
56 ATF_TC_BODY(pipe1, tc)
142 ATF_TP_ADD_TC(tp, pipe1);
  /src/sys/compat/linux/arch/alpha/
linux_pipe.c 67 if ((error = pipe1(l, fd, 0)))
89 if ((error = pipe1(l, fd, flags)))
  /src/sys/compat/linux/common/
linux_pipe.c 70 if ((error = pipe1(l, fd, 0)))
94 if ((error = pipe1(l, fd, flags)))
  /src/sys/compat/netbsd32/
netbsd32_fd.c 122 error = pipe1(l, fd, SCARG(uap, flags));
  /src/sys/sys/
filedesc.h 234 int pipe1(struct lwp *, int *, int);
  /src/sys/compat/linux32/common/
linux32_unistd.c 315 if ((error = pipe1(l, f, 0)))
337 if ((error = pipe1(l, f, flags)))
  /src/sys/kern/
sys_descrip.c 718 if ((error = pipe1(l, fd, 0)) != 0)
736 if ((error = pipe1(l, fd, SCARG(uap, flags))) != 0)
sys_pipe.c 207 pipe1(struct lwp *l, int *fildes, int flags) function in typeref:typename:int
uipc_syscalls.c 1270 pipe1(struct lwp *l, int *fildes, int flags) function in typeref:typename:int
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8996.dtsi 622 clock-names = "pipe1";

Completed in 19 milliseconds