Searched refs:imp_deleted_dpts (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 270 static uu_list_t *imp_deleted_dpts = NULL; /* pgroup_t's to refresh */ variable 4436 if (uu_list_insert_after(imp_deleted_dpts, NULL, dpt) != 0) in upgrade_dependent() 4521 if (uu_list_insert_after(imp_deleted_dpts, NULL, dpt) != 0) in upgrade_dependent() 8084 (imp_deleted_dpts = uu_list_create(string_pool, NULL, 0)) == NULL || in alloc_imp_globals() 8162 while ((old_dpt = uu_list_teardown(imp_deleted_dpts, &cookie)) != in free_imp_globals() 8168 uu_list_destroy(imp_deleted_dpts); in free_imp_globals() 8344 for (old_dpt = uu_list_first(imp_deleted_dpts); in lscf_bundle_import() 8346 old_dpt = uu_list_next(imp_deleted_dpts, old_dpt)) in lscf_bundle_import() 8646 if (uu_list_insert_after(imp_deleted_dpts, NULL, in lscf_dependent_apply() 8923 for (old_dpt = uu_list_first(imp_deleted_dpts); in lscf_bundle_apply() [all …]
|