Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Guid/SmBios/
DSmBios.h46 UINT16 MaxStructureSize; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/
DSmbiosDxe.c1104 EntryPointStructure->MaxStructureSize = 0; in SmbiosCreateTable()
1120 if (RecordSize > EntryPointStructure->MaxStructureSize) { in SmbiosCreateTable()
1121 EntryPointStructure->MaxStructureSize = (UINT16) RecordSize; in SmbiosCreateTable()
1137 if (sizeof (EndStructure) > EntryPointStructure->MaxStructureSize) { in SmbiosCreateTable()
1138 EntryPointStructure->MaxStructureSize = (UINT16) sizeof (EndStructure); in SmbiosCreateTable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h61 UINT16 MaxStructureSize; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosMeasurementDxe/
DSmbiosMeasurementDxe.c513 … DEBUG ((EFI_D_INFO, " MaxStructureSize - 0x%08x\n", SmbiosTable->MaxStructureSize)); in MeasureSmbiosTable()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h145 UINT16 MaxStructureSize; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c175 … (STR_SMBIOSVIEW_PRINTINFO_MAX_STRUCT_SIZE), gShellDebug1HiiHandle, SmbiosTable->MaxStructureSize); in SmbiosPrintEPSInfo()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch9008 …STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_MAX_STRUCT_SIZE), HiiHandle, SmbiosTable->MaxStructureSize);
9011 …TOKEN (STR_SMBIOSVIEW_PRINTINFO_MAX_STRUCT_SIZE), gSmbiosHiiHandle, SmbiosTable->MaxStructureSize);