Searched refs:BPB_Reserved (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/ |
H A D | bootsectimage.c | 405 ((*(UINT32 *)FatBpb->Fat32.BPB_Reserved != 0) || 406 (*((UINT32 *)FatBpb->Fat32.BPB_Reserved + 1) != 0) || 407 (*((UINT32 *)FatBpb->Fat32.BPB_Reserved + 2) != 0))) { 408 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT32 - BPB_Reserved - %02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x%02x, expected: 0", 409 FatBpb->Fat32.BPB_Reserved[0], 410 FatBpb->Fat32.BPB_Reserved[1], 411 FatBpb->Fat32.BPB_Reserved[2], 412 FatBpb->Fat32.BPB_Reserved[3], 413 FatBpb->Fat32.BPB_Reserved[4], 414 FatBpb->Fat32.BPB_Reserved[ [all...] |
H A D | fat.h | 91 UINT8 BPB_Reserved[12]; member in struct:__anon9953
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/ |
H A D | FatFormat.h | 91 UINT8 BPB_Reserved[12]; member in struct:__anon9971
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/ |
H A D | FatFormat.h | 91 UINT8 BPB_Reserved[12]; member in struct:__anon10029
|
Completed in 168 milliseconds