Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_type.c308 case REP_PROTOCOL_SUBTYPE_USTRING: in scf_proto_underlying_type()
312 return (REP_PROTOCOL_SUBTYPE_USTRING); in scf_proto_underlying_type()
317 return (REP_PROTOCOL_SUBTYPE_USTRING); in scf_proto_underlying_type()
406 case REP_PROTOCOL_SUBTYPE_USTRING: in valid_encoded_value()
H A Dlowlevel.c311 {SCF_TYPE_USTRING, REP_PROTOCOL_SUBTYPE_USTRING,
4671 if (!scf_value_check_type(val, REP_PROTOCOL_SUBTYPE_USTRING)) { in scf_value_get_ustring()
4785 if (!scf_validate_encoded_value(REP_PROTOCOL_SUBTYPE_USTRING, new)) { in scf_value_set_ustring()
4794 v->value_type = REP_PROTOCOL_SUBTYPE_USTRING; in scf_value_set_ustring()
/illumos-gate/usr/src/common/svc/
H A Drepcache_protocol.h571 REP_PROTOCOL_SUBTYPE_USTRING = REP_PROTOCOL_TYPE_STRING|('u' << 8), enumerator