Home
last modified time | relevance | path

Searched refs:MD_STR_ID (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu_mdesc.c109 if (md_get_prop_val(mdp, listp[idx], MD_STR_ID, &x) < 0) in cpu_n1_mdesc_init()
190 if (md_get_prop_val(mdp, list1p[i], MD_STR_ID, &x) in cpu_n2_mdesc_init()
243 if (md_get_prop_val(mdp, list1p[i], MD_STR_ID, &x) in cpu_n2_mdesc_init()
272 if (md_get_prop_val(mdp, list2p[j], MD_STR_ID, &x) < 0) in cpu_n2_mdesc_init()
H A Dcpu_mdesc.h41 #define MD_STR_ID "id" macro
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A Dhb_mdesc.h41 #define MD_STR_ID "id" macro
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_impl.h63 #define MD_STR_ID "id" /* FWARC/2008/300 */ macro
H A Dpi_subr.c430 result = md_get_prop_val(mdp, mde_node, MD_STR_ID, &id); in pi_get_instance()