Searched defs:md_info_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A Dhb_mdesc.h65 } md_info_t; typedef in typeref:struct:md_info
68 extern int hb_mdesc_init(topo_mod_t *mod, md_info_t *hbmdp);
69 extern void hb_mdesc_fini(topo_mod_t *mod, md_info_t *hbmdp);
71 extern md_hb_t *hb_find_hb(md_info_t *hbmd, int hbid);
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/
H A Dcpu_mdesc.h83 } md_info_t; typedef in typeref:struct:md_info
86 extern int cpu_mdesc_init(topo_mod_t *mod, md_info_t *chip);
87 extern void cpu_mdesc_fini(topo_mod_t *mod, md_info_t *chip);
89 extern int cpu_get_serialid_mdesc(md_info_t *chip, uint32_t cpuid,
91 extern md_cpumap_t *cpu_find_cpumap(md_info_t *chip, uint32_t cpuid);
92 extern md_proc_t *cpu_find_proc(md_info_t *chip, uint32_t procid);

Completed in 838 milliseconds