Searched refs:fat (Results 1 - 7 of 7) sorted by relevance

/external/fsck_msdos/
H A Dfat.c36 __RCSID("$NetBSD: fat.c,v 1.12 2000/10/10 20:24:52 is Exp $");
38 "$FreeBSD: src/sbin/fsck_msdosfs/fat.c,v 1.9 2008/01/31 13:22:13 yar Exp $";
138 checkclnum(struct bootblock *boot, int fat, cl_t cl, cl_t *next) argument
153 cl, fat,
209 struct fatEntry *fat; local
219 fat = calloc(boot->NumClusters, sizeof(struct fatEntry));
220 if (fat == NULL) {
289 fat[cl].next = p[0] + (p[1] << 8)
291 fat[cl].next &= boot->ClustMask;
292 ret |= checkclnum(boot, no, cl, &fat[c
420 clearchain(struct bootblock *boot, struct fatEntry *fat, cl_t head) argument
434 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc) argument
450 checkfat(struct bootblock *boot, struct fatEntry *fat) argument
553 writefat(int fs, struct bootblock *boot, struct fatEntry *fat, int correct_fat) argument
661 checklost(int dosfs, struct bootblock *boot, struct fatEntry *fat) argument
[all...]
H A Dcheck.c63 struct fatEntry *fat = NULL; local
115 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat);
133 mod |= comparefat(&boot, fat, currentFat, i);
144 mod |= checkfat(&boot, fat);
154 mod |= resetDosDirSection(&boot, fat);
162 mod |= handleDirTree(dosfs, &boot, fat);
169 mod |= checklost(dosfs, &boot, fat);
176 mod |= writefat(dosfs, &boot, fat, mod & FSFIXFAT);
202 mod |= writefat(dosfs, &boot, fat, 1);
218 free(fat);
[all...]
H A DAndroid.mk7 LOCAL_SRC_FILES := boot.c check.c dir.c fat.c main.c
H A Ddir.c224 resetDosDirSection(struct bootblock *boot, struct fatEntry *fat) argument
246 cl = fat[boot->RootCl].next;
249 || fat[boot->RootCl].head != boot->RootCl) {
260 fat[boot->RootCl].next = CLUST_FREE;
266 fat[boot->RootCl].flags |= FAT_USED;
307 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, argument
348 startcl = fat[startcl].next;
355 removede(int f, struct bootblock *boot, struct fatEntry *fat, u_char *start, argument
371 if (delete(f, boot, fat,
390 checksize(struct bootblock *boot, struct fatEntry *fat, u_cha argument
443 check_dot_dot(int f, struct bootblock *boot, struct fatEntry *fat,struct dosDirEntry *dir) argument
523 readDosDirSection(int f, struct bootblock *boot, struct fatEntry *fat, struct dosDirEntry *dir) argument
976 handleDirTree(int dosfs, struct bootblock *boot, struct fatEntry *fat) argument
1017 reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head) argument
[all...]
/external/qemu/block/
H A Dvvfat.c326 array_t fat,directory,mapping; member in struct:BDRVVVFATState
505 /* fat functions */
540 uint32_t* entry=array_get(&(s->fat),cluster);
543 uint16_t* entry=array_get(&(s->fat),cluster);
547 unsigned char* p = array_get(&(s->fat), offset);
564 uint32_t* entry=array_get(&(s->fat),cluster);
567 uint16_t* entry=array_get(&(s->fat),cluster);
570 const uint8_t* x=(uint8_t*)(s->fat.pointer)+cluster*3/2;
585 array_init(&(s->fat),1);
586 array_ensure_allocated(&(s->fat),
[all...]
/external/webkit/WebKit/mac/Plugins/
H A DWebBasePluginPackage.mm46 #import <mach-o/fat.h>
456 // We have a fat (universal) binary
/external/grub/
H A Dconfigure861 --disable-fat disable FAT support in Stage 2
5446 # Check whether --enable-fat or --disable-fat was given.

Completed in 1769 milliseconds