Searched refs:FATs (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Ddosfs.h45 u_int FATs; /* number of FATs */ member in struct:bootblock
H A Dboot.c68 boot->FATs = block[16];
178 + boot->FATs * boot->FATsecs
H A Dcheck.c83 printf("** Phase 1 - Read and Compare FATs\n");
95 for (i = 1; i < boot.FATs; i++) {
115 /* delay writing FATs */
124 /* delay writing FATs */
137 /* now write the FATs */
139 if (ask(1, "Update FATs")) {
H A Dfat.c459 * Write out FATs encoding them from the internal format
553 for (i = 0; i < boot->FATs; i++) {
H A Ddir.c489 off = boot->ResSectors + boot->FATs * boot->FATsecs;

Completed in 53 milliseconds