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

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/IndustryStandard/
H A DMbr.h18 #define MBR_SIGNATURE 0xaa55 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/
H A Dmbr.h54 #define MBR_SIGNATURE 0xAA55 macro
H A Dbootsectimage.c814 if (SourceMbr.Signature != MBR_SIGNATURE) {
826 DestMbr.Signature = MBR_SIGNATURE;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Disk/PartitionDxe/
H A DMbr.c50 if (Mbr->Signature != MBR_SIGNATURE) {
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/PartitionDxe/
H A DMbr.c76 if (Mbr->Signature != MBR_SIGNATURE) {

Completed in 239 milliseconds