Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.c301 case TOPO_TYPE_INT64_ARRAY: { in prop_getval()
475 TOPO_TYPE_INT64_ARRAY, nelem, err)); in topo_prop_get_int64_array()
622 case TOPO_TYPE_INT64_ARRAY: in topo_prop_set()
738 return (topo_prop_set(node, pgname, pname, TOPO_TYPE_INT64_ARRAY, flag, in topo_prop_set_int64_array()
1624 case TOPO_TYPE_INT64_ARRAY: { in topo_create_props()
H A Dtopo_xml.c196 rv = TOPO_TYPE_INT64_ARRAY; in xmlattr_to_type()
270 case TOPO_TYPE_INT64_ARRAY: in xlate_common()
328 case TOPO_TYPE_INT64_ARRAY: in xlate_common()
565 case TOPO_TYPE_INT64_ARRAY: in prop_create()
620 case TOPO_TYPE_INT64_ARRAY: in prop_create()
H A Dtopo_2xml.c265 case TOPO_TYPE_INT64_ARRAY: { in txml_print_prop()
H A Dlibtopo.h391 TOPO_TYPE_INT64_ARRAY, /* array of int64_t */ enumerator
H A Dtopo_digraph_xml.c568 case TOPO_TYPE_INT64_ARRAY: { in serialize_property()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c395 case TOPO_TYPE_INT64_ARRAY: type = "int64[]"; break; in dump_propval()
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c294 case TOPO_TYPE_INT64_ARRAY: tstr = "int64[]"; break; in print_prop_nameval()