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

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi.c259 int bb_count, ch_count; local
373 bb_count = notvisited = stypes[SMB_TYPE_BASEBOARD].count;
375 for (nbb = 0; nbb < bb_count; nbb++) {
395 if (nbb > bb_count && notvisited)
397 else if (nbb > bb_count && !notvisited)
420 for (int i = 0; i < bb_count; i++) {
448 ncmp = x86pi_bb_getchips(mod, nbb, bb_count);
H A Dx86pi_bboard.c254 int bb_count, ch_count; local
276 bb_count = stypes[SMB_TYPE_BASEBOARD].count;
277 for (int i = 0; i < bb_count; i++) {
328 int bb_count = 0; local
337 bb_count = stypes[SMB_TYPE_BASEBOARD].count;
338 for (int i = 0; i < bb_count; i++) {
383 for (int k = 0; k < bb_count; k++)
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c236 uint32_t bno, begin, dummy, temp, lbsz, bb_count; local
250 bb_count = udf_vfsp->udf_lbsize << 3;
296 bno / bb_count;
306 bblk = begin * bb_count;
307 eblk = bblk + bb_count;
410 uint32_t begin, dummy, bb_count; local
417 bb_count = udf_vfsp->udf_lbsize << 3;
422 begin = ud_part->udp_unall_loc + (start / bb_count);
435 start -= begin * bb_count;
436 if ((start + *count) > bb_count) {
[all...]
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c72 static int bb_count = 0; variable
109 if (chip_smbid == IGNORE_ID && bb_count <= 1 && nmct_ids <= 1) {
220 bb_count++;

Completed in 61 milliseconds