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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/
H A Dfat.h144 #define FAT_BS_BOOTSIG 0x29 macro
H A Dbootsectimage.c436 (FatBpb->Fat12_16.BS_BootSig != FAT_BS_BOOTSIG)) {
438 FatBpb->Fat12_16.BS_BootSig, FAT_BS_BOOTSIG);
442 (FatBpb->Fat32.BS_BootSig != FAT_BS_BOOTSIG)) {
444 FatBpb->Fat32.BS_BootSig, FAT_BS_BOOTSIG);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/
H A DFatFormat.h144 #define FAT_BS_BOOTSIG 0x29 macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/
H A DFatFormat.h144 #define FAT_BS_BOOTSIG 0x29 macro

Completed in 149 milliseconds