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

/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Dcheck.c82 if (boot.ValidFat < 0)
88 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat);
94 if (boot.ValidFat < 0)
H A Ddosfs.h67 int ValidFat; /* valid fat if FAT32 non-mirrored */ member in struct:bootblock
H A Dboot.c62 boot->ValidFat = -1;
86 boot->ValidFat = block[40] & 0x0f;
H A Dfat.c512 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0,

Completed in 59 milliseconds