Searched refs:SMBiosTable (Results 1 – 3 of 3) sorted by relevance
258 SMBIOS_TABLE_ENTRY_POINT *SMBiosTable; in SMBiosView() local260 SMBiosTable = NULL; in SMBiosView()261 LibSmbiosGetEPS (&SMBiosTable); in SMBiosView()262 if (SMBiosTable == NULL) { in SMBiosView()267 if (CompareMem (SMBiosTable->AnchorString, "_SM_", 4) == 0) { in SMBiosView()271 SmbiosPrintEPSInfo (SMBiosTable, Option); in SMBiosView()273 SmbiosMajorVersion = SMBiosTable->MajorVersion; in SMBiosView()274 SmbiosMinorVersion = SMBiosTable->MinorVersion; in SMBiosView()313 for (Index = 0; Index < SMBiosTable->NumberOfSmbiosStructures; Index++) { in SMBiosView()430 SMBIOS_TABLE_3_0_ENTRY_POINT *SMBiosTable; in SMBios64View() local[all …]
75 #string STR_SMBIOSVIEW_PRINTINFO_SMBIOSTABLE_NULL #language en-US "SMBiosTable is NUL…
11126 SMBiosTable = NULL;11127 LibSmbiosGetEPS (&SMBiosTable);11128 if (SMBiosTable == NULL) {11135 SmbiosMinorVersion = SMBiosTable->MinorVersion;11250 SMBiosTable = NULL;11251 LibSmbiosGetEPS (&SMBiosTable);11252 if (SMBiosTable == NULL) {11258 if (CompareMem (SMBiosTable->AnchorString, "_SM_", 4) != 0) {11265 …mStatisticsTable = (STRUCTURE_STATISTICS *) AllocatePool (SMBiosTable->NumberOfSmbiosStructures * …11275 LibSmbiosGetEPS (&SMBiosTable);[all …]