Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dsysunion.h315 struct ppoll_args ppoll;
H A Dsysproto.h1393 struct ppoll_args { struct
1770 int sys_ppoll (struct sysmsg *sysmsg, const struct ppoll_args *);
/dragonfly/sys/kern/
H A Dinit_sysent.c560 { AS(ppoll_args), 4, (sy_call_t *)sys_ppoll }, /* 543 = ppoll */
H A Dsys_generic.c1250 sys_ppoll(struct sysmsg *sysmsg, const struct ppoll_args *uap) in sys_ppoll()