Home
last modified time | relevance | path

Searched refs:FAT16_FILSYSTYPE (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DFatFormat.h149 #define FAT16_FILSYSTYPE "FAT16 " macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
Dfat.h149 #define FAT16_FILSYSTYPE "FAT16 " macro
Dbootsectimage.c460 (strcmp (FilSysType, FAT16_FILSYSTYPE) != 0) && in GetFatType()
463 FilSysType, FAT16_FILSYSTYPE, FAT_FILSYSTYPE); in GetFatType()
698 memcpy (FilSysType, FAT16_FILSYSTYPE, sizeof(FilSysType)); in PatchBootSector()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
DFatFormat.h149 #define FAT16_FILSYSTYPE "FAT16 " macro