Home
last modified time | relevance | path

Searched refs:md_hb_t (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A Dhb_mdesc.c55 md_hb_t *
58 md_hb_t *phb; in hb_find_hb()
87 md_hb_t *hbp; in hb_rc_init()
126 hbp = topo_mod_zalloc(mod, sizeof (md_hb_t) * hbmdp->nhbs); in hb_rc_init()
214 md_hb_t *hbp; in hb_mdesc_fini()
224 topo_mod_free(mod, hbmdp->hbs, hbmdp->shbs * sizeof (md_hb_t)); in hb_mdesc_fini()
H A Dhb_mdesc.h59 } md_hb_t; typedef
62 md_hb_t *hbs; /* a list of hostbridges */
71 extern md_hb_t *hb_find_hb(md_info_t *hbmd, int hbid);
H A Dhb_sun4v.c285 md_hb_t *hbp; in platform_hb_enum()