Searched refs:degrade_svc (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | init.c | 73 degrade_svc(0, "failed to initialize config"); in load_config() 79 degrade_svc(0, "fatal error while upgrading configuration"); in load_config() 86 degrade_svc(0, "fatal error while loading configuration"); in load_config() 97 degrade_svc(0, "could not start config updater"); in load_config() 148 degrade_svc(0, "could not allocate AD context array " in reload_gcs() 156 degrade_svc(0, "could not initialize AD context " in reload_gcs() 167 degrade_svc(0, "could not set AD hosts " in reload_gcs() 181 degrade_svc(0, "could not set AD domains " in reload_gcs() 191 degrade_svc(0, "could not initialize trusted AD " in reload_gcs() 202 degrade_svc(0, "could not set trusted " in reload_gcs() [all …]
|
H A D | idmapd.h | 317 extern void degrade_svc(int, const char *);
|
H A D | idmapd.c | 489 degrade_svc(int poke_discovery, const char *reason) in degrade_svc() function
|
H A D | dbutils.c | 2004 degrade_svc(1, "failed to create batch for AD lookup"); in ad_lookup_batch_int() 2265 degrade_svc(1, "some AD lookups timed out repeatedly"); in ad_lookup_batch_int() 4290 degrade_svc(1, "failed to create request for " in ad_lookup_by_winname() 4330 degrade_svc(1, in ad_lookup_by_winname()
|
H A D | idmap_config.c | 1447 degrade_svc(B_FALSE, in idmap_cfg_update_thread()
|