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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/BootSectImage/
H A Dfat.h31 UINT16 BPB_RsvdSecCnt; member in struct:__anon9952
71 UINT16 BPB_RsvdSecCnt; member in struct:__anon9953
H A Dbootsectimage.c271 if (FatBpb->Fat12_16.BPB_RsvdSecCnt == 0) {
272 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT - BPB_RsvdSecCnt - %04x, expected: Non-Zero Value",
273 FatBpb->Fat12_16.BPB_RsvdSecCnt);
322 FatBpb->Fat12_16.BPB_RsvdSecCnt +
340 (FatBpb->Fat12_16.BPB_RsvdSecCnt != 1)) {
341 DebugMsg (NULL, 0, DEBUG_WARN, NULL, "ERROR: E3003: FAT12_16 - BPB_RsvdSecCnt - %04x, expected: %04x",
342 FatBpb->Fat12_16.BPB_RsvdSecCnt, 1);
345 (FatBpb->Fat12_16.BPB_RsvdSecCnt != 32)) {
346 DebugMsg (NULL, 0, DEBUG_WARN, NULL, "ERROR: E3003: FAT32 - BPB_RsvdSecCnt - %04x, expected: %04x",
347 FatBpb->Fat12_16.BPB_RsvdSecCnt, 3
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenBootSector/
H A DFatFormat.h31 UINT16 BPB_RsvdSecCnt; member in struct:__anon9970
71 UINT16 BPB_RsvdSecCnt; member in struct:__anon9971
H A DGetDrvNumOffset.c60 FatBpb->Fat12_16.BPB_RsvdSecCnt +
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/
H A DFatFormat.h31 UINT16 BPB_RsvdSecCnt; member in struct:__anon10028
71 UINT16 BPB_RsvdSecCnt; member in struct:__anon10029

Completed in 46 milliseconds