Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
Dmbr.h54 #define MBR_SIGNATURE 0xAA55 macro
Dbootsectimage.c816 if (SourceMbr.Signature != MBR_SIGNATURE) { in PatchMbr()
828 DestMbr.Signature = MBR_SIGNATURE; in PatchMbr()
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DMbr.h18 #define MBR_SIGNATURE 0xaa55 macro
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
DMbr.c51 if (Mbr->Signature != MBR_SIGNATURE) { in PartitionValidMbr()