Home
last modified time | relevance | path

Searched refs:readfat (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/sbin/fsck_msdos/
H A Dcheck.c99 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat); in checkfilesys()
108 mod |= readfat(dosfs, &boot, i, &currentFat); in checkfilesys()
H A Dext.h84 int readfat(int, struct bootblock *, int, struct fatEntry **);
H A Dfat.c76 readfat(int fs, struct bootblock *boot, int no, struct fatEntry **fp) in readfat() function