Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel_impl.h153 struct scf_value { struct
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c506 static scf_value_t *scf_value = NULL; in lxml_validate_string_value() local
513 if (scf_value == NULL && (scf_value = scf_value_create(scf_hndl)) == in lxml_validate_string_value()
517 return (scf_value_set_from_string(scf_value, type, v)); in lxml_validate_string_value()
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h62 typedef struct scf_value scf_value_t;