Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c304 s->sc_dependents = uu_list_create(pgroup_pool, s, 0); in internal_service_new()
305 if (s->sc_dependents == NULL) { in internal_service_new()
338 while ((pg = uu_list_teardown(s->sc_dependents, &cookie)) != NULL) in internal_service_free()
358 i->sc_dependents = uu_list_create(pgroup_pool, i, 0); in internal_instance_new()
359 if (i->sc_dependents == NULL) { in internal_instance_new()
381 while ((pg = uu_list_teardown(i->sc_dependents, &cookie)) != NULL) in internal_instance_free()
451 return (find_pgroup(e->sc_dependents, name, NULL)); in internal_dependent_find()
698 if (uu_list_find(ent->sc_dependents, pg, NULL, NULL) != NULL) { in internal_attach_dependent()
704 (void) uu_list_append(ent->sc_dependents, pg); in internal_attach_dependent()
H A Dsvccfg.h229 uu_list_t *sc_dependents; member
H A Dsvccfg_libscf.c3506 if (li_dpts_pg == NULL && uu_list_numnodes(ient->sc_dependents) == 0) in upgrade_dependents()
3563 if (uu_list_walk(ient->sc_dependents, clear_int, in upgrade_dependents()
3689 for (new_dpt_pgroup = uu_list_first(ient->sc_dependents); in upgrade_dependents()
3691 new_dpt_pgroup = uu_list_next(ient->sc_dependents, in upgrade_dependents()
3775 for (new_dpt_pgroup = uu_list_first(ient->sc_dependents); in upgrade_dependents()
3777 new_dpt_pgroup = uu_list_next(ient->sc_dependents, in upgrade_dependents()
4161 uu_list_find(ient->sc_dependents, &pgrp, NULL, UU_DEFAULT); in upgrade_dependent()
6301 if (uu_list_walk(inst->sc_dependents, entity_pgroup_import, &ctx, in lscf_instance_import()
6661 if (uu_list_walk(inst->sc_dependents, lscf_dependent_import, in lscf_instance_import()
7183 if (uu_list_walk(s->sc_dependents, entity_pgroup_import, &cbdata, in lscf_service_import()
[all …]