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

  /device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
bootsectimage.c 190 return "FAT32";
212 FatTypeFat32 - FAT32
306 FATSz = FatBpb->Fat32.BPB_FATSz32;
348 DebugMsg (NULL, 0, DEBUG_WARN, NULL, "ERROR: E3003: FAT32 - BPB_RsvdSecCnt - %04x, expected: %04x",
358 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT32 - BPB_RootEntCnt - %04x, expected: %04x",
364 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT32 - BPB_TotSec16 - %04x, expected: %04x",
370 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT32 - BPB_FATSz16 - %04x, expected: %04x",
376 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT32 - BPB_TotSec32 - %04x, expected: Non-Zero",
381 (FatBpb->Fat32.BPB_FATSz32 == 0)) {
382 DebugMsg (NULL, 0, DEBUG_ERROR, NULL, "ERROR: E3003: FAT32 - BPB_FATSz32 - %08x, expected: Non-Zero",
    [all...]
fat.h 83 // Fat32 specific field
112 FAT32_BPB_STRUCT Fat32;
150 #define FAT32_FILSYSTYPE "FAT32 "
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
GetDrvNumOffset.c 42 FATSz = FatBpb->Fat32.BPB_FATSz32;
70 return (INTN) ((UINTN) &FatBpb->Fat32.BS_DrvNum - (UINTN) FatBpb);
FatFormat.h 83 // Fat32 specific field
112 FAT32_BPB_STRUCT Fat32;
150 #define FAT32_FILSYSTYPE "FAT32 "
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
FatFormat.h 83 // Fat32 specific field
112 FAT32_BPB_STRUCT Fat32;
150 #define FAT32_FILSYSTYPE "FAT32 "

Completed in 490 milliseconds