Home
last modified time | relevance | path

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

/titanic_50/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.c4713 if (!scf_validate_encoded_value(REP_PROTOCOL_TYPE_STRING, new)) { in scf_value_set_astring()
4734 if (!scf_validate_encoded_value(REP_PROTOCOL_SUBTYPE_USTRING, new)) { in scf_value_set_ustring()
4957 if (!scf_validate_encoded_value(ty, str)) { in scf_value_set_from_string()
4964 if (!scf_validate_encoded_value(ty, v->value_value)) { in scf_value_set_from_string()
5041 assert(scf_validate_encoded_value(response.rpr_type, in scf_iter_next_value()