Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DFatFormat.h144 #define FAT_BS_BOOTSIG 0x29 macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
Dfat.h144 #define FAT_BS_BOOTSIG 0x29 macro
Dbootsectimage.c438 (FatBpb->Fat12_16.BS_BootSig != FAT_BS_BOOTSIG)) { in GetFatType()
440 FatBpb->Fat12_16.BS_BootSig, FAT_BS_BOOTSIG); in GetFatType()
444 (FatBpb->Fat32.BS_BootSig != FAT_BS_BOOTSIG)) { in GetFatType()
446 FatBpb->Fat32.BS_BootSig, FAT_BS_BOOTSIG); in GetFatType()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
DFatFormat.h144 #define FAT_BS_BOOTSIG 0x29 macro