Searched refs:sc_pgroup_props (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_internal.c | 191 (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 D | svccfg.h | 261 uu_list_t *sc_pgroup_props; member
|
H A D | svccfg_tmpl.c | 625 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 D | svccfg_libscf.c | 2240 if (uu_list_walk(pg->sc_pgroup_props, find_current_prop_type, in find_current_pg_type() 2594 if (uu_list_walk(p->sc_pgroup_props, lscf_property_import, &cbdata, in entity_pgroup_import() 2867 for (p1 = uu_list_first(pg1->sc_pgroup_props); in report_pg_diffs() 2869 p1 = uu_list_next(pg1->sc_pgroup_props, p1)) { in report_pg_diffs() 2870 p2 = uu_list_find(pg2->sc_pgroup_props, p1, NULL, NULL); in report_pg_diffs() 2912 if (uu_list_walk(new->sc_pgroup_props, clear_int, in add_upgrade_entries() 2918 for (p = uu_list_first(old->sc_pgroup_props); in add_upgrade_entries() 2920 p = uu_list_next(old->sc_pgroup_props, p)) { in add_upgrade_entries() 2934 new_p = uu_list_find(new->sc_pgroup_props, p, NULL, NULL); in add_upgrade_entries() 2949 cur_p = uu_list_find(cur->sc_pgroup_props, p, NULL, NULL); in add_upgrade_entries() [all …]
|