Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_prot.c295 struct getgroups_args { struct
301 sys_getgroups(struct thread *td, struct getgroups_args *uap) in sys_getgroups() argument
/freebsd-14.2/sys/sys/
H A Dsysproto.h282 struct getgroups_args { struct
283 char gidsetsize_l_[PADL_(int)]; int gidsetsize; char gidsetsize_r_[PADR_(int)];
284 char gidset_l_[PADL_(gid_t *)]; gid_t * gidset; char gidset_r_[PADR_(gid_t *)];