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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/
H A Dbootsectimage.c804 MASTER_BOOT_RECORD DestMbr; local
807 if (ReadFromFile ((void *)&DestMbr, DestFileName) == 0) {
821 &DestMbr.PartitionRecord[0],
823 sizeof(DestMbr.PartitionRecord)
826 DestMbr.Signature = MBR_SIGNATURE;
829 if (WriteToFile ((void *)&DestMbr, DestFileName)) {

Completed in 163 milliseconds