Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dinit.c247 adutils_ad_t **new_dcs; in reload_dcs() local
259 new_dcs = NULL; in reload_dcs()
278 new_dcs = calloc(new_num_dcs, sizeof (adutils_ad_t *)); in reload_dcs()
279 if (new_dcs == NULL) in reload_dcs()
282 if (adutils_ad_alloc(&new_dcs[0], pgcfg->domain_name, in reload_dcs()
287 if (idmap_add_ds(new_dcs[0], in reload_dcs()
303 if (adutils_add_domain(new_dcs[0], in reload_dcs()
312 _idmapdstate.dcs = new_dcs; in reload_dcs()
326 if (new_dcs != NULL) { in reload_dcs()
327 if (new_dcs[0] != NULL) in reload_dcs()
[all …]