OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readfat
(Results
1 - 3
of
3
) sorted by null
/external/fsck_msdos/
ext.h
99
int
readfat
(int, struct bootblock *, int, struct fatEntry **);
check.c
115
mod |=
readfat
(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat);
117
printf("Fatal error during
readfat
()\n");
126
mod |=
readfat
(dosfs, &boot, i, ¤tFat);
129
printf("Fatal error during
readfat
() for comparison\n");
fat.c
207
readfat
(int fs, struct bootblock *boot, int no, struct fatEntry **fp)
function
Completed in 173 milliseconds