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

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

Completed in 409 milliseconds