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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
GetDrvNumOffset.c 49 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");
FatFormat.h 34 UINT16 BPB_TotSec16;
74 UINT16 BPB_TotSec16;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
fat.h 34 UINT16 BPB_TotSec16;
74 UINT16 BPB_TotSec16;
bootsectimage.c 313 if (FatBpb->Fat12_16.BPB_TotSec16 != 0) {
314 TotSec = FatBpb->Fat12_16.BPB_TotSec16;
319 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT - BPB_TotSec16, BPB_TotSec32 - 0, expected: Non-Zero Value");
363 (FatBpb->Fat12_16.BPB_TotSec16 != 0)) {
364 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT32 - BPB_TotSec16 - %04x, expected: %04x",
365 FatBpb->Fat12_16.BPB_TotSec16, 0);
524 printf (" 13 Sectors (under 32MB) %04x\n", FatBpb.Fat12_16.BPB_TotSec16);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
FatFormat.h 34 UINT16 BPB_TotSec16;
74 UINT16 BPB_TotSec16;
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/ramdisk/
ramdisk.h 64 UINT16 BPB_TotSec16;
ramdisk.c 122 CopyMem(&(pStart[index]), &(bsc->BPB_TotSec16), sizeof(bsc->BPB_TotSec16));
123 index+=sizeof(bsc->BPB_TotSec16);
380 g_bs.BPB_TotSec16 = 0;
429 g_bs.BPB_TotSec16 = (UINT16)TotalSectors;

Completed in 215 milliseconds