Home
last modified time | relevance | path

Searched refs:smbce_type (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_chassis.c68 ents[0].smbce_type = SMB_TYPE_COOLDEV | (1 << 7); in smbios_test_chassis_mktable_fill_entries()
71 ents[1].smbce_type = SMB_BBT_IO; in smbios_test_chassis_mktable_fill_entries()
423 if (elts[0].smbce_type != SMB_CELT_SMBIOS) { in smbios_test_chassis_verify_common_comps()
425 elts[0].smbce_type); in smbios_test_chassis_verify_common_comps()
447 if (elts[1].smbce_type != SMB_CELT_BBOARD) { in smbios_test_chassis_verify_common_comps()
449 elts[1].smbce_type); in smbios_test_chassis_verify_common_comps()
/illumos-gate/usr/src/uts/common/sys/
H A Dsmbios_impl.h143 uint8_t smbce_type; /* Containing Element and Type */ member
H A Dsmbios.h418 uint8_t smbce_type; /* Type of elt */ member
/illumos-gate/usr/src/common/smbios/
H A Dsmb_info.c653 entry[i].smbce_type = e.smbce_type & 0x80 ? in smbios_info_chassis_elts()
655 entry[i].smbce_elt = e.smbce_type & 0x7f; in smbios_info_chassis_elts()
/illumos-gate/usr/src/cmd/smbios/
H A Dsmbios.c552 switch (elts[i].smbce_type) { in print_chassis()
565 elts[i].smbce_type, elts[i].smbce_elt); in print_chassis()