Home
last modified time | relevance | path

Searched refs:stypes (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi_bboard.c212 cid = stypes[SMB_TYPE_BASEBOARD].ids[index].con_ids; in x86pi_bb_getchips()
213 count = stypes[SMB_TYPE_BASEBOARD].ids[index].con_cnt; in x86pi_bb_getchips()
228 smbc = &stypes[SMB_TYPE_PROCESSOR]; in x86pi_bb_getchips()
233 if (ncmp != stypes[SMB_TYPE_PROCESSOR].count) in x86pi_bb_getchips()
234 ncmp = stypes[SMB_TYPE_PROCESSOR].count; in x86pi_bb_getchips()
262 smb_id = stypes[SMB_TYPE_BASEBOARD].ids[index].con_by_id; in x86pi_bb_topparent()
266 top_bb_smbid = stypes[SMB_TYPE_BASEBOARD].ids[index].id; in x86pi_bb_topparent()
268 ch_count = stypes[SMB_TYPE_CHASSIS].count; in x86pi_bb_topparent()
270 if (stypes[SMB_TYPE_CHASSIS].ids[i].id == *psmbid) in x86pi_bb_topparent()
271 *pnode = stypes[SMB_TYPE_CHASSIS].ids[i].node; in x86pi_bb_topparent()
[all …]
H A Dx86pi.c79 smbs_cnt_t stypes[SMB_TYPE_OEM_HI]; variable
289 stypes[SMB_TYPE_CHASSIS].type = SMB_TYPE_CHASSIS; in x86pi_enum_gentopo()
290 x86pi_smb_strcnt(mod, &stypes[SMB_TYPE_CHASSIS]); in x86pi_enum_gentopo()
292 ch_count = stypes[SMB_TYPE_CHASSIS].count; in x86pi_enum_gentopo()
296 stypes[SMB_TYPE_CHASSIS].count); in x86pi_enum_gentopo()
298 ch_smbid = stypes[SMB_TYPE_CHASSIS].ids[nch].id; in x86pi_enum_gentopo()
322 stypes[SMB_TYPE_CHASSIS].ids[nch].node = chassis_node; in x86pi_enum_gentopo()
325 smbc = &stypes[SUN_OEM_EXT_PORT]; in x86pi_enum_gentopo()
376 stypes[SMB_TYPE_BASEBOARD].type = SMB_TYPE_BASEBOARD; in x86pi_enum_gentopo()
377 x86pi_smb_strcnt(mod, &stypes[SMB_TYPE_BASEBOARD]); in x86pi_enum_gentopo()
[all …]
H A Dx86pi_impl.h114 extern smbs_cnt_t stypes[SMB_TYPE_OEM_HI]; /* one for each struct */
H A Dx86pi_hostbridge.c240 smbs_cnt_t *smbc = &stypes[SUN_OEM_PCIEXRC]; in x86pi_gen_hbr()