Home
last modified time | relevance | path

Searched refs:smb_dclocator (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dmlsvc_domain.c59 typedef struct smb_dclocator { struct
70 static smb_dclocator_t smb_dclocator; variable
103 smb_dclocator.sdl_locate = B_TRUE; in smb_dclocator_init()
108 smb_ddiscover_service, &smb_dclocator); in smb_dclocator_init()
144 (void) mutex_lock(&smb_dclocator.sdl_mtx); in smb_locate_dc()
146 if (strcmp(smb_dclocator.sdl_domain, domain)) { in smb_locate_dc()
147 (void) strlcpy(smb_dclocator.sdl_domain, domain, in smb_locate_dc()
148 sizeof (smb_dclocator.sdl_domain)); in smb_locate_dc()
149 smb_dclocator.sdl_cfg_chg = B_TRUE; in smb_locate_dc()
154 if (!smb_dclocator.sdl_locate) { in smb_locate_dc()
[all …]