Home
last modified time | relevance | path

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

/src/sys/sys/
H A Ducred.h152 gid_t *sc_supp_groups; /* supplementary groups */ member
192 uint32_t sc_supp_groups; /* gid_t [*] */ member
/src/sys/kern/
H A Dkern_prot.c561 error = copyin(wcred->sc_supp_groups, groups, in user_setcred_copyin_supp_groups()
563 wcred->sc_supp_groups = groups; in user_setcred_copyin_supp_groups()
578 wcred->sc_supp_groups = NULL; in user_setcred_copyin_supp_groups()
635 if (wcred->sc_supp_groups != smallgroups) in user_setcred()
636 free(wcred->sc_supp_groups, M_TEMP); in user_setcred()
725 AUDIT_ARG_GROUPSET(wcred->sc_supp_groups, in kern_setcred()
728 wcred->sc_supp_groups); in kern_setcred()
769 wcred->sc_supp_groups); in kern_setcred()
/src/usr.bin/mdo/
H A Dmdo.c863 wcred.sc_supp_groups = supp_groups.groups; in main()
/src/sys/compat/freebsd32/
H A Dfreebsd32_misc.c4241 PTRIN_CP(wcred32, wcred, sc_supp_groups); in freebsd32_setcred()