HomeSort by relevance Sort by last modified time
    Searched refs:BPB_RsvdSecCnt (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
fat.h 31 UINT16 BPB_RsvdSecCnt;
71 UINT16 BPB_RsvdSecCnt;
bootsectimage.c 273 if (FatBpb->Fat12_16.BPB_RsvdSecCnt == 0) {
274 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT - BPB_RsvdSecCnt - %04x, expected: Non-Zero Value",
275 FatBpb->Fat12_16.BPB_RsvdSecCnt);
324 FatBpb->Fat12_16.BPB_RsvdSecCnt +
342 (FatBpb->Fat12_16.BPB_RsvdSecCnt != 1)) {
343 DebugMsg (NULL, 0, DEBUG_WARN, NULL, "ERROR: E3003: FAT12_16 - BPB_RsvdSecCnt - %04x, expected: %04x",
344 FatBpb->Fat12_16.BPB_RsvdSecCnt, 1);
347 (FatBpb->Fat12_16.BPB_RsvdSecCnt != 32)) {
348 DebugMsg (NULL, 0, DEBUG_WARN, NULL, "ERROR: E3003: FAT32 - BPB_RsvdSecCnt - %04x, expected: %04x",
349 FatBpb->Fat12_16.BPB_RsvdSecCnt, 32);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
FatFormat.h 31 UINT16 BPB_RsvdSecCnt;
71 UINT16 BPB_RsvdSecCnt;
GetDrvNumOffset.c 60 FatBpb->Fat12_16.BPB_RsvdSecCnt +
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
FatFormat.h 31 UINT16 BPB_RsvdSecCnt;
71 UINT16 BPB_RsvdSecCnt;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/ramdisk/
ramdisk.c 110 CopyMem(&(pStart[index]), &(bsc->BPB_RsvdSecCnt), sizeof(bsc->BPB_RsvdSecCnt));
111 index+=sizeof(bsc->BPB_RsvdSecCnt);
377 g_bs.BPB_RsvdSecCnt = 1;
420 tmp1 = TotalSectors - (g_bs.BPB_RsvdSecCnt + RootDirSectors);
442 Fat1 = (UINT8*)pStart + g_bs.BPB_RsvdSecCnt * 512;
443 Fat2 = (UINT8*)pStart + (UINTN)(g_bs.BPB_RsvdSecCnt + FatSz) * 512;
ramdisk.h 61 UINT16 BPB_RsvdSecCnt;

Completed in 58 milliseconds