Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
DGpt.c211 MASTER_BOOT_RECORD *ProtectiveMbr; in PartitionInstallGptChildHandles() local
222 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()