Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/smbclient-tests/tests/smbmount/
H A Dtp_smbmount_016.ksh56 tc_gid="gdm"
58 cmd="mount -F smbfs -o noprompt,noacl,gid=$tc_gid \
67 if [[ $grp != "$tc_gid" ]]; then
68 cti_fail "FAIL: ls -ld, expected $tc_gid, got $grp"
75 if [[ $grp != "$tc_gid" ]]; then
76 cti_fail "FAIL: touch a, expected $tc_gid usr, got $grp"
84 if [[ $grp != "$tc_gid" ]]; then
85 cti_fail "FAIL: mkdir b, expected $tc_gid usr, got $grp"
/illumos-gate/usr/src/uts/common/sys/
H A Dtl.h51 gid_t tc_gid; /* Effective group id */ member
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c6137 tlcred->tc_gid = crgetgid(cr); in tl_fill_option()