Home
last modified time | relevance | path

Searched refs:smbc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi.c260 smbs_cnt_t *smbc; in x86pi_enum_gentopo() local
325 smbc = &stypes[SUN_OEM_EXT_PORT]; in x86pi_enum_gentopo()
326 smbc->type = SUN_OEM_EXT_PORT; in x86pi_enum_gentopo()
327 x86pi_smb_strcnt(mod, smbc); in x86pi_enum_gentopo()
333 if (smbc->count > 0) { in x86pi_enum_gentopo()
335 smbc->count + 1); in x86pi_enum_gentopo()
352 (int)smbc->ids[i].id); in x86pi_enum_gentopo()
502 smbc = &stypes[SUN_OEM_PCIEXRC]; in x86pi_enum_gentopo()
503 smbc->type = SUN_OEM_PCIEXRC; in x86pi_enum_gentopo()
504 x86pi_smb_strcnt(mod, smbc); in x86pi_enum_gentopo()
[all …]
H A Dx86pi_hostbridge.c240 smbs_cnt_t *smbc = &stypes[SUN_OEM_PCIEXRC]; in x86pi_gen_hbr() local
264 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()
H A Dx86pi_bboard.c205 smbs_cnt_t *smbc = NULL; in x86pi_bb_getchips() local
228 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()