Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_type.h35 int scf_validate_encoded_value(rep_protocol_value_type_t, const char *);
H A Dscf_type.c439 scf_validate_encoded_value(rep_protocol_value_type_t t, const char *v) in scf_validate_encoded_value() function
H A Dlowlevel.c4764 if (!scf_validate_encoded_value(REP_PROTOCOL_TYPE_STRING, new)) { in scf_value_set_astring()
4785 if (!scf_validate_encoded_value(REP_PROTOCOL_SUBTYPE_USTRING, new)) { in scf_value_set_ustring()
5008 if (!scf_validate_encoded_value(ty, str)) { in scf_value_set_from_string()
5015 if (!scf_validate_encoded_value(ty, v->value_value)) { in scf_value_set_from_string()
5092 assert(scf_validate_encoded_value(response.rpr_type, in scf_iter_next_value()