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

/osnet-11/usr/src/lib/fm/topo/modules/i86pc/hostbridge/common/
H A Dhb_i86pc.c83 int hbcnt = 0; local
95 if (hb_process(mod, ptn, hbcnt, pnode) < 0) {
96 if (hbcnt == 0)
100 hbcnt++;
111 if (hb_process(mod, ptn, hbcnt, cnode) < 0) {
112 if (hbcnt == 0)
118 hbcnt++;
121 if (rc_process(mod, ptn, hbcnt, cnode) < 0) {
122 if (hbcnt == 0)
128 hbcnt
[all...]

Completed in 19 milliseconds