Searched refs:fat (Results 1 - 15 of 15) 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 DAndroid.mk5 LOCAL_SRC_FILES := boot.c check.c dir.c fat.c main.c
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 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
525 readDosDirSection(int f, struct bootblock *boot, struct fatEntry *fat, struct dosDirEntry *dir) argument
978 handleDirTree(int dosfs, struct bootblock *boot, struct fatEntry *fat) argument
1019 reconnect(int dosfs, struct bootblock *boot, struct fatEntry *fat, cl_t head) argument
[all...]
/external/compiler-rt/make/
H A DAppleBI.mk63 # Rule to make fat dylib
86 # Rule to make fat archive
/external/compiler-rt/make/platform/
H A Ddarwin_fat.mk12 # support (e.g., on Darwin). This should only be used to build fat
/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/valgrind/main/coregrind/
H A Dlauncher-darwin.c49 #include <mach-o/fat.h>
168 // If it's fat, look for a good arch.
174 // If only one fat arch, use it.
179 // Scan fat headers for default arch.
184 // Scan fat headers for any supported arch.
298 This is the preferred arch from fat files and the fallback. */
H A Dfixup_macho_loadcmds.c100 #include <mach-o/fat.h>
142 fat headers, kitchen sink, whatnot: the entire file. The
162 is in general a so-called fat header. The Mach-O object we're
166 /* But we can say that either it's a fat object, in which case it
167 begins with a fat header, or it's unadorned Mach-O, in which
204 /* Map a given fat or thin object aboard, find the thin part if
205 necessary, do some checks, and write details of both the fat and
249 // these if it turns out to be fat.
253 // Check for fat header.
294 fail("No acceptable architecture found in fat fil
[all...]
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebBasePluginPackage.mm49 #import <mach-o/fat.h>
400 // We have a fat (universal) binary
/external/valgrind/main/coregrind/m_ume/
H A Dmacho.c53 #include <mach-o/fat.h>
617 Load a fat Mach-O executable.
643 // Read fat header
644 // All fat contents are BIG-ENDIAN
646 print("bad executable (bad fat header)\n");
651 print("bad executable (bad fat header)\n");
661 print("bad executable (corrupt fat archs)\n");
668 VG_(printf)("bad executable (corrupt fat arch) %x %llu\n",
681 print("bad executable (corrupt fat arch 2)\n");
696 The file may be fat o
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadmacho.c62 #include <mach-o/fat.h>
91 fat headers, kitchen sink, whatnot: the entire file. The
111 is in general a so-called fat header. The Mach-O object we're
115 /* But we can say that either it's a fat object, in which case it
116 begins with a fat header, or it's unadorned Mach-O, in which
153 /* Map a given fat or thin object aboard, find the thin part if
154 necessary, do some checks, and write details of both the fat and
201 // these if it turns out to be fat.
205 // Check for fat header.
256 "No acceptable architecture found in fat fil
[all...]
/external/libsepol/tests/policies/test-cond/
H A Drefpolicy-base.conf1712 genfscon fat / system_u:object_r:dosfs_t:s0
/external/qemu/distrib/sdl-1.2.15/acinclude/
H A Dlibtool.m4906 [Tool to manipulate fat objects and archives on Mac OS X])
/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 2691 milliseconds