Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DFatFormat.h148 #define FAT12_FILSYSTYPE "FAT12 " macro
/device/linaro/bootloader/edk2/BaseTools/Source/C/BootSectImage/
Dfat.h148 #define FAT12_FILSYSTYPE "FAT12 " macro
Dbootsectimage.c454 (strcmp (FilSysType, FAT12_FILSYSTYPE) != 0) && in GetFatType()
457 FilSysType, FAT12_FILSYSTYPE, FAT_FILSYSTYPE); in GetFatType()
701 memcpy (FilSysType, FAT12_FILSYSTYPE, sizeof(FilSysType)); in PatchBootSector()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
DFatFormat.h148 #define FAT12_FILSYSTYPE "FAT12 " macro