OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FATs
(Results
1 - 5
of
5
) sorted by null
/external/fsck_msdos/
dosfs.h
52
u_int
FATs
; /* number of
FATs
*/
boot.c
77
boot->
FATs
= block[16];
227
if (boot->
FATs
== 0) {
228
pfatal("Invalid number of
FATs
: %u", boot->
FATs
);
240
+ boot->
FATs
* boot->FATsecs
check.c
110
printf("** Phase 1 - Read and Compare
FATs
\n");
123
for (i = 1; i < (int)boot.
FATs
; i++) {
149
/* delay writing
FATs
*/
160
/* delay writing
FATs
*/
173
/* now write the
FATs
*/
175
if (ask(1, "Update
FATs
")) {
dir.c
462
off = boot->ResSectors + boot->
FATs
* boot->FATsecs;
556
off = boot->ResSectors + boot->
FATs
* boot->FATsecs;
fat.c
550
* Write out
FATs
encoding them from the internal format
644
for (i = 0; i < boot->
FATs
; i++) {
Completed in 65 milliseconds