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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
fat.h 40 UINT32 BPB_TotSec32;
80 UINT32 BPB_TotSec32;
bootsectimage.c 316 TotSec = FatBpb->Fat12_16.BPB_TotSec32;
319 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT - BPB_TotSec16, BPB_TotSec32 - 0, expected: Non-Zero Value");
375 (FatBpb->Fat12_16.BPB_TotSec32 == 0)) {
376 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT32 - BPB_TotSec32 - %04x, expected: Non-Zero",
377 (unsigned) FatBpb->Fat12_16.BPB_TotSec32);
530 printf (" 20 Sectors (over 32MB) %08x\n", (unsigned) FatBpb.Fat12_16.BPB_TotSec32);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
FatFormat.h 40 UINT32 BPB_TotSec32;
80 UINT32 BPB_TotSec32;
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");
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
FatFormat.h 40 UINT32 BPB_TotSec32;
80 UINT32 BPB_TotSec32;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/ramdisk/
ramdisk.h 70 UINT32 BPB_TotSec32;
ramdisk.c 140 CopyMem(&(pStart[index]), &(bsc->BPB_TotSec32), sizeof(bsc->BPB_TotSec32));
141 index+=sizeof(bsc->BPB_TotSec32);
386 g_bs.BPB_TotSec32 = 0;
427 g_bs.BPB_TotSec32 = TotalSectors;

Completed in 60 milliseconds