Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OvmfPkg/SmbiosPlatformDxe/
DX86Xen.c71 SMBIOS_TABLE_ENTRY_POINT *XenSmbiosEntryPointStructure; in GetXenSmbiosTables() local
86 XenSmbiosEntryPointStructure = (SMBIOS_TABLE_ENTRY_POINT *) XenSmbiosPtr; in GetXenSmbiosTables()
88 if (!AsciiStrnCmp ((CHAR8 *) XenSmbiosEntryPointStructure->AnchorString, "_SM_", 4) && in GetXenSmbiosTables()
89 … !AsciiStrnCmp ((CHAR8 *) XenSmbiosEntryPointStructure->IntermediateAnchorString, "_DMI_", 5) && in GetXenSmbiosTables()
90 IsEntryPointStructureValid (XenSmbiosEntryPointStructure)) { in GetXenSmbiosTables()
92 return XenSmbiosEntryPointStructure; in GetXenSmbiosTables()