Searched refs:FATs (Results 1 – 5 of 5) sorted by relevance
77 boot->FATs = block[16];208 if (boot->FATs == 0) {209 pfatal("Invalid number of FATs: %u", boot->FATs);221 + boot->FATs * boot->FATsecs
52 u_int FATs; /* number of FATs */ member
123 for (i = 1; i < (int)boot.FATs; i++) { in checkfilesys()
462 off = boot->ResSectors + boot->FATs * boot->FATsecs; in check_dot_dot()556 off = boot->ResSectors + boot->FATs * boot->FATsecs; in readDosDirSection()
644 for (i = 0; i < boot->FATs; i++) { in writefat()