Searched refs:ProtectiveMbr (Results 1 – 1 of 1) sorted by relevance
211 MASTER_BOOT_RECORD *ProtectiveMbr; in PartitionInstallGptChildHandles() local222 ProtectiveMbr = NULL; in PartitionInstallGptChildHandles()240 ProtectiveMbr = AllocatePool (BlockSize); in PartitionInstallGptChildHandles()241 if (ProtectiveMbr == NULL) { in PartitionInstallGptChildHandles()253 ProtectiveMbr in PartitionInstallGptChildHandles()264 if (ProtectiveMbr->Partition[Index].BootIndicator == 0x00 && in PartitionInstallGptChildHandles()265 ProtectiveMbr->Partition[Index].OSIndicator == PMBR_GPT_PARTITION && in PartitionInstallGptChildHandles()266 UNPACK_UINT32 (ProtectiveMbr->Partition[Index].StartingLBA) == 1 in PartitionInstallGptChildHandles()420 if (ProtectiveMbr != NULL) { in PartitionInstallGptChildHandles()421 FreePool (ProtectiveMbr); in PartitionInstallGptChildHandles()