Searched refs:BPB_SecPerClus (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/ |
H A D | fat.h | 30 UINT8 BPB_SecPerClus; member in struct:__anon9952 70 UINT8 BPB_SecPerClus; member in struct:__anon9953
|
H A D | bootsectimage.c | 254 if ((FatBpb->Fat12_16.BPB_SecPerClus != 1) && 255 (FatBpb->Fat12_16.BPB_SecPerClus != 2) && 256 (FatBpb->Fat12_16.BPB_SecPerClus != 4) && 257 (FatBpb->Fat12_16.BPB_SecPerClus != 8) && 258 (FatBpb->Fat12_16.BPB_SecPerClus != 16) && 259 (FatBpb->Fat12_16.BPB_SecPerClus != 32) && 260 (FatBpb->Fat12_16.BPB_SecPerClus != 64) && 261 (FatBpb->Fat12_16.BPB_SecPerClus != 128)) { 262 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT - BPB_SecPerClus - %02x, expected: %02x, %02x, %02x, %02x, %02x, %02x, %02x, or %02x", 266 if (FatBpb->Fat12_16.BPB_BytsPerSec * FatBpb->Fat12_16.BPB_SecPerClus > 3 [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/ |
H A D | FatFormat.h | 30 UINT8 BPB_SecPerClus; member in struct:__anon9970 70 UINT8 BPB_SecPerClus; member in struct:__anon9971
|
H A D | GetDrvNumOffset.c | 65 CountOfClusters = DataSec / FatBpb->Fat12_16.BPB_SecPerClus;
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/ |
H A D | FatFormat.h | 30 UINT8 BPB_SecPerClus; member in struct:__anon10028 70 UINT8 BPB_SecPerClus; member in struct:__anon10029
|
Completed in 40 milliseconds