Home
last modified time | relevance | path

Searched refs:EFI_PARTITION_ENTRY (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
DGpt.c110 IN EFI_PARTITION_ENTRY *PartEntry,
214 EFI_PARTITION_ENTRY *PartEntry; in PartitionInstallGptChildHandles()
215 EFI_PARTITION_ENTRY *Entry; in PartitionInstallGptChildHandles()
369 …Entry = (EFI_PARTITION_ENTRY *) ((UINT8 *) PartEntry + Index * PrimaryHeader->SizeOfPartitionEntry… in PartitionInstallGptChildHandles()
494 (PartHdr->SizeOfPartitionEntry < sizeof (EFI_PARTITION_ENTRY)) in PartitionValidGptTable()
697 IN EFI_PARTITION_ENTRY *PartEntry, in PartitionCheckGptEntry()
703 EFI_PARTITION_ENTRY *Entry; in PartitionCheckGptEntry()
709 … Entry = (EFI_PARTITION_ENTRY *) ((UINT8 *) PartEntry + Index1 * PartHeader->SizeOfPartitionEntry); in PartitionCheckGptEntry()
734 … Entry = (EFI_PARTITION_ENTRY *) ((UINT8 *) PartEntry + Index2 * PartHeader->SizeOfPartitionEntry); in PartitionCheckGptEntry()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpm2MeasureBootLib/
DDxeTpm2MeasureBootLib.c138 EFI_PARTITION_ENTRY *PartitionEntry; in Tcg2MeasureGptTable()
201 PartitionEntry = (EFI_PARTITION_ENTRY *)EntryPtr; in Tcg2MeasureGptTable()
207 …PartitionEntry = (EFI_PARTITION_ENTRY *)((UINT8 *)PartitionEntry + PrimaryHeader->SizeOfPartitionE… in Tcg2MeasureGptTable()
237 PartitionEntry = (EFI_PARTITION_ENTRY*)EntryPtr; in Tcg2MeasureGptTable()
248 …PartitionEntry =(EFI_PARTITION_ENTRY *)((UINT8 *)PartitionEntry + PrimaryHeader->SizeOfPartitionEn… in Tcg2MeasureGptTable()
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
DUefiGpt.h136 } EFI_PARTITION_ENTRY; typedef
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/HiKeyFastbootDxe/
DHiKeyFastbootDxe.c95 OUT EFI_PARTITION_ENTRY **PartitionEntries, in ReadPartitionEntries()
105 EFI_PARTITION_ENTRY *Entry; in ReadPartitionEntries()
141 Entry = (EFI_PARTITION_ENTRY *)(Buffer + (2 * BlockSize)); in ReadPartitionEntries()
160 *PartitionEntries = (EFI_PARTITION_ENTRY *)((UINTN)Buffer + (2 * BlockSize)); in ReadPartitionEntries()
175 EFI_PARTITION_ENTRY *PartitionEntries = NULL; in LoadPtable()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960FastbootDxe/
DHiKey960FastbootDxe.c96 OUT EFI_PARTITION_ENTRY **PartitionEntries, in ReadPartitionEntries()
102 EFI_PARTITION_ENTRY *Entry; in ReadPartitionEntries()
141 Entry = (EFI_PARTITION_ENTRY *)(Buffer + (2 * BlockSize)); in ReadPartitionEntries()
160 *PartitionEntries = (EFI_PARTITION_ENTRY *)((UINTN)Buffer + (2 * BlockSize)); in ReadPartitionEntries()
175 EFI_PARTITION_ENTRY *PartitionEntries = NULL; in LoadPtable()
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeTpmMeasureBootLib/
DDxeTpmMeasureBootLib.c136 EFI_PARTITION_ENTRY *PartitionEntry; in TcgMeasureGptTable()
201 PartitionEntry = (EFI_PARTITION_ENTRY *)EntryPtr; in TcgMeasureGptTable()
207 …PartitionEntry = (EFI_PARTITION_ENTRY *)((UINT8 *)PartitionEntry + PrimaryHeader->SizeOfPartitionE… in TcgMeasureGptTable()
235 PartitionEntry = (EFI_PARTITION_ENTRY*)EntryPtr; in TcgMeasureGptTable()
246 …PartitionEntry =(EFI_PARTITION_ENTRY *)((UINT8 *)PartitionEntry + PrimaryHeader->SizeOfPartitionEn… in TcgMeasureGptTable()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/
DArmVExpressFastBoot.c78 OUT EFI_PARTITION_ENTRY **PartitionEntries in ReadPartitionEntries()
162 EFI_PARTITION_ENTRY *PartitionEntries; in ArmFastbootPlatformInit()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DUefiTcgPlatform.h177 EFI_PARTITION_ENTRY Partitions[1];