Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_type.c297 scf_proto_underlying_type(rep_protocol_value_type_t t) in scf_proto_underlying_type() function
345 for (t = new; t != (cur = scf_proto_underlying_type(t)); t = cur) { in scf_is_compatible_protocol_type()
443 base = scf_proto_underlying_type(t); in scf_validate_encoded_value()
444 while ((cur = scf_proto_underlying_type(base)) != base) in scf_validate_encoded_value()
H A Dscf_type.h37 rep_protocol_value_type_t scf_proto_underlying_type(rep_protocol_value_type_t);
H A Dlowlevel.c385 *out = scf_protocol_type_to_type(scf_proto_underlying_type(t)); in scf_type_base_type()
4487 cur = scf_proto_underlying_type(t); in scf_value_base_type()