Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c191 (void) uu_list_walk(pg->sc_pgroup_props, internal_property_dump, in internal_pgroup_dump()
398 p->sc_pgroup_props = uu_list_create(property_pool, p, UU_LIST_SORTED); in internal_pgroup_new()
399 if (p->sc_pgroup_props == NULL) { in internal_pgroup_new()
421 while ((prop = uu_list_teardown(pg->sc_pgroup_props, &cookie)) != NULL) in internal_pgroup_free()
550 for (p = uu_list_first(pg->sc_pgroup_props); in internal_property_find()
552 p = uu_list_next(pg->sc_pgroup_props, p)) in internal_property_find()
721 if (uu_list_find(pgrp->sc_pgroup_props, prop, NULL, &idx) != NULL) { in internal_attach_property()
728 uu_list_insert(pgrp->sc_pgroup_props, prop, idx); in internal_attach_property()
736 uu_list_remove(pgrp->sc_pgroup_props, prop); in internal_detach_property()
1454 if (uu_list_numnodes(pg1->sc_pgroup_props) != in pg_equal()
[all …]
H A Dsvccfg.h261 uu_list_t *sc_pgroup_props; member
H A Dsvccfg_tmpl.c625 for (prop = uu_list_first(pg->sc_pgroup_props); in grow_props_tree()
627 prop = uu_list_next(pg->sc_pgroup_props, prop)) { in grow_props_tree()
2007 prop = uu_list_next(pg->sc_pgroup_props, current); in next_property()
2009 prop = uu_list_first(pg->sc_pgroup_props); in next_property()
2615 for (prop = uu_list_first(ptrn->sc_pgroup_props); in include_values_support()
2617 prop = uu_list_next(ptrn->sc_pgroup_props, prop)) { in include_values_support()
H A Dsvccfg_libscf.c2258 if (uu_list_walk(pg->sc_pgroup_props, find_current_prop_type, in find_current_pg_type()
2612 if (uu_list_walk(p->sc_pgroup_props, lscf_property_import, &cbdata, in entity_pgroup_import()
2885 for (p1 = uu_list_first(pg1->sc_pgroup_props); in report_pg_diffs()
2887 p1 = uu_list_next(pg1->sc_pgroup_props, p1)) { in report_pg_diffs()
2888 p2 = uu_list_find(pg2->sc_pgroup_props, p1, NULL, NULL); in report_pg_diffs()
2930 if (uu_list_walk(new->sc_pgroup_props, clear_int, in add_upgrade_entries()
2936 for (p = uu_list_first(old->sc_pgroup_props); in add_upgrade_entries()
2938 p = uu_list_next(old->sc_pgroup_props, p)) { in add_upgrade_entries()
2952 new_p = uu_list_find(new->sc_pgroup_props, p, NULL, NULL); in add_upgrade_entries()
2967 cur_p = uu_list_find(cur->sc_pgroup_props, p, NULL, NULL); in add_upgrade_entries()
[all …]