Searched refs:tlcred (Results 1 – 1 of 1) sorted by relevance
5960 tl_credopt_t *tlcred; in tl_fill_option() local5966 tlcred = (tl_credopt_t *)(opt + 1); in tl_fill_option()5967 tlcred->tc_uid = crgetuid(cr); in tl_fill_option()5968 tlcred->tc_gid = crgetgid(cr); in tl_fill_option()5969 tlcred->tc_ruid = crgetruid(cr); in tl_fill_option()5970 tlcred->tc_rgid = crgetrgid(cr); in tl_fill_option()5971 tlcred->tc_suid = crgetsuid(cr); in tl_fill_option()5972 tlcred->tc_sgid = crgetsgid(cr); in tl_fill_option()5973 tlcred->tc_ngroups = crgetngroups(cr); in tl_fill_option()