Home
last modified time | relevance | path

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_bboard.c254 int bb_count, ch_count; in x86pi_bb_topparent() local
276 bb_count = stypes[SMB_TYPE_BASEBOARD].count; in x86pi_bb_topparent()
277 for (int i = 0; i < bb_count; i++) { in x86pi_bb_topparent()
328 int bb_count = 0; in x86pi_bb_contains() local
337 bb_count = stypes[SMB_TYPE_BASEBOARD].count; in x86pi_bb_contains()
338 for (int i = 0; i < bb_count; i++) { in x86pi_bb_contains()
383 for (int k = 0; k < bb_count; k++) in x86pi_bb_contains()
H A Dx86pi.c264 int bb_count, ch_count; in x86pi_enum_gentopo() local
378 bb_count = notvisited = stypes[SMB_TYPE_BASEBOARD].count; in x86pi_enum_gentopo()
380 for (nbb = 0; nbb < bb_count; nbb++) { in x86pi_enum_gentopo()
400 if (nbb > bb_count && notvisited) in x86pi_enum_gentopo()
402 else if (nbb > bb_count && !notvisited) in x86pi_enum_gentopo()
425 for (int i = 0; i < bb_count; i++) { in x86pi_enum_gentopo()
453 ncmp = x86pi_bb_getchips(mod, nbb, bb_count); in x86pi_enum_gentopo()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_alloc.c236 uint32_t bno, begin, dummy, temp, lbsz, bb_count; in ud_alloc_space_bmap() local
250 bb_count = udf_vfsp->udf_lbsize << 3; in ud_alloc_space_bmap()
296 bno / bb_count; in ud_alloc_space_bmap()
306 bblk = begin * bb_count; in ud_alloc_space_bmap()
307 eblk = bblk + bb_count; in ud_alloc_space_bmap()
410 uint32_t begin, dummy, bb_count; in ud_check_free_and_mark_used() local
417 bb_count = udf_vfsp->udf_lbsize << 3; in ud_check_free_and_mark_used()
422 begin = ud_part->udp_unall_loc + (start / bb_count); in ud_check_free_and_mark_used()
435 start -= begin * bb_count; in ud_check_free_and_mark_used()
436 if ((start + *count) > bb_count) { in ud_check_free_and_mark_used()
[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) { in extdimmslot_to_dimmslot()
261 bb_count++; in chip_get_smbstruct()