Searched refs:BS_BootSig (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/ |
H A D | fat.h | 47 UINT8 BS_BootSig; member in struct:__anon9952 94 UINT8 BS_BootSig; member in struct:__anon9953
|
H A D | bootsectimage.c | 436 (FatBpb->Fat12_16.BS_BootSig != FAT_BS_BOOTSIG)) { 437 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT12_16 - BS_BootSig - %02x, expected: %02x\n", 438 FatBpb->Fat12_16.BS_BootSig, FAT_BS_BOOTSIG); 442 (FatBpb->Fat32.BS_BootSig != FAT_BS_BOOTSIG)) { 443 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT32 - BS_BootSig - %02x, expected: %02x\n", 444 FatBpb->Fat32.BS_BootSig, FAT_BS_BOOTSIG); 533 printf (" 26 Ext. boot signature %02x\n", FatBpb.Fat12_16.BS_BootSig); 581 printf (" 42 Ext. boot signature %02x\n", FatBpb.Fat32.BS_BootSig);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/ |
H A D | FatFormat.h | 47 UINT8 BS_BootSig; member in struct:__anon9970 94 UINT8 BS_BootSig; member in struct:__anon9971
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/ |
H A D | FatFormat.h | 47 UINT8 BS_BootSig; member in struct:__anon10028 94 UINT8 BS_BootSig; member in struct:__anon10029
|
Completed in 580 milliseconds