Searched defs:fat (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/Rewriter/ |
D | rewrite-modern-ivars-1.mm | 8 char *fat; field 42 char *fat; field 59 char *fat; field 78 char *fat; field
|
/external/fsck_msdos/ |
D | fat.c | 135 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()
|
D | dir.c | 218 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()
|
D | check.c | 50 struct fatEntry *fat = NULL; in checkfilesys() local
|
/external/google-breakpad/src/common/mac/ |
D | macho_walker.cc | 172 struct fat_header fat; in FindHeader() local
|
D | macho_reader_unittest.cc | 232 test_assembler::Section fat; member
|
/external/newfs_msdos/ |
D | mkfs_msdos.c | 90 #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
|