Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c883 char *canondomain = NULL; in add_namerule() local
907 &canonname, &canondomain, in add_namerule()
910 dom = canondomain; in add_namerule()
939 free(canondomain); in add_namerule()
1420 char **canondomain, in lookup_wksids_name2sid() argument
1431 if (canondomain != NULL) in lookup_wksids_name2sid()
1432 *canondomain = NULL; in lookup_wksids_name2sid()
1460 if (canondomain != NULL) { in lookup_wksids_name2sid()
1462 *canondomain = strdup(wksid->domain); in lookup_wksids_name2sid()
1465 *canondomain = strdup(_idmapdstate.hostname); in lookup_wksids_name2sid()
[all …]