Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dsysunion.h310 struct pipe2_args pipe2;
H A Dsysproto.h1369 struct pipe2_args { struct
1765 int sys_pipe2 (struct sysmsg *sysmsg, const struct pipe2_args *);
/dragonfly/sys/kern/
H A Dinit_sysent.c555 { AS(pipe2_args), 4, (sy_call_t *)sys_pipe2 }, /* 538 = pipe2 */
H A Dsys_pipe.c268 sys_pipe2(struct sysmsg *sysmsg, const struct pipe2_args *uap) in sys_pipe2()