Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/idmap/idmapd/
H A Dinit.c250 adutils_ad_t **new_dcs; in reload_dcs() local
262 new_dcs = NULL; in reload_dcs()
281 new_dcs = calloc(new_num_dcs, sizeof (adutils_ad_t *)); in reload_dcs()
282 if (new_dcs == NULL) in reload_dcs()
285 if (adutils_ad_alloc(&new_dcs[0], pgcfg->domain_name, in reload_dcs()
290 if (idmap_add_ds(new_dcs[0], in reload_dcs()
306 if (adutils_add_domain(new_dcs[0], in reload_dcs()
315 _idmapdstate.dcs = new_dcs; in reload_dcs()
329 if (new_dcs != NULL) { in reload_dcs()
330 if (new_dcs[0] != NULL) in reload_dcs()
[all …]