Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DFatFormat.h143 #define FAT_BS_SIGNATURE 0xAA55 macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
Dfat.h143 #define FAT_BS_SIGNATURE 0xAA55 macro
Dbootsectimage.c228 if (FatBpb->Fat12_16.Signature != FAT_BS_SIGNATURE) { in GetFatType()
230 FatBpb->Fat12_16.Signature, FAT_BS_SIGNATURE); in GetFatType()
714 DestFatBpb.Fat12_16.Signature = FAT_BS_SIGNATURE; in PatchBootSector()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
DFatFormat.h143 #define FAT_BS_SIGNATURE 0xAA55 macro