Searched refs:sc_dependents (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_internal.c | 304 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 D | svccfg.h | 229 uu_list_t *sc_dependents; member
|
H A D | svccfg_libscf.c | 3488 if (li_dpts_pg == NULL && uu_list_numnodes(ient->sc_dependents) == 0) in upgrade_dependents() 3545 if (uu_list_walk(ient->sc_dependents, clear_int, in upgrade_dependents() 3671 for (new_dpt_pgroup = uu_list_first(ient->sc_dependents); in upgrade_dependents() 3673 new_dpt_pgroup = uu_list_next(ient->sc_dependents, in upgrade_dependents() 3757 for (new_dpt_pgroup = uu_list_first(ient->sc_dependents); in upgrade_dependents() 3759 new_dpt_pgroup = uu_list_next(ient->sc_dependents, in upgrade_dependents() 4147 uu_list_find(ient->sc_dependents, &pgrp, NULL, UU_DEFAULT); in upgrade_dependent() 6287 if (uu_list_walk(inst->sc_dependents, entity_pgroup_import, &ctx, in lscf_instance_import() 6647 if (uu_list_walk(inst->sc_dependents, lscf_dependent_import, in lscf_instance_import() 7169 if (uu_list_walk(s->sc_dependents, entity_pgroup_import, &cbdata, in lscf_service_import() [all …]
|