Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Ducred.h152 gid_t *sc_supp_groups; /* supplementary groups */ member
192 uint32_t sc_supp_groups; /* gid_t [*] */ member
/freebsd/sys/kern/
H A Dkern_prot.c570 error = copyin(wcred->sc_supp_groups, groups, in user_setcred_copyin_supp_groups()
572 wcred->sc_supp_groups = groups; in user_setcred_copyin_supp_groups()
587 wcred->sc_supp_groups = NULL; in user_setcred_copyin_supp_groups()
644 if (wcred->sc_supp_groups != smallgroups) in user_setcred()
645 free(wcred->sc_supp_groups, M_TEMP); in user_setcred()
734 AUDIT_ARG_GROUPSET(wcred->sc_supp_groups, in kern_setcred()
737 wcred->sc_supp_groups); in kern_setcred()
778 wcred->sc_supp_groups); in kern_setcred()
/freebsd/usr.bin/mdo/
H A Dmdo.c863 wcred.sc_supp_groups = supp_groups.groups; in main()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c4239 PTRIN_CP(wcred32, wcred, sc_supp_groups); in freebsd32_setcred()