Home
last modified time | relevance | path

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

/netbsd-src/sbin/fsck_msdos/
H A Dcheck.c83 if (boot.ValidFat < 0) in checkfilesys()
89 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat); in checkfilesys()
95 if (boot.ValidFat < 0) in checkfilesys()
H A Ddosfs.h67 int ValidFat; /* valid fat if FAT32 non-mirrored */ member
H A Dboot.c80 boot->ValidFat = -1; in readboot()
119 boot->ValidFat = block[40] & 0x0f; in readboot()
H A Dfat.c527 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0, in writefat()