Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/smbclient-tests/tests/smbmount/
H A Dtp_smbmount_013.ksh59 tc_uid="listen"
61 cmd="mount -F smbfs -o noprompt,noacl,uid=$tc_uid \
71 if [[ $usr != "$tc_uid" ]]; then
72 cti_fail "FAIL: ls -ld, expected $tc_uid, got $usr"
79 if [[ $usr != "$tc_uid" ]]; then
80 cti_fail "FAIL: touch a, expected $tc_uid usr, got $usr"
88 if [[ $usr != "$tc_uid" ]]; then
89 cti_fail "FAIL: mkdir b, expected $tc_uid usr, got $usr"
/illumos-gate/usr/src/uts/common/sys/
H A Dtl.h50 uid_t tc_uid; /* Effective user id */ member
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c6140 tlcred->tc_uid = crgetuid(cr); in tl_fill_option()