Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dsys_pipe.c515 sys_pipe2(struct thread *td, struct pipe2_args *uap) in sys_pipe2() function
H A Dinit_sysent.c600 …{ .sy_narg = AS(pipe2_args), .sy_call = (sy_call_t *)sys_pipe2, .sy_auevent = AUE_PIPE, .sy_flags …
/freebsd-13.1/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c626 …{ .sy_narg = AS(pipe2_args), .sy_call = (sy_call_t *)sys_pipe2, .sy_auevent = AUE_PIPE, .sy_flags …
/freebsd-13.1/sys/sys/
H A Dsysproto.h2215 int sys_pipe2(struct thread *, struct pipe2_args *);