| /netbsd-src/sbin/fsck_msdos/ |
| H A D | fat.c | 52 checkclnum(struct bootblock *boot, u_int fat, cl_t cl, cl_t *next) in checkclnum() argument 67 cl, fat, in checkclnum() 121 struct fatEntry *fat; in readfat() local 132 fat = malloc(len = boot->NumClusters * sizeof(struct fatEntry)); in readfat() 133 if (fat == NULL) { in readfat() 138 (void)memset(fat, 0, len); in readfat() 203 fat[cl].next = p[0] + (p[1] << 8) in readfat() 205 fat[cl].next &= boot->ClustMask; in readfat() 206 ret |= checkclnum(boot, no, cl, &fat[cl].next); in readfat() 211 fat[cl].next = p[0] + (p[1] << 8); in readfat() [all …]
|
| H A D | dir.c | 218 resetDosDirSection(struct bootblock *boot, struct fatEntry *fat) in resetDosDirSection() argument 253 cl = fat[boot->RootCl].next; in resetDosDirSection() 256 || fat[boot->RootCl].head != boot->RootCl) { in resetDosDirSection() 267 fat[boot->RootCl].next = CLUST_FREE; in resetDosDirSection() 273 fat[boot->RootCl].flags |= FAT_USED; in resetDosDirSection() 314 delete(int f, struct bootblock *boot, struct fatEntry *fat, cl_t startcl, in delete() argument 347 startcl = fat[startcl].next; in delete() 354 removede(int f, struct bootblock *boot, struct fatEntry *fat, u_char *start, in removede() argument 371 if (delete(f, boot, fat, in removede() 391 checksize(struct bootblock *boot, struct fatEntry *fat, u_char *p, in checksize() argument [all …]
|
| H A D | check.c | 49 struct fatEntry *fat = NULL; in checkfilesys() local 89 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat); in checkfilesys() 104 mod |= comparefat(&boot, fat, currentFat, i); in checkfilesys() 113 mod |= checkfat(&boot, fat); in checkfilesys() 121 mod |= resetDosDirSection(&boot, fat); in checkfilesys() 127 mod |= handleDirTree(dosfs, &boot, fat); in checkfilesys() 134 mod |= checklost(dosfs, &boot, fat); in checkfilesys() 141 mod |= writefat(dosfs, &boot, fat, mod & FSFIXFAT); in checkfilesys() 165 mod |= writefat(dosfs, &boot, fat, 1); in checkfilesys() 181 free(fat); in checkfilesys()
|
| H A D | Makefile | 7 SRCS= main.c check.c boot.c fat.c dir.c fsutil.c snapshot.c
|
| /netbsd-src/sys/netinet/ |
| H A D | tcp_vtw.c | 166 /*!\brief allocate a fat pointer from a collection. 169 fatp_alloc(fatp_ctl_t *fat) in fatp_alloc() argument 173 if (fat->nfree) { in fatp_alloc() 174 fp = fat->free; in fatp_alloc() 176 fat->free = fatp_next(fat, fp); in fatp_alloc() 177 --fat->nfree; in fatp_alloc() 178 ++fat->nalloc; in fatp_alloc() 188 /*!\brief free a fat pointer. 191 fatp_free(fatp_ctl_t *fat, fatp_ argument 213 fatp_init(fatp_ctl_t * fat,uint32_t n,uint32_t m,fatp_t * fat_base,fatp_t ** fat_hash) fatp_init() argument 257 fatp_key(fatp_ctl_t * fat,fatp_t * fp,uint32_t slot) fatp_key() argument 277 fatp_slot_from_key(fatp_ctl_t * fat,uint32_t key) fatp_slot_from_key() argument 297 fatp_from_key(fatp_ctl_t * fat,uint32_t key) fatp_from_key() argument 352 fatp_vtw_inshash(fatp_ctl_t * fat,uint32_t idx,uint32_t tag,int which,void * dbg) fatp_vtw_inshash() argument 513 fatp_ctl_t *fat = ctl->fat; vtw_unhash() local 1277 vtw_init(fatp_ctl_t * fat,vtw_ctl_t * ctl,const uint32_t n,vtw_t * ctl_base_v) vtw_init() argument 1780 fatp_ctl_t *fat; vtw_select() local 1807 fatp_ctl_t *fat; vtw_control_init() local 1848 fatp_ctl_t *fat; vtw_control() local [all...] |
| H A D | tcp_vtw.h | 41 * One such ad-hoc technique is fat pointers. Additional degrees of 45 * The 'fat pointer' approach aggregates, for x86_32, 15 linked-list 47 * cache line are used for linking fat pointers, and for 55 * All the fat pointers are from a contiguous allocation arena. Thus, 62 * In order to add a data element to a fat pointer, a key value is 97 * search time, and use fat pointers to reduce the cache impacts of 106 * expiration. It will be added to a hash bucket implemented with fat 109 * will be added to this. As more entries are added, the fat pointer 110 * cache line will fill, requiring additional cache lines for fat 113 * expire, the corresponding slot in the fat pointe 249 fatp_ctl_t *fat; /* collection of fatp to use */ global() member 305 fatp_next(fatp_ctl_t * fat,fatp_t * fp) fatp_next() argument 313 fatp_index(fatp_ctl_t * fat,fatp_t * fp) fatp_index() argument [all...] |
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/testsuite-management/ |
| H A D | x86_64-unknown-linux-gnu.xfail | 14 XPASS: gcc.dg/guality/guality.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects execution test 27 XPASS: gcc.dg/guality/pr41353-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 28 j == … 35 XPASS: gcc.dg/guality/pr41447-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects execution test 46 FAIL: gcc.dg/guality/pr48437.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 14 i == 0 52 FAIL: gcc.dg/guality/pr54519-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 20 y == 25 53 FAIL: gcc.dg/guality/pr54519-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 20 z == 6 55 FAIL: gcc.dg/guality/pr54519-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 17 y == 25 60 FAIL: gcc.dg/guality/pr54519-3.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 20 y == 25 61 FAIL: gcc.dg/guality/pr54519-3.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 20 z == 6 62 FAIL: gcc.dg/guality/pr54519-3.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 23 y == 1… [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/contrib/testsuite-management/ |
| H A D | x86_64-unknown-linux-gnu.xfail | 14 XPASS: gcc.dg/guality/guality.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects execution test 27 XPASS: gcc.dg/guality/pr41353-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 28 j == … 35 XPASS: gcc.dg/guality/pr41447-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects execution test 46 FAIL: gcc.dg/guality/pr48437.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 14 i == 0 52 FAIL: gcc.dg/guality/pr54519-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 20 y == 25 53 FAIL: gcc.dg/guality/pr54519-1.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 20 z == 6 55 FAIL: gcc.dg/guality/pr54519-2.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 17 y == 25 60 FAIL: gcc.dg/guality/pr54519-3.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 20 y == 25 61 FAIL: gcc.dg/guality/pr54519-3.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 20 z == 6 62 FAIL: gcc.dg/guality/pr54519-3.c -O2 -flto -fuse-linker-plugin -fno-fat-lto-objects line 23 y == 1… [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | te-vms.c | 270 if (siz) *siz = (512 * 65536 * recattr.fat$w_efblkh) + in vms_file_stats_name() 271 (512 * (recattr.fat$w_efblkl - 1)) + in vms_file_stats_name() 272 recattr.fat$w_ffbyte; in vms_file_stats_name() 273 if (rfo) *rfo = recattr.fat$v_rtype; in vms_file_stats_name()
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | te-vms.c | 270 if (siz) *siz = (512 * 65536 * recattr.fat$w_efblkh) + in vms_file_stats_name() 271 (512 * (recattr.fat$w_efblkl - 1)) + in vms_file_stats_name() 272 recattr.fat$w_ffbyte; in vms_file_stats_name() 273 if (rfo) *rfo = recattr.fat$v_rtype; in vms_file_stats_name()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/ |
| H A D | LipoOpts.td | 40 "fat input file. Requires -output option">; 45 "arch_type from the fat input file. Requires -output option">;
|
| /netbsd-src/external/lgpl3/gmp/dist/ |
| H A D | configure.ac | 238 AC_ARG_ENABLE(fat, optenable 239 AC_HELP_STRING([--enable-fat], 240 [build fat libraries on systems that support it [default=no]]), 243 *) AC_MSG_ERROR([bad value $enableval for --enable-fat, need yes or no]) ;; 273 AC_MSG_ERROR([when doing a fat build, disabling assembly will not work]) 277 AC_MSG_ERROR([--enable-fake-cpuid requires --enable-fat]) 396 # fat_path fat binary mpn search path [if fat binary desired] 397 # fat_functions fat functions 398 # fat_thresholds fat thresholds 2276 # If the user asked for a fat build, override the path and flags set above [all …]
|
| H A D | NEWS | 166 * Support for Darwin in all x86 code, thereby enabling fat builds on Darwin. 305 specific builds and fat builds run on Bulldozer completely non-functional. 388 * The fat binary mechanism is now more robust in its CPU recognition. 439 * Thresholds in mpn_powm_sec for both fat and non-fat builds are now used 441 (for non-fat) and a multi-word buffer overrun that existed since 5.0 (for 442 fat). (We have not been able to provoke malign stack smashing in any of 620 * Support for fat binaries for 64-bit x86 processors has been added. 706 * Updated support for fat binaries for x86_32 include current processors 768 * Fix problems with x86 --enable-fat, where the compiler where told to 819 * New i386 fat binaries, selecting optimised code at runtime (--enable-fat).
|
| /netbsd-src/sys/arch/i386/stand/fatboot/fat16/ |
| H A D | Makefile | 6 .include <../Makefile.fat>
|
| /netbsd-src/sys/arch/i386/stand/fatboot/fat12/ |
| H A D | Makefile | 6 .include <../Makefile.fat>
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | map | 46 # 1st fat name "DLLINFO TXT" only found for vpm 140 >>>&511 use garmin-fat 142 >>>&1023 use garmin-fat 144 >>>&1535 use garmin-fat 146 >>>&2047 use garmin-fat 152 0 name garmin-fat 157 # fat flag 0~dummy block 1~true sub file
|
| H A D | timezone | 34 >51 default x \b(fat)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-lipo.rst | 43 Architectures in the fat file: <filename> are: <architectures> 44 Non-fat file: <filename> is architecture: <architecture>
|
| /netbsd-src/sys/fs/msdosfs/ |
| H A D | Makefile | 5 INCS= bootsect.h bpb.h denode.h direntry.h fat.h msdosfsmount.h
|
| H A D | TODO | 4 - the fat cache (see msdosfs_fat.c, denode->de_fc[]) should probably
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | ClangOffloadBundler.rst | 108 ``clang-offload-bundler`` is used to create a *fat binary* 109 to be loaded by the HIP runtime. The fat binary can be 115 ``clang-offload-bundler`` is used to create a *fat binary* 116 to be loaded by the HIP runtime. The fat binary can be
|
| /netbsd-src/external/lgpl3/gmp/dist/tests/mpn/ |
| H A D | Makefile.am | 25 check_PROGRAMS = t-asmtype t-aors_1 t-divrem_1 t-mod_1 t-fat t-get_d \
|
| /netbsd-src/usr.bin/netstat/ |
| H A D | vtw.c | 319 vtw_tcpv4[i].fat = &fat_tcpv4; in show_vtw_v4() 426 vtw_tcpv6[i].fat = &fat_tcpv6; in show_vtw_v6()
|
| /netbsd-src/games/quiz/datfiles/ |
| H A D | posneg | 19 fat|thick:thin|skinny
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
| H A D | multiarch.m4 | 10 # executables that work on multiple system types--known as "fat" or
|