Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_lgrp.c213 static smb_localgrp_t smb_localgrp; variable
314 if (!smb_sid_indomain(smb_localgrp.lg_machine_sid, sid)) { in smb_lgrp_add()
1080 (void) mutex_lock(&smb_localgrp.lg_mutex); in smb_lgrp_start()
1083 (void) mutex_unlock(&smb_localgrp.lg_mutex); in smb_lgrp_start()
1087 smb_localgrp.lg_machine_sid = smb_sid_fromstr(localsid); in smb_lgrp_start()
1090 if (!smb_sid_isvalid(smb_localgrp.lg_machine_sid)) { in smb_lgrp_start()
1091 free(smb_localgrp.lg_machine_sid); in smb_lgrp_start()
1092 smb_localgrp.lg_machine_sid = NULL; in smb_lgrp_start()
1093 (void) mutex_unlock(&smb_localgrp.lg_mutex); in smb_lgrp_start()
1099 free(smb_localgrp.lg_machine_sid); in smb_lgrp_start()
[all …]