Home
last modified time | relevance | path

Searched refs:SMB_TYPE_CHASSIS (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/
H A Dx86pi.c289 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()
H A Dx86pi_bboard.c90 if (sp.smbstr_type == SMB_TYPE_CHASSIS && in x86pi_gen_bboard()
265 if (sp.smbstr_type == SMB_TYPE_CHASSIS) { 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()
/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_chassis.c35 hdr.smbh_type = SMB_TYPE_CHASSIS; in smbios_test_chassis_mktable_invlen_base()
47 ch->smbch_hdr.smbh_type = SMB_TYPE_CHASSIS; in smbios_test_chassis_mktable_fill_chassis()
187 if (smbios_lookup_type(hdl, SMB_TYPE_CHASSIS, &sp) == -1) { in smbios_test_chassis_verify_invlen()
310 if (smbios_lookup_type(hdl, SMB_TYPE_CHASSIS, &sp) == -1) { in smbios_test_chassis_verify_base()
368 if (smbios_lookup_type(hdl, SMB_TYPE_CHASSIS, &sp) == -1) { in smbios_test_chassis_verify_sku_nocomps()
500 if (smbios_lookup_type(hdl, SMB_TYPE_CHASSIS, &sp) == -1) { in smbios_test_chassis_verify_comps()
549 if (smbios_lookup_type(hdl, SMB_TYPE_CHASSIS, &sp) == -1) { in smbios_test_chassis_verify_sku()
/illumos-gate/usr/src/uts/intel/os/
H A Dfmsmb.c742 ch_strcnt = smb_cnttypes(shp, SMB_TYPE_CHASSIS); in get_chassis_inst()
751 chstypes->type = SMB_TYPE_CHASSIS; in get_chassis_inst()
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c127 { SMB_TYPE_CHASSIS,
538 if (stp->smbst_hdr->smbh_type != SMB_TYPE_CHASSIS) { in smbios_info_chassis()
624 if (stp->smbst_hdr->smbh_type != SMB_TYPE_CHASSIS) { in smbios_info_chassis_elts()
1451 if ((stp = smb_lookup_type(shp, SMB_TYPE_CHASSIS)) == NULL || in smb_get_sn()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios.h119 #define SMB_TYPE_CHASSIS 3 /* system enclosure or chassis (R) */ macro
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c2023 case SMB_TYPE_CHASSIS: in print_struct()