Home
last modified time | relevance | path

Searched refs:sc_property_values (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c176 (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 Dsvccfg_tmpl.c779 return (uu_list_numnodes(prop->sc_property_values)); in count_prop_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()
1867 value = uu_list_first(required->sc_property_values); in is_required()
2661 for (v = uu_list_first(iv->sc_property_values); in tmpl_include_values_check()
2663 v = uu_list_next(iv->sc_property_values, v)) { in tmpl_include_values_check()
3545 for (v = uu_list_first(prop->sc_property_values); in tmpl_validate_value_range()
3547 v = uu_list_next(prop->sc_property_values, v)) { in tmpl_validate_value_range()
3604 for (v = uu_list_first(prop->sc_property_values); in tmpl_validate_values()
[all …]
H A Dsvccfg.h281 uu_list_t *sc_property_values; member
H A Dsvccfg_xml.c2763 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 Dsvccfg_libscf.c1985 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()