Searched refs:sys_pipe2 (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/kern/ |
H A D | sys_pipe.c | 547 sys_pipe2(struct thread *td, struct pipe2_args *uap) in sys_pipe2() function
|
H A D | init_sysent.c | 611 { .sy_narg = AS(pipe2_args), .sy_call = (sy_call_t *)sys_pipe2, .sy_auevent = AUE_PIPE, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 542 = pipe2 */
|
/freebsd/sys/compat/freebsd32/ |
H A D | freebsd32_sysent.c | 612 { .sy_narg = AS(pipe2_args), .sy_call = (sy_call_t *)sys_pipe2, .sy_auevent = AUE_PIPE, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 542 = pipe2 */
|
/freebsd/sys/sys/ |
H A D | sysproto.h | 2255 int sys_pipe2(struct thread *, struct pipe2_args *);
|