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

/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi.c60 bb_cnt_t bb_cnt; variable
162 bb_cnt.cpuboard = 0;
163 bb_cnt.ioboard = 0;
164 bb_cnt.memboard = 0;
165 bb_cnt.motherboard = 0;
166 bb_cnt.systemboard = 0;
H A Dx86pi_bboard.c40 extern bb_cnt_t bb_cnt;
122 instance = bb_cnt.cpuboard++;
125 instance = bb_cnt.ioboard++;
128 instance = bb_cnt.memboard++;
131 instance = bb_cnt.motherboard++;
148 instance = bb_cnt.systemboard++;

Completed in 21 milliseconds