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

/vbox/src/VBox/Devices/PC/
H A DDevFwCommon.cpp658 PDMISYSTEMINF pSystemInf = (PDMISYSTEMINF)pszStr; local
659 DMI_CHECK_SIZE(sizeof(*pSystemInf));
660 DMI_START_STRUCT(pSystemInf);
661 pSystemInf->header.u8Type = 1; /* System Information */
662 pSystemInf->header.u8Length = sizeof(*pSystemInf);
663 pSystemInf->header.u16Handle = 0x0001;
664 DMI_READ_CFG_STR(pSystemInf->u8Manufacturer, DmiSystemVendor);
665 DMI_READ_CFG_STR(pSystemInf->u8ProductName, DmiSystemProduct);
666 DMI_READ_CFG_STR(pSystemInf
[all...]

Completed in 48 milliseconds