Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dctx.c1269 strlcpy(tcon->tc_sh.sh_name, ctx->ct_origshare, in smb_ctx_get_tree()
1270 sizeof (tcon->tc_sh.sh_name)); in smb_ctx_get_tree()
1273 tcon->tc_sh.sh_use = ctx->ct_shtype_req; in smb_ctx_get_tree()
1288 DPRINT("ret. sh_type: \"%d\"", tcon->tc_sh.sh_type); in smb_ctx_get_tree()
1290 ctx->ct_shtype_req != tcon->tc_sh.sh_type) { in smb_ctx_get_tree()
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_usr.c745 tcon->tc_sh.sh_name[SMBIOC_MAX_NAME-1] = '\0'; in smb_usr_get_tree()
746 tcon->tc_sh.sh_pass[SMBIOC_MAX_NAME-1] = '\0'; in smb_usr_get_tree()
774 tcon->tc_sh.sh_type = ssp->ss_type; in smb_usr_get_tree()
H A Doffsets.in69 tc_sh
H A Dsmb_conn.c659 bcopy(&tcon->tc_sh, &ssp->ss_ioc, in smb_share_create()
690 if (u8_strcmp(ssp->ss_name, tcon->tc_sh.sh_name, 0, in smb_share_findcreate()
/titanic_41/usr/src/uts/common/netsmb/
H A Dsmb_dev.h232 smbioc_oshare_t tc_sh; member