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;
213 count = stypes[SMB_TYPE_BASEBOARD].ids[index].con_cnt;
228 smbc = &stypes[SMB_TYPE_PROCESSOR];
233 if (ncmp != stypes[SMB_TYPE_PROCESSOR].count)
234 ncmp = stypes[SMB_TYPE_PROCESSOR].count;
262 smb_id = stypes[SMB_TYPE_BASEBOARD].ids[index].con_by_id;
266 top_bb_smbid = stypes[SMB_TYPE_BASEBOARD].ids[index].id;
268 ch_count = stypes[SMB_TYPE_CHASSIS].count;
270 if (stypes[SMB_TYPE_CHASSIS].ids[i].id == *psmbid)
271 *pnode = stypes[SMB_TYPE_CHASSI
[all...]
H A Dx86pi.c284 stypes[SMB_TYPE_CHASSIS].type = SMB_TYPE_CHASSIS;
285 x86pi_smb_strcnt(mod, &stypes[SMB_TYPE_CHASSIS]);
287 ch_count = stypes[SMB_TYPE_CHASSIS].count;
291 stypes[SMB_TYPE_CHASSIS].count);
293 ch_smbid = stypes[SMB_TYPE_CHASSIS].ids[nch].id;
317 stypes[SMB_TYPE_CHASSIS].ids[nch].node = chassis_node;
320 smbc = &stypes[SUN_OEM_EXT_PORT];
371 stypes[SMB_TYPE_BASEBOARD].type = SMB_TYPE_BASEBOARD;
372 x86pi_smb_strcnt(mod, &stypes[SMB_TYPE_BASEBOARD]);
373 bb_count = notvisited = stypes[SMB_TYPE_BASEBOAR
[all...]
H A Dx86pi_impl.h114 smbs_cnt_t stypes[SMB_TYPE_OEM_HI]; /* one for each struct */ variable
H A Dx86pi_hostbridge.c240 smbs_cnt_t *smbc = &stypes[SUN_OEM_PCIEXRC];

Completed in 60 milliseconds