Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libscf/common/
H A Dlowlevel.c3648 rep_protocol_value_type_t out_raw; in scf_property_type() local
3652 ret = property_type_locked(prop, &out_raw); in scf_property_type()
3656 *out = scf_protocol_type_to_type(out_raw); in scf_property_type()