Searched refs:md_info_t (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/sun4v/hostbridge/common/
H A Dhb_mdesc.h62 } md_info_t; typedef in typeref:struct:md_info
65 extern int hb_mdesc_init(topo_mod_t *mod, md_info_t *hbmdp);
66 extern void hb_mdesc_fini(topo_mod_t *mod, md_info_t *hbmdp);
68 extern md_hb_t *hb_find_hb(md_info_t *hbmd, int hbid);
H A Dhb_mdesc.c55 hb_find_hb(md_info_t *phbmd, int hbid) {
79 hb_rc_init(topo_mod_t *mod, md_t *mdp, md_info_t *hbmdp)
89 bzero(hbmdp, sizeof (md_info_t));
166 hb_mdesc_init(topo_mod_t *mod, md_info_t *phbmd)
210 hb_mdesc_fini(topo_mod_t *mod, md_info_t *hbmdp)
H A Dhb_sun4v.c286 md_info_t hbmd;
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/platform-cpu/common/
H A Dcpu_mdesc.h80 } md_info_t; typedef in typeref:struct:md_info
83 extern int cpu_mdesc_init(topo_mod_t *mod, md_info_t *chip);
84 extern void cpu_mdesc_fini(topo_mod_t *mod, md_info_t *chip);
86 extern int cpu_get_serialid_mdesc(md_info_t *chip, uint32_t cpuid,
88 extern md_cpumap_t *cpu_find_cpumap(md_info_t *chip, uint32_t cpuid);
89 extern md_proc_t *cpu_find_proc(md_info_t *chip, uint32_t procid);
H A Dcpu.c118 md_info_t *chip;
125 if ((chip = topo_mod_zalloc(mod, sizeof (md_info_t))) == NULL)
130 topo_mod_free(mod, chip, sizeof (md_info_t));
140 topo_mod_free(mod, chip, sizeof (md_info_t));
152 md_info_t *chip;
154 chip = (md_info_t *)topo_mod_getspecific(mod);
158 topo_mod_free(mod, chip, sizeof (md_info_t));
174 md_info_t *chip = (md_info_t *)topo_mod_getspecific(mod);
221 md_info_t *chi
[all...]
H A Dcpu_mdesc.c46 cpu_find_proc(md_info_t *chip, uint32_t procid) {
61 cpu_find_cpumap(md_info_t *chip, uint32_t cpuid) {
74 cpu_get_serialid_mdesc(md_info_t *chip, uint32_t cpuid, uint64_t *serialidp)
85 cpu_n1_mdesc_init(topo_mod_t *mod, md_t *mdp, md_info_t *chip)
157 cpu_n2_mdesc_init(topo_mod_t *mod, md_t *mdp, md_info_t *chip)
343 cpu_mdesc_init(topo_mod_t *mod, md_info_t *chip)
397 cpu_mdesc_fini(topo_mod_t *mod, md_info_t *chip)
/osnet-11/usr/src/lib/fm/topo/modules/sun4v/chip/common/
H A Dchip_sun4v.c76 md_info_t *chip;
82 if ((chip = topo_mod_zalloc(mod, sizeof (md_info_t))) == NULL)
87 topo_mod_free(mod, chip, sizeof (md_info_t));
97 topo_mod_free(mod, chip, sizeof (md_info_t));
109 md_info_t *chip;
111 chip = (md_info_t *)topo_mod_getspecific(mod);
115 topo_mod_free(mod, chip, sizeof (md_info_t));
257 cpu_create(topo_mod_t *mod, tnode_t *rnode, const char *name, md_info_t *chip,
368 topo_instance_t min, topo_instance_t max, md_info_t *chip)
440 md_info_t *chi
[all...]

Completed in 26 milliseconds