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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/
H A DGpt.c186 MASTER_BOOT_RECORD *ProtectiveMbr; local
197 ProtectiveMbr = NULL;
215 ProtectiveMbr = AllocatePool (BlockSize);
216 if (ProtectiveMbr == NULL) {
228 ProtectiveMbr
239 if (ProtectiveMbr->Partition[Index].BootIndicator == 0x00 &&
240 ProtectiveMbr->Partition[Index].OSIndicator == PMBR_GPT_PARTITION &&
241 UNPACK_UINT32 (ProtectiveMbr->Partition[Index].StartingLBA) == 1
394 if (ProtectiveMbr != NULL) {
395 FreePool (ProtectiveMbr);
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/
H A DGpt.c212 MASTER_BOOT_RECORD *ProtectiveMbr; local
224 ProtectiveMbr = NULL;
242 ProtectiveMbr = AllocatePool (BlockSize);
243 if (ProtectiveMbr == NULL) {
255 ProtectiveMbr
266 if (ProtectiveMbr->Partition[Index].BootIndicator == 0x00 &&
267 ProtectiveMbr->Partition[Index].OSIndicator == PMBR_GPT_PARTITION &&
268 UNPACK_UINT32 (ProtectiveMbr->Partition[Index].StartingLBA) == 1
421 if (ProtectiveMbr != NULL) {
422 FreePool (ProtectiveMbr);
[all...]

Completed in 44 milliseconds