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.c342 struct getgroups_args { struct
348 sys_getgroups(struct thread *td, struct getgroups_args *uap) in sys_getgroups() argument
/freebsd/sys/sys/
H A Dsysproto.h1896 struct getgroups_args { struct
1897 char gidsetsize_l_[PADL_(int)]; int gidsetsize; char gidsetsize_r_[PADR_(int)];
1898 char gidset_l_[PADL_(gid_t *)]; gid_t * gidset; char gidset_r_[PADR_(gid_t *)];