Searched refs:shr_type (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_kshare.c | 660 shr->shr_oemname, shr->shr_type, cmnt_offs) < 0) { in smb_kshare_enum() 734 if (!STYPE_ISDSK(shr->shr_type)) { in smb_kshare_export() 860 shr->shr_type = STYPE_IPC; in smb_kshare_export_trans() 862 shr->shr_type = STYPE_DISKTREE; in smb_kshare_export_trans() 864 shr->shr_type |= smb_kshare_is_special(name); in smb_kshare_export_trans() 909 rc = nvlist_lookup_uint32(smb, "type", &tmp.shr_type); in smb_kshare_decode() 973 shr->shr_type = tmp.shr_type | smb_kshare_is_special(shr->shr_name); in smb_kshare_decode() 997 cmn_err(CE_NOTE, "\ttype: %d", shr->shr_type);
|
H A D | smb_tree.c | 280 switch (si->shr_type & STYPE_MASK) { in smb_tree_connect_core() 912 uint32_t stype = si->shr_type; in smb_tree_alloc()
|
H A D | smb_common_transact.c | 1023 si->shr_oemname, si->shr_type, si->shr_cmnt); in smb_trans_net_share_getinfo() 1028 si->shr_oemname, si->shr_type, si->shr_cmnt, access, in smb_trans_net_share_getinfo()
|
H A D | smb2_durable.c | 302 ASSERT(STYPE_ISDSK(shr->shr_type)); in smb2_dh_new_ca_share()
|
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_share.c | 417 if (STYPE_ISDSK(si->shr_type)) { in smb_shr_add() 542 if (STYPE_ISIPC(si->shr_type)) { in smb_shr_remove() 627 if (STYPE_ISIPC(from_si->shr_type)) { in smb_shr_rename() 737 if (STYPE_ISIPC(si->shr_type)) { in smb_shr_modify() 1130 (!STYPE_ISIPC(si->shr_type))) { in smb_shr_list() 1326 trans.shr_type = STYPE_IPC; in smb_shr_add_transient() 1519 si->shr_type |= smb_shr_is_special(si->shr_name); in smb_shr_cache_addent() 1646 STYPE_ISIPC(si->shr_type)) in smb_shr_unload() 2657 rc |= nvlist_add_uint32(smb, "type", si->shr_type); in smb_shr_encode()
|
H A D | srvsvc_svc.c | 915 info1->shi1_type = si.shr_type; in srvsvc_s_NetShareGetInfo() 926 info2->shi2_type = si.shr_type; in srvsvc_s_NetShareGetInfo() 937 info501->shi501_type = si.shr_type; in srvsvc_s_NetShareGetInfo() 949 info502->shi502_type = si.shr_type; in srvsvc_s_NetShareGetInfo() 973 info503->shi503_type = si.shr_type; in srvsvc_s_NetShareGetInfo() 2650 info1[i].shi1_type = si->shr_type; in mlsvc_NetShareEnumCommon() 2658 info2[i].shi2_type = si->shr_type; in mlsvc_NetShareEnumCommon() 2669 info501[i].shi501_type = si->shr_type; in mlsvc_NetShareEnumCommon() 2678 info502[i].shi502_type = si->shr_type; in mlsvc_NetShareEnumCommon() 2856 param->stype = (si->shr_type & STYPE_MASK); in srvsvc_s_NetShareCheck()
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | smb_share.h | 214 uint32_t shr_type; member
|
H A D | smb_ktypes.h | 722 uint32_t shr_type; member
|
/illumos-gate/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_spool.c | 460 si.shr_type = STYPE_PRINTQ; in smbd_share_printers()
|