HomeSort by: relevance | last modified time | path
    Searched defs:currentFat (Results 1 - 7 of 7) sorted by relevancy

  /src/sbin/fsck_msdos/
check.c 97 struct fatEntry *currentFat;
99 mod |= readfat(dosfs, &boot, i, &currentFat);
104 mod |= comparefat(&boot, fat, currentFat, i);
105 free(currentFat);
check.c 97 struct fatEntry *currentFat;
99 mod |= readfat(dosfs, &boot, i, &currentFat);
104 mod |= comparefat(&boot, fat, currentFat, i);
105 free(currentFat);
check.c 97 struct fatEntry *currentFat;
99 mod |= readfat(dosfs, &boot, i, &currentFat);
104 mod |= comparefat(&boot, fat, currentFat, i);
105 free(currentFat);
check.c 97 struct fatEntry *currentFat;
99 mod |= readfat(dosfs, &boot, i, &currentFat);
104 mod |= comparefat(&boot, fat, currentFat, i);
105 free(currentFat);
check.c 97 struct fatEntry *currentFat;
99 mod |= readfat(dosfs, &boot, i, &currentFat);
104 mod |= comparefat(&boot, fat, currentFat, i);
105 free(currentFat);
check.c 97 struct fatEntry *currentFat;
99 mod |= readfat(dosfs, &boot, i, &currentFat);
104 mod |= comparefat(&boot, fat, currentFat, i);
105 free(currentFat);
check.c 97 struct fatEntry *currentFat;
99 mod |= readfat(dosfs, &boot, i, &currentFat);
104 mod |= comparefat(&boot, fat, currentFat, i);
105 free(currentFat);

Completed in 71 milliseconds