Home
last modified time | relevance | path

Searched full:scf_value (Results 1 – 3 of 3) sorted by relevance

/titanic_51/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h152 struct scf_value { struct
154 value_nextscf_value global() argument
173 value_valuescf_value global() argument
/titanic_51/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c505 static scf_value_t *scf_value = NULL; in lxml_validate_string_value() local
512 if (scf_value == NULL && (scf_value = scf_value_create(scf_hndl)) == in lxml_validate_string_value()
516 return (scf_value_set_from_string(scf_value, type, v)); in lxml_validate_string_value()
/titanic_51/usr/src/lib/libscf/inc/
H A Dlibscf.h56 typedef struct scf_value scf_value_t;