Searched refs:Type0 (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/EmulatorPkg/PlatformSmbiosDxe/ |
D | PlatformSmbiosDxe.c | 110 if (Smbios.Type0 != NULL) { in PlatfomrSmbiosDriverEntryPoint() 112 Smbios.Type0->BiosSize = (UINT8)DivU64x32 (FixedPcdGet64 (PcdEmuFirmwareFdSize), 64*1024) - 1; in PlatfomrSmbiosDriverEntryPoint() 116 Smbios.Type0->BiosVersion, in PlatfomrSmbiosDriverEntryPoint() 121 Smbios.Type0->BiosReleaseDate, in PlatfomrSmbiosDriverEntryPoint()
|
/device/linaro/bootloader/edk2/DuetPkg/SmbiosGenDxe/ |
D | SmbiosGen.c | 139 AString = GetSmbiosString (SmbiosTable, SmbiosTable.Type0->BiosVersion); in InstallMiscSmbios() 155 LogSmbiosData(gSmbios, (UINT8*)SmbiosTable.Type0); in InstallMiscSmbios()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
D | PrintInfo.c | 317 PRINT_PENDING_STRING (Struct, Type0, Vendor); in SmbiosPrintStructure() 318 PRINT_PENDING_STRING (Struct, Type0, BiosVersion); in SmbiosPrintStructure() 319 PRINT_STRUCT_VALUE (Struct, Type0, BiosSegment); in SmbiosPrintStructure() 320 PRINT_PENDING_STRING (Struct, Type0, BiosReleaseDate); in SmbiosPrintStructure() 321 …N (STR_SMBIOSVIEW_PRINTINFO_BIOS_SIZE), gShellDebug1HiiHandle, 64 * (Struct->Type0->BiosSize + 1)); in SmbiosPrintStructure() 323 …DisplayBiosCharacteristics (ReadUnaligned64 ((UINT64 *) (UINTN) &(Struct->Type0->BiosCharacteristi… in SmbiosPrintStructure() 326 DisplayBiosCharacteristicsExt1 (Struct->Type0->BIOSCharacteristicsExtensionBytes[0], Option); in SmbiosPrintStructure() 329 DisplayBiosCharacteristicsExt2 (Struct->Type0->BIOSCharacteristicsExtensionBytes[1], Option); in SmbiosPrintStructure() 333 PRINT_STRUCT_VALUE (Struct, Type0, SystemBiosMajorRelease); in SmbiosPrintStructure() 334 PRINT_STRUCT_VALUE (Struct, Type0, SystemBiosMinorRelease); in SmbiosPrintStructure() [all …]
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | Smbios.h | 603 SMBIOS_TABLE_TYPE0 *Type0; member
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | SmBios.h | 2380 SMBIOS_TABLE_TYPE0 *Type0; member
|
/device/linaro/bootloader/edk2/EdkShellPkg/ |
D | ShellR33.patch | 9052 PrintPendingString (pStruct, Type0, BiosVersion); 9053 PrintStructValue (pStruct, Type0, BiosSegment); 9054 PrintPendingString (pStruct, Type0, BiosReleaseDate); 9055 - PrintToken (STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_BIOS_SIZE), HiiHandle, 64 * (pStruct->Type0… 9056 …TOKEN (STR_SMBIOSVIEW_PRINTINFO_BIOS_SIZE), gSmbiosHiiHandle, 64 * (pStruct->Type0->BiosSize + 1)); 9059 PrintStructValueH (pStruct, Type0, BiosCharacteristics);
|