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

  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLiteApi.h 27 Fat32,
FatLiteAccess.c 84 Volume->FatType = Fat32;
109 if (Volume->FatType == Fat32 && (SectorsPerFat == 0 || BpbEx.FsVersion != 0)) {
131 if (Volume->FatType != Fat32 && Bpb.RootEntries == 0) {
135 // If this is fat32, refuse to mount mirror-disabled volumes
137 if (Volume->FatType == Fat32 && ((BpbEx.ExtendedFlags & 0x80) != 0)) {
162 // If this is not a fat32, determine if it's a fat16 or fat12
164 if (Volume->FatType != Fat32) {
204 if (Volume->FatType == Fat32) {
514 if (ParentDir->Volume->FatType == Fat32) {
FatLiteApi.c 644 Parent.IsFixedRootDir = (BOOLEAN) ((PrivateData->Volume[VolumeIndex].FatType == Fat32) ? FALSE : TRUE);
  /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/FatPkg/EnhancedFatDxe/
Init.c 243 FatType = Fat32;
247 // (Note that so far we only know if the sector is FAT32 or not, we don't
283 if (FatType != Fat32) {
293 // If this is fat32, refuse to mount mirror-disabled volumes
299 // Unpack fat32 info
326 // If this is not a fat32, determine if it's a fat16 or fat12
328 if (FatType != Fat32) {
344 // fat32 fat-entries are 4 bytes
365 if (FatType == Fat32) {
DirectoryManage.c 391 if (OFile->Volume->FatType != Fat32) {
1170 if (Volume->FatType != Fat32) {
    [all...]
Fat.h 123 Fat32,
348 UINTN RootEntries; // < FAT32, root dir is fixed size
349 UINTN RootCluster; // >= FAT32, root cluster chain head
    [all...]
  /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 783 milliseconds