Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_temp.c41 if (topo_prop_get_int32(pnode, PGNAME(CORE), CORE_CHIP_ID, &chip, in chip_create_core_temp_sensor()
63 if (topo_prop_get_int32(pnode, PGNAME(CORE), CORE_PROCNODE_ID, in chip_create_core_temp_sensor()
H A Dchip_subr.c546 if (topo_prop_get_int32(node, PGNAME(STRAND), STRAND_CHIP_ID, in strand_walker()
548 topo_prop_get_int32(node, PGNAME(STRAND), STRAND_CORE_ID, in strand_walker()
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dmapfile-vers182 topo_prop_get_int32;
H A Dtopo_2xml.c132 if (topo_prop_get_int32(node, pgname, pv->tp_name, &val, in txml_print_prop()
H A Dlibtopo.h199 extern int topo_prop_get_int32(tnode_t *, const char *, const char *,
H A Dtopo_digraph_xml.c479 if (topo_prop_get_int32(tn, pgname, pname, &val, in serialize_property()
H A Dtopo_prop.c399 topo_prop_get_int32(tnode_t *node, const char *pgname, const char *pname, in topo_prop_get_int32() function