Searched refs:XenSmbiosEntryPointStructure (Results 1 – 1 of 1) sorted by relevance
71 SMBIOS_TABLE_ENTRY_POINT *XenSmbiosEntryPointStructure; in GetXenSmbiosTables() local86 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()