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

/illumos-gate/usr/src/lib/fm/topo/modules/sun4/hostbridge/
H A Dhb_sun4.c200 * (Hostbridge #nhb, Root Complex #(rcs/hostbridge), ExBus #(buses/rc))
203 declare_exbuses(topo_mod_t *mod, busorrc_t *list, tnode_t *ptn, int nhb, argument
215 if ((hb = topo_mod_zalloc(mod, nhb * sizeof (tnode_t *))) == NULL)
222 topo_mod_free(mod, hb, nhb * sizeof (tnode_t *));
262 if (br == nhb)
270 for (i = 0; i < nhb; ++i)
277 topo_mod_free(mod, hb, nhb * sizeof (tnode_t *));
289 * (Hostbridge #nhb, Bus #0)
293 * (Hostbridge #nhb, Bus #(buses/hostbridge))
296 declare_buses(topo_mod_t *mod, busorrc_t *list, tnode_t *ptn, int nhb) argument
[all...]

Completed in 52 milliseconds