Searched refs:sc_property_values (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_internal.c | 176 (void) uu_list_walk(p->sc_property_values, internal_value_dump, in internal_property_dump() 515 p->sc_property_values = uu_list_create(value_pool, p, 0); in internal_property_new() 516 if (p->sc_property_values == NULL) { in internal_property_new() 535 while ((val = uu_list_teardown(p->sc_property_values, &cookie)) != in internal_property_free() 742 (void) uu_list_append(prop->sc_property_values, val); in internal_attach_value() 1378 if (uu_list_numnodes(p1->sc_property_values) != in prop_equal() 1379 uu_list_numnodes(p2->sc_property_values)) { in prop_equal() 1386 v1 = uu_list_first(p1->sc_property_values); in prop_equal() 1387 v2 = uu_list_first(p2->sc_property_values); in prop_equal() 1399 v1 = uu_list_next(p1->sc_property_values, v1); in prop_equal() [all …]
|
H A D | svccfg_tmpl.c | 779 return (uu_list_numnodes(prop->sc_property_values)); in count_prop_values() 1010 for ((v = uu_list_first(prop->sc_property_values)), i = 0; in av_get_values() 1012 (v = uu_list_next(prop->sc_property_values, v)), i++) { in av_get_values() 1043 v = uu_list_first(prop->sc_property_values); in find_astring_value_in_pg() 1059 value = uu_list_first(prop->sc_property_values); in find_count_value() 1103 v = uu_list_first(prop->sc_property_values); in find_restarter() 1170 *count = uu_list_numnodes(range_prop->sc_property_values); in get_ranges() 1174 for (value = uu_list_first(range_prop->sc_property_values); in get_ranges() 1176 value = uu_list_next(range_prop->sc_property_values, value)) { in get_ranges() 1867 value = uu_list_first(required->sc_property_values); in is_required() [all …]
|
H A D | svccfg.h | 279 uu_list_t *sc_property_values; member
|
H A D | svccfg_xml.c | 2763 v = uu_list_first(p->sc_property_values); in lxml_get_tm_prop_pattern() 2896 v = uu_list_first(target->sc_property_values); in verify_pg_pattern_attributes()
|
H A D | svccfg_libscf.c | 1985 for (vp = uu_list_first(prop->sc_property_values); in find_current_prop_type() 1987 vp = uu_list_next(prop->sc_property_values, vp)) { in find_current_prop_type() 2017 for (vp = uu_list_first(prop->sc_property_values); in find_current_prop_type() 2019 vp = uu_list_next(prop->sc_property_values, vp)) { in find_current_prop_type() 2372 for (vp = uu_list_first(p->sc_property_values); in lscf_property_import() 2374 vp = uu_list_next(p->sc_property_values, vp)) { in lscf_property_import()
|