Home
last modified time | relevance | path

Searched defs:fat (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/Rewriter/
Drewrite-modern-ivars-1.mm8 char *fat; field
42 char *fat; field
59 char *fat; field
78 char *fat; field
/external/fsck_msdos/
Dfat.c135 checkclnum(struct bootblock *boot, u_int fat, cl_t cl, cl_t *next) in checkclnum()
204 struct fatEntry *fat; in readfat() local
421 clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head) in clearchain()
435 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *truncp) in tryclear()
459 checkfat(struct bootblock *boot, struct fatEntry *fat) in checkfat()
560 writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat) in writefat()
670 checklost(int dosfs, struct bootblock *boot, struct fatEntry *fat) in checklost()
Ddir.c218 resetDosDirSection(struct bootblock *boot, struct fatEntry *fat) in resetDosDirSection()
315 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, in delete()
355 removede(int f, struct bootblock *boot, struct fatEntry *fat, u_char *start, in removede()
392 checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p, in checksize()
446 readDosDirSection(int f, struct bootblock *boot, struct fatEntry *fat, in readDosDirSection()
886 handleDirTree(int dosfs, struct bootblock *boot, struct fatEntry *fat) in handleDirTree()
927 reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head) in reconnect()
Dcheck.c50 struct fatEntry *fat = NULL; in checkfilesys() local
/external/google-breakpad/src/common/mac/
Dmacho_walker.cc172 struct fat_header fat; in FindHeader() local
Dmacho_reader_unittest.cc232 test_assembler::Section fat; member
/external/newfs_msdos/
Dmkfs_msdos.c90 #define mincls(fat) ((fat) == 12 ? MINCLS12 : \ argument
94 #define maxcls(fat) ((fat) == 12 ? MAXCLS12 : \ argument
259 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; in mkfs_msdos() local