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

/osnet-11/usr/src/lib/fm/topo/modules/sun4u/hostbridge/common/
H A Dhb_sun4u.c34 count_busorrc(topo_mod_t *mod, busorrc_t *list, int *hbc, int *bph) argument
42 bt = *hbc = 1;
45 (*hbc)++;
55 if (bt % *hbc != 0) {
61 *bph = bt / *hbc;
63 "%d hostbridge%s\n", *hbc, (*hbc > 1) ? "s." : ".");
71 int hbc, busper; local
104 if (count_busorrc(mod, list, &hbc, &busper) < 0)
107 return (declare_exbuses(mod, list, ptn, hbc, buspe
[all...]

Completed in 19 milliseconds