Searched defs:smb_dclocator (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_domain.c55 typedef struct smb_dclocator { struct
66 static smb_dclocator_t smb_dclocator; variable
96 smb_ddiscover_service, &smb_dclocator);
132 (void) mutex_lock(&smb_dclocator.sdl_mtx);
134 if (strcmp(smb_dclocator.sdl_domain, domain)) {
135 (void) strlcpy(smb_dclocator.sdl_domain, domain,
136 sizeof (smb_dclocator.sdl_domain));
137 smb_dclocator.sdl_cfg_chg = B_TRUE;
142 if (!smb_dclocator.sdl_locate) {
143 smb_dclocator
[all...]

Completed in 43 milliseconds