Searched refs:smbc (Results 1 – 3 of 3) sorted by relevance
255 smbs_cnt_t *smbc; in x86pi_enum_gentopo() local320 smbc = &stypes[SUN_OEM_EXT_PORT]; in x86pi_enum_gentopo()321 smbc->type = SUN_OEM_EXT_PORT; in x86pi_enum_gentopo()322 x86pi_smb_strcnt(mod, smbc); in x86pi_enum_gentopo()328 if (smbc->count > 0) { in x86pi_enum_gentopo()330 smbc->count + 1); in x86pi_enum_gentopo()342 for (i = 0; i < smbc->count; i++) { in x86pi_enum_gentopo()343 if (smbios_info_extport(shp, smbc->ids[i].id, in x86pi_enum_gentopo()347 (int)smbc->ids[i].id); in x86pi_enum_gentopo()497 smbc = &stypes[SUN_OEM_PCIEXRC]; in x86pi_enum_gentopo()[all …]
240 smbs_cnt_t *smbc = &stypes[SUN_OEM_PCIEXRC]; in x86pi_gen_hbr() local264 for (i = 0; i < smbc->count; i++) { in x86pi_gen_hbr()265 if (smbios_info_pciexrc(shp, smbc->ids[i].id, &smb_rc) != 0) in x86pi_gen_hbr()267 "%s: failed: id = %d\n", f, (int)smbc->ids[i].id); in x86pi_gen_hbr()
205 smbs_cnt_t *smbc = NULL; in x86pi_bb_getchips() local228 smbc = &stypes[SMB_TYPE_PROCESSOR]; in x86pi_bb_getchips()229 smbc->type = SMB_TYPE_PROCESSOR; in x86pi_bb_getchips()230 x86pi_smb_strcnt(mod, smbc); in x86pi_bb_getchips()