Searched refs:sc_supp_groups (Results 1 – 3 of 3) sorted by relevance
139 gid_t *sc_supp_groups; /* supplementary groups */ member180 #define setcred32_copy_end sc_supp_groups181 uint32_t sc_supp_groups; /* gid_t [*] */ member
86 wcred.sc_supp_groups = groups + 1; in main()
532 error = copyin(wcred->sc_supp_groups, *groups + 1, in kern_setcred_copyin_supp_groups()536 wcred->sc_supp_groups = *groups + 1; in kern_setcred_copyin_supp_groups()539 wcred->sc_supp_groups = NULL; in kern_setcred_copyin_supp_groups()582 PTRIN_CP(wcred32, wcred, sc_supp_groups); in user_setcred()688 MPASS(preallocated_groups + 1 == wcred->sc_supp_groups); in kern_setcred()694 memcpy(groups + 1, wcred->sc_supp_groups, in kern_setcred()