HomeSort by: relevance | last modified time | path
    Searched refs:FATs (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/fsck_msdos/
dosfs.h 45 u_int FATs; /* number of FATs */
boot.c 90 boot->FATs = block[16];
91 if (boot->FATs == 0) {
92 pfatal("Invalid number of FATs: %u\n", boot->FATs);
226 + boot->FATs * boot->FATsecs;
check.c 84 printf("** Phase 1 - Read and Compare FATs\n");
96 for (i = 1; i < boot.FATs; i++) {
116 /* delay writing FATs */
125 /* delay writing FATs */
138 /* now write the FATs */
140 if (ask(1, "Update FATs")) {
fat.c 474 * Write out FATs encoding them from the internal format
570 for (i = 0; i < boot->FATs; i++) {
dir.c 491 off = boot->ResSectors + boot->FATs * boot->FATsecs;

Completed in 16 milliseconds