Searched refs:readfat (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/sbin/fsck_msdos/ |
| H A D | check.c | 89 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat); in checkfilesys() 99 mod |= readfat(dosfs, &boot, i, ¤tFat); in checkfilesys()
|
| H A D | ext.h | 86 int readfat(int, struct bootblock *, u_int, struct fatEntry **);
|
| H A D | fat.c | 119 readfat(int fs, struct bootblock *boot, u_int no, struct fatEntry **fp) in readfat() function
|