Home
last modified time | relevance | path

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

/NextBSD/sbin/fsck_msdosfs/
HDcheck.c89 if (boot.ValidFat < 0) in checkfilesys()
95 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat); in checkfilesys()
101 if (boot.ValidFat < 0) in checkfilesys()
HDboot.c63 boot->ValidFat = -1; in readboot()
89 boot->ValidFat = block[40] & 0x0f; in readboot()
HDdosfs.h69 int ValidFat; /* valid fat if FAT32 non-mirrored */ member
HDfat.c608 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0, in writefat()