Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/common/zen/
H A Dtopo_zen_tn.c515 TOPO_PGROUP_CHIP_FAMILY, TOPO_TYPE_INT32, sock->ztes_cpu_fam, in topo_zen_build_chip()
516 TOPO_PGROUP_CHIP_MODEL, TOPO_TYPE_INT32, sock->ztes_cpu_model, in topo_zen_build_chip()
517 TOPO_PGROUP_CHIP_STEPPING, TOPO_TYPE_INT32, sock->ztes_cpu_step, in topo_zen_build_chip()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.c225 case TOPO_TYPE_INT32: in prop_getval()
402 return (prop_getval(node, pgname, pname, (void *)val, TOPO_TYPE_INT32, in topo_prop_get_int32()
586 case TOPO_TYPE_INT32: in topo_prop_set()
666 return (topo_prop_set(node, pgname, pname, TOPO_TYPE_INT32, flag, in topo_prop_set_int32()
1574 case TOPO_TYPE_INT32: { in topo_create_props()
H A Dtopo_xml.c178 rv = TOPO_TYPE_INT32; in xmlattr_to_type()
231 case TOPO_TYPE_INT32: in xlate_common()
537 case TOPO_TYPE_INT32: in prop_create()
591 case TOPO_TYPE_INT32: in prop_create()
H A Dtopo_2xml.c129 case TOPO_TYPE_INT32: { in txml_print_prop()
H A Dlibtopo.h381 TOPO_TYPE_INT32, /* int32_t */ enumerator
H A Dtopo_digraph_xml.c476 case TOPO_TYPE_INT32: { in serialize_property()
/illumos-gate/usr/src/cmd/fm/fmtopo/common/
H A Dfmtopo.c111 type = TOPO_TYPE_INT32; in str2type()
285 case TOPO_TYPE_INT32: tstr = "int32"; break; in print_prop_nameval()
643 case TOPO_TYPE_INT32: in set_prop()
/illumos-gate/usr/src/cmd/mdb/common/modules/libtopo/
H A Dlibtopo.c387 case TOPO_TYPE_INT32: type = "int32"; break; in dump_propval()