Searched refs:BPB_TotSec16 (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/
H A DGetDrvNumOffset.c49 if (FatBpb->Fat12_16.BPB_TotSec16 != 0) {
50 TotSec = FatBpb->Fat12_16.BPB_TotSec16;
55 fprintf (stderr, "error E3003: FAT - BPB_TotSec16, BPB_TotSec32 - 0, expected: Non-Zero number\n");
H A DFatFormat.h34 UINT16 BPB_TotSec16; member in struct:__anon9970
74 UINT16 BPB_TotSec16; member in struct:__anon9971
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/
H A Dfat.h34 UINT16 BPB_TotSec16; member in struct:__anon9952
74 UINT16 BPB_TotSec16; member in struct:__anon9953
H A Dbootsectimage.c311 if (FatBpb->Fat12_16.BPB_TotSec16 != 0) {
312 TotSec = FatBpb->Fat12_16.BPB_TotSec16;
317 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT - BPB_TotSec16, BPB_TotSec32 - 0, expected: Non-Zero Value");
361 (FatBpb->Fat12_16.BPB_TotSec16 != 0)) {
362 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT32 - BPB_TotSec16 - %04x, expected: %04x",
363 FatBpb->Fat12_16.BPB_TotSec16, 0);
522 printf (" 13 Sectors (under 32MB) %04x\n", FatBpb.Fat12_16.BPB_TotSec16);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/
H A DFatFormat.h34 UINT16 BPB_TotSec16; member in struct:__anon10028
74 UINT16 BPB_TotSec16; member in struct:__anon10029

Completed in 66 milliseconds