Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c267 static uu_list_t *imp_deleted_dpts = NULL; /* pgroup_t's to refresh */ variable
4422 if (uu_list_insert_after(imp_deleted_dpts, NULL, dpt) != 0) in upgrade_dependent()
4507 if (uu_list_insert_after(imp_deleted_dpts, NULL, dpt) != 0) in upgrade_dependent()
8070 (imp_deleted_dpts = uu_list_create(string_pool, NULL, 0)) == NULL || in alloc_imp_globals()
8148 while ((old_dpt = uu_list_teardown(imp_deleted_dpts, &cookie)) != in free_imp_globals()
8154 uu_list_destroy(imp_deleted_dpts); in free_imp_globals()
8330 for (old_dpt = uu_list_first(imp_deleted_dpts); in lscf_bundle_import()
8332 old_dpt = uu_list_next(imp_deleted_dpts, old_dpt)) in lscf_bundle_import()
8632 if (uu_list_insert_after(imp_deleted_dpts, NULL, in lscf_dependent_apply()
8909 for (old_dpt = uu_list_first(imp_deleted_dpts); in lscf_bundle_apply()
[all …]