Searched refs:shr_type (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_kshare.c | 610 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 D | smb_tree.c | 256 switch (si->shr_type & STYPE_MASK) { in smb_tree_connect_core() 866 uint32_t stype = si->shr_type; in smb_tree_alloc()
|
H A D | smb_common_transact.c | 989 si->shr_oemname, si->shr_type, si->shr_cmnt); in smb_trans_net_share_getinfo() 994 si->shr_oemname, si->shr_type, si->shr_cmnt, access, in smb_trans_net_share_getinfo()
|
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_share.c | 474 if (si->shr_type & STYPE_IPC) { in smb_shr_remove() 540 if (from_si->shr_type & STYPE_IPC) { in smb_shr_rename() 633 if (si->shr_type & STYPE_IPC) { in smb_shr_modify() 985 ((si->shr_type & STYPE_IPC) == 0)) { in smb_shr_list() 1181 trans.shr_type = STYPE_IPC; in smb_shr_add_transient() 1370 if (((si->shr_type & STYPE_PRINTQ) == 0) && in smb_shr_cache_addent() 1371 (si->shr_type & STYPE_IPC) == 0) in smb_shr_cache_addent() 1372 si->shr_type = STYPE_DISKTREE; in smb_shr_cache_addent() 1374 si->shr_type |= smb_shr_is_special(cache_ent->shr_name); in smb_shr_cache_addent() 2413 rc |= nvlist_add_uint32(smb, "type", si->shr_type); in smb_shr_encode()
|
H A D | srvsvc_svc.c | 906 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_44/usr/src/uts/common/smbsrv/ |
H A D | smb_share.h | 194 uint32_t shr_type; member
|
H A D | smb_ktypes.h | 678 uint32_t shr_type; member
|
/titanic_44/usr/src/cmd/smbsrv/smbd/ |
H A D | smbd_spool.c | 470 si.shr_type = STYPE_PRINTQ; in smbd_share_printers()
|