Searched refs:SMB_PROTOCOL_NAME (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/uts/common/smbsrv/ |
H A D | smb_share.h | 95 #define SMB_PROTOCOL_NAME "smb" macro
|
/titanic_44/usr/src/lib/libshare/smb/ |
H A D | libshare_smb.c | 140 SMB_PROTOCOL_NAME, 1245 protoset = sa_create_protocol_properties(SMB_PROTOCOL_NAME); in smb_load_proto_properties() 2143 opts = sa_get_derived_optionset(resource, SMB_PROTOCOL_NAME, 1); in smb_build_shareinfo() 2364 if ((opts = sa_get_optionset(resource, SMB_PROTOCOL_NAME)) == NULL) { in smb_update_optionset_props() 2365 opts = sa_create_optionset(resource, SMB_PROTOCOL_NAME); in smb_update_optionset_props() 2384 SMB_PROTOCOL_NAME, prop); in smb_update_optionset_props()
|
/titanic_44/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_share.c | 1487 if (sa_get_optionset(group, SMB_PROTOCOL_NAME) == NULL) in smb_shr_sa_loadgrp() 1601 opts = sa_get_derived_optionset(resource, SMB_PROTOCOL_NAME, 1); in smb_shr_sa_get()
|
H A D | srvsvc_svc.c | 3080 if ((opts = sa_get_optionset(resource, SMB_PROTOCOL_NAME)) == NULL) { in srvsvc_sa_setprop() 3081 opts = sa_create_optionset(resource, SMB_PROTOCOL_NAME); in srvsvc_sa_setprop() 3102 SMB_PROTOCOL_NAME, prop); in srvsvc_sa_setprop()
|