Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.c269 case TOPO_TYPE_INT32_ARRAY: { in prop_getval()
459 TOPO_TYPE_INT32_ARRAY, nelem, err)); in topo_prop_get_int32_array()
614 case TOPO_TYPE_INT32_ARRAY: in topo_prop_set()
722 return (topo_prop_set(node, pgname, pname, TOPO_TYPE_INT32_ARRAY, flag, in topo_prop_set_int32_array()
1610 case TOPO_TYPE_INT32_ARRAY: { in topo_create_props()
H A Dtopo_xml.c192 rv = TOPO_TYPE_INT32_ARRAY; in xmlattr_to_type()
268 case TOPO_TYPE_INT32_ARRAY: in xlate_common()
292 case TOPO_TYPE_INT32_ARRAY: in xlate_common()
558 case TOPO_TYPE_INT32_ARRAY: in prop_create()
612 case TOPO_TYPE_INT32_ARRAY: in prop_create()
H A Dtopo_2xml.c224 case TOPO_TYPE_INT32_ARRAY: { in txml_print_prop()
H A Dlibtopo.h389 TOPO_TYPE_INT32_ARRAY, /* array of int32_t */ enumerator
H A Dtopo_digraph_xml.c544 case TOPO_TYPE_INT32_ARRAY: { in serialize_property()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c393 case TOPO_TYPE_INT32_ARRAY: type = "int32[]"; break; in dump_propval()
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c292 case TOPO_TYPE_INT32_ARRAY: tstr = "int32[]"; break; in print_prop_nameval()