Home
last modified time | relevance | path

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

/netbsd-src/sbin/fsck_msdos/
H A Dcheck.c97 struct fatEntry *currentFat; in checkfilesys() local
99 mod |= readfat(dosfs, &boot, i, &currentFat); in checkfilesys()
104 mod |= comparefat(&boot, fat, currentFat, i); in checkfilesys()
105 free(currentFat); in checkfilesys()