Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dsysunion.h77 struct getgroups_args getgroups;
H A Dsysproto.h279 struct getgroups_args { struct
1531 int sys_getgroups (struct sysmsg *sysmsg, const struct getgroups_args *);
/dragonfly/sys/kern/
H A Dinit_sysent.c96 { AS(getgroups_args), 4, (sy_call_t *)sys_getgroups }, /* 79 = getgroups */
H A Dkern_prot.c212 sys_getgroups(struct sysmsg *sysmsg, const struct getgroups_args *uap) in sys_getgroups()