Home
last modified time | relevance | path

Searched defs:getgroups_args (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dkern_prot.c315 struct getgroups_args { struct
321 sys_getgroups(struct thread *td, struct getgroups_args *uap) in sys_getgroups() argument
/freebsd/sys/sys/
H A Dsysproto.h276 struct getgroups_args { struct
277 char gidsetsize_l_[PADL_(int)]; int gidsetsize; char gidsetsize_r_[PADR_(int)];
278 char gidset_l_[PADL_(gid_t *)]; gid_t * gidset; char gidset_r_[PADR_(gid_t *)];