Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
DGpt.c51 OUT EFI_PARTITION_TABLE_HEADER *PartHeader
70 IN EFI_PARTITION_TABLE_HEADER *PartHeader
90 IN EFI_PARTITION_TABLE_HEADER *PartHeader
109 IN EFI_PARTITION_TABLE_HEADER *PartHeader,
212 EFI_PARTITION_TABLE_HEADER *PrimaryHeader; in PartitionInstallGptChildHandles()
213 EFI_PARTITION_TABLE_HEADER *BackupHeader; in PartitionInstallGptChildHandles()
278 PrimaryHeader = AllocateZeroPool (sizeof (EFI_PARTITION_TABLE_HEADER)); in PartitionInstallGptChildHandles()
283 BackupHeader = AllocateZeroPool (sizeof (EFI_PARTITION_TABLE_HEADER)); in PartitionInstallGptChildHandles()
460 OUT EFI_PARTITION_TABLE_HEADER *PartHeader in PartitionValidGptTable()
465 EFI_PARTITION_TABLE_HEADER *PartHdr; in PartitionValidGptTable()
[all …]
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
DUefiGpt.h83 } EFI_PARTITION_TABLE_HEADER; typedef
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DDxeTpm2MeasureBootLib.c138 EFI_PARTITION_TABLE_HEADER *PrimaryHeader; in Tcg2MeasureGptTable()
162 PrimaryHeader = (EFI_PARTITION_TABLE_HEADER *) AllocatePool (BlockIo->Media->BlockSize); in Tcg2MeasureGptTable()
233 CopyMem ((UINT8 *)GptData, (UINT8*)PrimaryHeader, sizeof (EFI_PARTITION_TABLE_HEADER)); in Tcg2MeasureGptTable()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DUefiTcgPlatform.h175 EFI_PARTITION_TABLE_HEADER EfiPartitionHeader;
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DDxeTpmMeasureBootLib.c136 EFI_PARTITION_TABLE_HEADER *PrimaryHeader; in TcgMeasureGptTable()
162 PrimaryHeader = (EFI_PARTITION_TABLE_HEADER *) AllocatePool (BlockIo->Media->BlockSize); in TcgMeasureGptTable()
231 CopyMem ((UINT8 *)GptData, (UINT8*)PrimaryHeader, sizeof (EFI_PARTITION_TABLE_HEADER)); in TcgMeasureGptTable()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/
DArmVExpressFastBoot.c84 EFI_PARTITION_TABLE_HEADER *GptHeader; in ReadPartitionEntries()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyFastbootDxe/
DHiKeyFastboot.c104 EFI_PARTITION_TABLE_HEADER *GptHeader; in ReadPartitionEntries()