Searched refs:PartHdr (Results 1 – 1 of 1) sorted by relevance
465 EFI_PARTITION_TABLE_HEADER *PartHdr; in PartitionValidGptTable() local470 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 …]