Searched defs:pChassis (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/PC/
H A DDevFwCommon.cpp723 PDMICHASSIS pChassis = (PDMICHASSIS)pszStr; local
724 DMI_CHECK_SIZE(sizeof(*pChassis));
725 pszStr = (char*)&pChassis->u32OEMdefined;
728 pChassis->header.u8Type = 3; /* System Enclosure or Chassis */
730 pChassis->header.u8Type = 0x7e; /* inactive */
732 pChassis->header.u8Length = RT_OFFSETOF(DMICHASSIS, u32OEMdefined);
733 pChassis->header.u16Handle = 0x0003;
734 DMI_READ_CFG_STR(pChassis->u8Manufacturer, DmiChassisVendor);
737 pChassis->u8Type = iDmiChassisType;
738 DMI_READ_CFG_STR(pChassis
[all...]

Completed in 197 milliseconds