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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DSmbiosView.c207 SMBIOS_STRUCTURE_TABLE *SMBiosTable; local
209 SMBiosTable = NULL;
210 LibSmbiosGetEPS (&SMBiosTable);
211 if (SMBiosTable == NULL) {
216 if (CompareMem (SMBiosTable->AnchorString, "_SM_", 4) == 0) {
220 SmbiosPrintEPSInfo (SMBiosTable, Option);
222 SmbiosMajorVersion = SMBiosTable->MajorVersion;
223 SmbiosMinorVersion = SMBiosTable->MinorVersion;
262 TableHead = SMBiosTable->TableAddress;
264 for (Index = 0; Index < SMBiosTable
373 SMBIOS_STRUCTURE_TABLE *SMBiosTable; local
458 SMBIOS_STRUCTURE_TABLE *SMBiosTable; local
[all...]

Completed in 62 milliseconds