Searched refs:bb_count (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_bboard.c | 254 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 D | x86pi.c | 259 int bb_count, ch_count; in x86pi_enum_gentopo() local 373 bb_count = notvisited = stypes[SMB_TYPE_BASEBOARD].count; in x86pi_enum_gentopo() 375 for (nbb = 0; nbb < bb_count; nbb++) { in x86pi_enum_gentopo() 395 if (nbb > bb_count && notvisited) in x86pi_enum_gentopo() 397 else if (nbb > bb_count && !notvisited) in x86pi_enum_gentopo() 420 for (int i = 0; i < bb_count; i++) { in x86pi_enum_gentopo() 448 ncmp = x86pi_bb_getchips(mod, nbb, bb_count); in x86pi_enum_gentopo()
|
/titanic_41/usr/src/uts/common/fs/udfs/ |
H A D | udf_alloc.c | 236 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 …]
|
/titanic_41/usr/src/lib/fm/topo/modules/i86pc/chip/ |
H A D | chip_smbios.c | 72 static int bb_count = 0; variable 109 if (chip_smbid == IGNORE_ID && bb_count <= 1 && nmct_ids <= 1) { in extdimmslot_to_dimmslot() 220 bb_count++; in chip_get_smbstruct()
|