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

/freebsd-12-stable/sys/kern/
H A Dsys_pipe.c501 sys_pipe2(struct thread *td, struct pipe2_args *uap) function
H A Dinit_sysent.c594 { AS(pipe2_args), (sy_call_t *)sys_pipe2, AUE_PIPE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 542 = pipe2 */
/freebsd-12-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c620 { AS(pipe2_args), (sy_call_t *)sys_pipe2, AUE_PIPE, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 542 = pipe2 */
/freebsd-12-stable/sys/sys/
H A Dsysproto.h2166 int sys_pipe2(struct thread *, struct pipe2_args *);

Completed in 246 milliseconds