Home
last modified time | relevance | path

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

/titanic_53/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kshare.c610 shr->shr_oemname, shr->shr_type, cmnt_offs) < 0) { in smb_kshare_enum()
686 if (!STYPE_ISDSK(shr->shr_type)) { in smb_kshare_export()
768 if (STYPE_ISDSK(shr->shr_type)) { in smb_kshare_unexport()
804 shr->shr_type = STYPE_IPC; in smb_kshare_export_trans()
806 shr->shr_type = STYPE_DISKTREE; in smb_kshare_export_trans()
808 shr->shr_type |= smb_kshare_is_special(shr->shr_name); in smb_kshare_export_trans()
853 rc = nvlist_lookup_uint32(smb, "type", &tmp.shr_type); in smb_kshare_decode()
910 shr->shr_type = tmp.shr_type | smb_kshare_is_special(shr->shr_name); in smb_kshare_decode()
933 cmn_err(CE_NOTE, "\ttype: %d", shr->shr_type);
H A Dsmb_tree.c254 switch (si->shr_type & STYPE_MASK) { in smb_tree_connect_core()
882 uint32_t stype = si->shr_type; in smb_tree_alloc()
H A Dsmb_common_transact.c1000 si->shr_oemname, si->shr_type, si->shr_cmnt); in smb_trans_net_share_getinfo()
1005 si->shr_oemname, si->shr_type, si->shr_cmnt, access, in smb_trans_net_share_getinfo()
/titanic_53/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c415 if (STYPE_ISDSK(si->shr_type)) { in smb_shr_add()
493 if (STYPE_ISIPC(si->shr_type)) { in smb_shr_remove()
559 if (STYPE_ISIPC(from_si->shr_type)) { in smb_shr_rename()
652 if (STYPE_ISIPC(si->shr_type)) { in smb_shr_modify()
1004 (!STYPE_ISIPC(si->shr_type))) { in smb_shr_list()
1200 trans.shr_type = STYPE_IPC; in smb_shr_add_transient()
1389 si->shr_type |= smb_shr_is_special(cache_ent->shr_name); in smb_shr_cache_addent()
2428 rc |= nvlist_add_uint32(smb, "type", si->shr_type); in smb_shr_encode()
H A Dsrvsvc_svc.c906 info1->shi1_type = si.shr_type; in srvsvc_s_NetShareGetInfo()
917 info2->shi2_type = si.shr_type; in srvsvc_s_NetShareGetInfo()
928 info501->shi501_type = si.shr_type; in srvsvc_s_NetShareGetInfo()
940 info502->shi502_type = si.shr_type; in srvsvc_s_NetShareGetInfo()
964 info503->shi503_type = si.shr_type; in srvsvc_s_NetShareGetInfo()
2621 info1[i].shi1_type = si->shr_type; in mlsvc_NetShareEnumCommon()
2629 info2[i].shi2_type = si->shr_type; in mlsvc_NetShareEnumCommon()
2640 info501[i].shi501_type = si->shr_type; in mlsvc_NetShareEnumCommon()
2649 info502[i].shi502_type = si->shr_type; in mlsvc_NetShareEnumCommon()
2777 param->stype = (si->shr_type & STYPE_MASK); in srvsvc_s_NetShareCheck()
/titanic_53/usr/src/uts/common/smbsrv/
H A Dsmb_share.h194 uint32_t shr_type; member
H A Dsmb_ktypes.h683 uint32_t shr_type; member
/titanic_53/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_spool.c470 si.shr_type = STYPE_PRINTQ; in smbd_share_printers()