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

/illumos-gate/usr/src/lib/fm/topo/modules/sun4u/hostbridge/
H A Dhb_sun4u.c37 count_busorrc(topo_mod_t *mod, busorrc_t *list, int *hbc, int *bph) argument
45 bt = *hbc = 1;
48 (*hbc)++;
58 if (bt % *hbc != 0) {
64 *bph = bt / *hbc;
66 "%d hostbridge%s\n", *hbc, (*hbc > 1) ? "s." : ".");
74 int hbc, busper; local
107 if (count_busorrc(mod, list, &hbc, &busper) < 0)
110 return (declare_exbuses(mod, list, ptn, hbc, buspe
[all...]

Completed in 44 milliseconds