Home
last modified time | relevance | path

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

/titanic_50/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) in count_busorrc() argument
45 bt = *hbc = 1; in count_busorrc()
48 (*hbc)++; in count_busorrc()
58 if (bt % *hbc != 0) { in count_busorrc()
64 *bph = bt / *hbc; in count_busorrc()
66 "%d hostbridge%s\n", *hbc, (*hbc > 1) ? "s." : "."); in count_busorrc()
74 int hbc, busper; in busorrc_process() local
107 if (count_busorrc(mod, list, &hbc, &busper) < 0) in busorrc_process()
110 return (declare_exbuses(mod, list, ptn, hbc, busper)); in busorrc_process()
112 return (declare_buses(mod, list, ptn, hbc)); in busorrc_process()