Searched refs:my_machine_sid (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dwksids.c294 char my_machine_sid[len + 1]; local
295 (void) strcpy(my_machine_sid, _idmapdstate.cfg->pgcfg.machine_sid);
320 sidcmp = strcasecmp(my_machine_sid, sid);
379 char my_machine_sid[len + 1]; local
380 (void) strcpy(my_machine_sid, _idmapdstate.cfg->pgcfg.machine_sid);
390 prefix = my_machine_sid;
H A Ddirectory_provider_nsswitch.c76 char my_machine_sid[machine_sid_len + 1]; local
77 (void) strcpy(my_machine_sid, _idmapdstate.cfg->pgcfg.machine_sid);
111 if (strncasecmp(id, my_machine_sid, machine_sid_len) !=

Completed in 45 milliseconds