Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
DGpt.c465 EFI_PARTITION_TABLE_HEADER *PartHdr; in PartitionValidGptTable() local
470 PartHdr = AllocateZeroPool (BlockSize); in PartitionValidGptTable()
472 if (PartHdr == NULL) { in PartitionValidGptTable()
484 PartHdr in PartitionValidGptTable()
487 FreePool (PartHdr); in PartitionValidGptTable()
491 if ((PartHdr->Header.Signature != EFI_PTAB_HEADER_ID) || in PartitionValidGptTable()
492 !PartitionCheckCrc (BlockSize, &PartHdr->Header) || in PartitionValidGptTable()
493 PartHdr->MyLBA != Lba || in PartitionValidGptTable()
494 (PartHdr->SizeOfPartitionEntry < sizeof (EFI_PARTITION_ENTRY)) in PartitionValidGptTable()
497 FreePool (PartHdr); in PartitionValidGptTable()
[all …]