Searched refs:SMB_TYPE_CHASSIS (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
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;
H A Dx86pi_bboard.c90 if (sp.smbstr_type == SMB_TYPE_CHASSIS &&
265 if (sp.smbstr_type == SMB_TYPE_CHASSIS) {
268 ch_count = stypes[SMB_TYPE_CHASSIS].count;
270 if (stypes[SMB_TYPE_CHASSIS].ids[i].id == *psmbid)
271 *pnode = stypes[SMB_TYPE_CHASSIS].ids[i].node;
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c122 { SMB_TYPE_CHASSIS,
440 if (stp->smbst_hdr->smbh_type != SMB_TYPE_CHASSIS)
1053 if ((stp = smb_lookup_type(shp, SMB_TYPE_CHASSIS)) == NULL ||
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c742 ch_strcnt = smb_cnttypes(shp, SMB_TYPE_CHASSIS);
751 chstypes->type = SMB_TYPE_CHASSIS;
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c1108 case SMB_TYPE_CHASSIS:
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h88 #define SMB_TYPE_CHASSIS 3 /* system enclosure or chassis (R) */ macro

Completed in 82 milliseconds