Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/fm/topo/modules/sun4v/hostbridge/
H A Dhb_sun4v.c308 for (i = 0, hbp = hbmd.hbs; i < hbmd.shbs; i++, hbp++) { in platform_hb_enum()
313 if (hbmd.shbs <= 0 || nrcs <= 0) { in platform_hb_enum()
319 hbnode = topo_mod_zalloc(mod, hbmd.shbs * sizeof (tnode_t *)); in platform_hb_enum()
407 topo_mod_free(mod, hbnode, hbmd.shbs * sizeof (tnode_t *)); in platform_hb_enum()
H A Dhb_mdesc.c125 hbmdp->shbs = hbmdp->nhbs = 1; in hb_rc_init()
224 topo_mod_free(mod, hbmdp->hbs, hbmdp->shbs * sizeof (md_hb_t)); in hb_mdesc_fini()
H A Dhb_mdesc.h63 int16_t shbs; /* size of the hbs */ member