Searched refs:tlcred (Results 1 – 1 of 1) sorted by relevance
5984 tl_credopt_t *tlcred; in tl_fill_option() local5990 tlcred = (tl_credopt_t *)(opt + 1); in tl_fill_option()5991 tlcred->tc_uid = crgetuid(cr); in tl_fill_option()5992 tlcred->tc_gid = crgetgid(cr); in tl_fill_option()5993 tlcred->tc_ruid = crgetruid(cr); in tl_fill_option()5994 tlcred->tc_rgid = crgetrgid(cr); in tl_fill_option()5995 tlcred->tc_suid = crgetsuid(cr); in tl_fill_option()5996 tlcred->tc_sgid = crgetsgid(cr); in tl_fill_option()5997 tlcred->tc_ngroups = crgetngroups(cr); in tl_fill_option()