Home
last modified time | relevance | path

Searched refs:pipe_args (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
H A Dsysunion.h52 struct pipe_args pipe;
H A Dsysproto.h180 struct pipe_args { struct
1506 int sys_pipe (struct sysmsg *sysmsg, const struct pipe_args *);
/dragonfly/sys/kern/
H A Dsys_pipe.c262 sys_pipe(struct sysmsg *sysmsg, const struct pipe_args *uap) in sys_pipe()