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

/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/SmbiosPlatformDxe/
H A DXen.c36 SMBIOS_TABLE_ENTRY_POINT *XenSmbiosEntryPointStructure; local
51 XenSmbiosEntryPointStructure = (SMBIOS_TABLE_ENTRY_POINT *) XenSmbiosPtr;
53 if (!AsciiStrnCmp ((CHAR8 *) XenSmbiosEntryPointStructure->AnchorString, "_SM_", 4) &&
54 !AsciiStrnCmp ((CHAR8 *) XenSmbiosEntryPointStructure->IntermediateAnchorString, "_DMI_", 5) &&
55 IsEntryPointStructureValid (XenSmbiosEntryPointStructure)) {
57 return XenSmbiosEntryPointStructure;

Completed in 62 milliseconds