Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtl.c6133 tl_credopt_t *tlcred; in tl_fill_option() local
6139 tlcred = (tl_credopt_t *)(opt + 1); in tl_fill_option()
6140 tlcred->tc_uid = crgetuid(cr); in tl_fill_option()
6141 tlcred->tc_gid = crgetgid(cr); in tl_fill_option()
6142 tlcred->tc_ruid = crgetruid(cr); in tl_fill_option()
6143 tlcred->tc_rgid = crgetrgid(cr); in tl_fill_option()
6144 tlcred->tc_suid = crgetsuid(cr); in tl_fill_option()
6145 tlcred->tc_sgid = crgetsgid(cr); in tl_fill_option()
6146 tlcred->tc_ngroups = crgetngroups(cr); in tl_fill_option()