Searched refs:ValidFat (Results 1 – 3 of 3) sorted by relevance
85 if (boot.ValidFat < 0) in checkfilesys()91 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat); in checkfilesys()97 if (boot.ValidFat < 0) in checkfilesys()
68 boot->ValidFat = -1; in readboot()92 boot->ValidFat = block[40] & 0x0f; in readboot()
75 int ValidFat; /* valid fat if FAT32 non-mirrored */ member