Searched defs:SourceMbr (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/
H A Dbootsectimage.c805 MASTER_BOOT_RECORD SourceMbr; local
810 if (ReadFromFile ((void *)&SourceMbr, SourceFileName) == 0) {
814 if (SourceMbr.Signature != MBR_SIGNATURE) {
822 &SourceMbr.PartitionRecord[0],

Completed in 54 milliseconds