Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c958 char *canondomain = NULL; in add_namerule() local
982 &canonname, &canondomain, in add_namerule()
985 dom = canondomain; in add_namerule()
1014 free(canondomain); in add_namerule()
1495 char **canondomain, in lookup_wksids_name2sid() argument
1506 if (canondomain != NULL) in lookup_wksids_name2sid()
1507 *canondomain = NULL; in lookup_wksids_name2sid()
1535 if (canondomain != NULL) { in lookup_wksids_name2sid()
1537 *canondomain = strdup(wksid->domain); in lookup_wksids_name2sid()
1540 *canondomain = strdup(_idmapdstate.hostname); in lookup_wksids_name2sid()
[all …]