Searched defs:scf_proto_underlying_type (Results 1 - 1 of 1) 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) function
345 for (t = new; t != (cur = scf_proto_underlying_type(t)); t = cur) {
443 base = scf_proto_underlying_type(t);
444 while ((cur = scf_proto_underlying_type(base)) != base)

Completed in 58 milliseconds