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

/opensolaris-onvv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kshare.c562 shr->shr_oemname, shr->shr_type, cmnt_offs) < 0) {
638 if (!STYPE_ISDSK(shr->shr_type)) {
720 if (STYPE_ISDSK(shr->shr_type)) {
757 shr->shr_type = STYPE_IPC;
759 shr->shr_type = STYPE_DISKTREE;
761 shr->shr_type |= smb_kshare_is_special(shr->shr_name);
806 rc = nvlist_lookup_uint32(smb, "type", &tmp.shr_type);
864 shr->shr_type = tmp.shr_type | smb_kshare_is_special(shr->shr_name);
887 cmn_err(CE_NOTE, "\ttype: %d", shr->shr_type);
[all...]
H A Dsmb_tree.c254 switch (si->shr_type & STYPE_MASK) {
859 uint32_t stype = si->shr_type;
H A Dsmb_common_transact.c954 si->shr_oemname, si->shr_type, si->shr_cmnt);
959 si->shr_oemname, si->shr_type, si->shr_cmnt, access,
/opensolaris-onvv-gate/usr/src/uts/common/smbsrv/
H A Dsmb_share.h190 uint32_t shr_type; member in struct:smb_share
H A Dsmb_ktypes.h679 uint32_t shr_type; member in struct:smb_kshare
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_share.c474 if (si->shr_type & STYPE_IPC) {
540 if (from_si->shr_type & STYPE_IPC) {
633 if (si->shr_type & STYPE_IPC) {
992 ((si->shr_type & STYPE_IPC) == 0)) {
1188 trans.shr_type = STYPE_IPC;
1377 if (((si->shr_type & STYPE_PRINTQ) == 0) &&
1378 (si->shr_type & STYPE_IPC) == 0)
1379 si->shr_type = STYPE_DISKTREE;
1381 si->shr_type |= smb_shr_is_special(cache_ent->shr_name);
2420 rc |= nvlist_add_uint32(smb, "type", si->shr_type);
[all...]
H A Dsrvsvc_svc.c905 info1->shi1_type = si.shr_type;
916 info2->shi2_type = si.shr_type;
927 info501->shi501_type = si.shr_type;
939 info502->shi502_type = si.shr_type;
963 info503->shi503_type = si.shr_type;
2620 info1[i].shi1_type = si->shr_type;
2628 info2[i].shi2_type = si->shr_type;
2639 info501[i].shi501_type = si->shr_type;
2648 info502[i].shi502_type = si->shr_type;
2776 param->stype = (si->shr_type
[all...]
/opensolaris-onvv-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_spool.c463 si.shr_type = STYPE_PRINTQ;

Completed in 192 milliseconds