Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_internal.c174 (void) printf(" type = %d\n", p->sc_value_type); in internal_property_dump()
588 p->sc_value_type = vtype; in internal_property_create()
849 if (scf_property_type(prop, &iprop->sc_value_type) != 0) { in load_property()
1362 if (p1->sc_value_type != p2->sc_value_type) { in prop_equal()
H A Dsvccfg_xml.c690 p->sc_value_type = lxml_element_to_type(r); in lxml_get_propval()
698 p->sc_value_type = SCF_TYPE_INVALID; in lxml_get_propval()
753 p->sc_value_type = lxml_element_to_type(r); in lxml_get_property()
759 p->sc_value_type = SCF_TYPE_INVALID; in lxml_get_property()
792 if (p->sc_value_type == SCF_TYPE_INVALID) { in lxml_get_property()
793 p->sc_value_type = lxml_element_to_type(r); in lxml_get_property()
1466 p->sc_value_type = SCF_TYPE_ASTRING; in lxml_get_parameter()
2003 (*p)->sc_value_type = SCF_TYPE_ASTRING; in astring_prop_value()
2030 (*p)->sc_value_type = SCF_TYPE_ASTRING; in seps_to_prop_values()
2037 v->sc_type = (*p)->sc_value_type; in seps_to_prop_values()
H A Dsvccfg_tmpl.c1004 assert(prop->sc_value_type == SCF_TYPE_ASTRING); in av_get_values()
1041 if (prop->sc_value_type != SCF_TYPE_ASTRING) in find_astring_value_in_pg()
1058 assert(prop->sc_value_type == SCF_TYPE_COUNT); in find_count_value()
1102 if ((prop != NULL) && (prop->sc_value_type == SCF_TYPE_FMRI)) { in find_restarter()
2503 return (scf_is_compatible_type(type, prop->sc_value_type) == in property_is_type()
3515 type = prop->sc_value_type; in tmpl_validate_value_range()
3527 if ((rc = get_ranges(range_prop, prop->sc_value_type, &ranges, in tmpl_validate_value_range()
3586 prop->sc_value_type, &legal); in tmpl_validate_values()
3725 prop->sc_value_type; in tmpl_validate_prop()
H A Dsvccfg.h284 scf_type_t sc_value_type; member
H A Dsvccfg_libscf.c1885 if (prop->sc_value_type != SCF_TYPE_INVALID) in find_current_prop_type()
1979 prop->sc_value_type = prop_type; in find_current_prop_type()
1988 vp->sc_type = prop->sc_value_type; in find_current_prop_type()
2011 prop->sc_value_type = prop_type; in find_current_prop_type()
2020 vp->sc_type = prop->sc_value_type; in find_current_prop_type()
2321 tp = p->sc_value_type; in lscf_property_import()