Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.c317 case TOPO_TYPE_UINT64_ARRAY: { in prop_getval()
483 TOPO_TYPE_UINT64_ARRAY, nelem, err)); in topo_prop_get_uint64_array()
626 case TOPO_TYPE_UINT64_ARRAY: in topo_prop_set()
746 return (topo_prop_set(node, pgname, pname, TOPO_TYPE_UINT64_ARRAY, flag, in topo_prop_set_uint64_array()
1631 case TOPO_TYPE_UINT64_ARRAY: { in topo_create_props()
H A Dtopo_xml.c198 rv = TOPO_TYPE_UINT64_ARRAY; in xmlattr_to_type()
271 case TOPO_TYPE_UINT64_ARRAY: in xlate_common()
346 case TOPO_TYPE_UINT64_ARRAY: in xlate_common()
569 case TOPO_TYPE_UINT64_ARRAY: in prop_create()
624 case TOPO_TYPE_UINT64_ARRAY: in prop_create()
H A Dtopo_2xml.c286 case TOPO_TYPE_UINT64_ARRAY: { in txml_print_prop()
H A Dlibtopo.h392 TOPO_TYPE_UINT64_ARRAY, /* array of uint64_t */ enumerator
H A Dtopo_digraph_xml.c580 case TOPO_TYPE_UINT64_ARRAY: { in serialize_property()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c396 case TOPO_TYPE_UINT64_ARRAY: type = "uint64[]"; break; in dump_propval()
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c295 case TOPO_TYPE_UINT64_ARRAY: tstr = "uint64[]"; break; in print_prop_nameval()