Searched refs:BPB_TotSec32 (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/ |
H A D | fat.h | 40 UINT32 BPB_TotSec32; member in struct:__anon9952 80 UINT32 BPB_TotSec32; member in struct:__anon9953
|
H A D | bootsectimage.c | 314 TotSec = FatBpb->Fat12_16.BPB_TotSec32; 317 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT - BPB_TotSec16, BPB_TotSec32 - 0, expected: Non-Zero Value"); 373 (FatBpb->Fat12_16.BPB_TotSec32 == 0)) { 374 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT32 - BPB_TotSec32 - %04x, expected: Non-Zero", 375 (unsigned) FatBpb->Fat12_16.BPB_TotSec32); 528 printf (" 20 Sectors (over 32MB) %08x\n", (unsigned) FatBpb.Fat12_16.BPB_TotSec32);
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/ |
H A D | FatFormat.h | 40 UINT32 BPB_TotSec32; member in struct:__anon9970 80 UINT32 BPB_TotSec32; member in struct:__anon9971
|
H A D | GetDrvNumOffset.c | 52 TotSec = FatBpb->Fat12_16.BPB_TotSec32; 55 fprintf (stderr, "error E3003: FAT - BPB_TotSec16, BPB_TotSec32 - 0, expected: Non-Zero number\n");
|
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/ |
H A D | FatFormat.h | 40 UINT32 BPB_TotSec32; member in struct:__anon10028 80 UINT32 BPB_TotSec32; member in struct:__anon10029
|
Completed in 3937 milliseconds