Searched refs:BS_Reserved1 (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/ |
H A D | fat.h | 46 UINT8 BS_Reserved1; member in struct:__anon9952 93 UINT8 BS_Reserved1; member in struct:__anon9953
|
H A D | bootsectimage.c | 424 (FatBpb->Fat12_16.BS_Reserved1 != 0)) { 425 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT12_16 - BS_Reserved1 - %02x, expected: 0\n", 426 FatBpb->Fat12_16.BS_Reserved1); 430 (FatBpb->Fat32.BS_Reserved1 != 0)) { 431 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT32 - BS_Reserved1 - %02x, expected: 0\n", 432 FatBpb->Fat32.BS_Reserved1); 532 printf (" 25 (Unused) %02x\n", FatBpb.Fat12_16.BS_Reserved1); 580 printf (" 41 (Unused) %02x\n", FatBpb.Fat32.BS_Reserved1);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/ |
H A D | FatFormat.h | 46 UINT8 BS_Reserved1; member in struct:__anon9970 93 UINT8 BS_Reserved1; member in struct:__anon9971
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/ |
H A D | FatFormat.h | 46 UINT8 BS_Reserved1; member in struct:__anon10028 93 UINT8 BS_Reserved1; member in struct:__anon10029
|
Completed in 538 milliseconds