/freebsd/sbin/fsck_msdosfs/ |
H A D | fat.c | 186 fat_clear_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_clear_cl_head() argument 188 bitmap_clear(&fat->headbitmap, cl); in fat_clear_cl_head() 192 fat_is_cl_head(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head() argument 194 return (bitmap_get(&fat->headbitmap, cl)); in fat_is_cl_head() 198 fat_is_cl_head_in_range(struct fat_descriptor *fat, cl_t cl) in fat_is_cl_head_in_range() argument 200 return (!(bitmap_none_in_range(&fat->headbitmap, cl))); in fat_is_cl_head_in_range() 204 fat_get_head_count(struct fat_descriptor *fat) in fat_get_head_count() argument 206 return (bitmap_count(&fat->headbitmap)); in fat_get_head_count() 215 fat_get_fat12_ptr(struct fat_descriptor *fat, cl_t cl) in fat_get_fat12_ptr() argument 217 return (fat->fatbuf + ((cl + (cl >> 1)))); in fat_get_fat12_ptr() [all …]
|
H A D | dir.c | 220 resetDosDirSection(struct fat_descriptor *fat) in resetDosDirSection() argument 227 boot = fat_get_boot(fat); in resetDosDirSection() 252 if (!fat_is_cl_head(fat, boot->bpbRootClust)) { in resetDosDirSection() 296 delete(struct fat_descriptor *fat, cl_t startcl, in delete() argument 304 boot = fat_get_boot(fat); in delete() 305 fd = fat_get_fd(fat); in delete() 310 while (fat_is_valid_cl(fat, startcl)) { in delete() 341 startcl = fat_get_cl_next(fat, startcl); in delete() 348 removede(struct fat_descriptor *fat, u_char *start, in removede() argument 366 if (delete(fat, in removede() [all …]
|
H A D | check.c | 51 struct fat_descriptor *fat = NULL; in checkfilesys() local 96 mod |= readfat(dosfs, &boot, &fat); in checkfilesys() 105 mod |= resetDosDirSection(fat); in checkfilesys() 111 mod |= handleDirTree(fat); in checkfilesys() 118 mod |= checklost(fat); in checkfilesys() 125 mod |= writefat(fat); in checkfilesys() 168 mod |= cleardirty(fat); in checkfilesys() 184 free(fat); in checkfilesys()
|
H A D | Makefile | 9 SRCS= main.c check.c boot.c fat.c dir.c fsutil.c
|
H A D | ext.h | 101 cl_t fat_allocate_cluster(struct fat_descriptor *fat);
|
/freebsd/sbin/newfs_msdos/ |
H A D | mkfs_msdos.c | 78 #define mincls(fat) ((fat) == 12 ? MINCLS12 : \ argument 79 (fat) == 16 ? MINCLS16 : \ 82 #define maxcls(fat) ((fat) == 12 ? MAXCLS12 : \ argument 83 (fat) == 16 ? MAXCLS16 : \ 251 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; in mkfs_msdos() local 361 if (!(fat = o.fat_type)) { in mkfs_msdos() 363 fat = 12; in mkfs_msdos() 365 fat = 32; in mkfs_msdos() 367 if ((fat == 32 && o.directory_entries) || (fat != 32 && (o.info_sector || o.backup_sector))) { in mkfs_msdos() 369 fat == 32 ? 'e' : o.info_sector ? 'i' : 'k', in mkfs_msdos() [all …]
|
/freebsd/tools/boot/ |
H A D | ci-qemu-test.sh | 101 WORKDIR=$(mktemp -d -t ci-qemu-test-fat-root) 115 makefs -t msdos -s 1g $WORKDIR/image.fat $ROOTDIR 116 mkimg -s mbr -p efi:=$WORKDIR/image.fat -o $WORKDIR/image.mbr
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | map | 45 # 1st fat name "DLLINFO TXT" only found for vpm 139 >>>&511 use garmin-fat 141 >>>&1023 use garmin-fat 143 >>>&1535 use garmin-fat 145 >>>&2047 use garmin-fat 151 0 name garmin-fat 156 # fat flag 0~dummy block 1~true sub file
|
H A D | timezone | 34 >51 default x \b(fat)
|
H A D | cafebabe | 33 # include/mach-o/fat.h
|
H A D | filesystems | 30 >0 ubyte 0x1b hidden win95 fat 32 31 >0 ubyte 0x1c hidden win95 fat 32 lba 32 >0 ubyte 0x1d hidden win95 fat 16 lba 1332 # 0=stage2 1=ffs 2=e2fs 3=fat 4=minix 5=reiserfs 1349 # 0=stage2 1=ffs 2=e2fs 3=fat 4=minix 5=reiserfs 6=vstafs 7=jfs 8=xfs 9=iso9660 a=ufs2 1449 # http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/determining-fat-widths.html
|
/freebsd/share/zoneinfo/ |
H A D | Makefile | 87 ZICFLAGS?= -b fat
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUPassRegistry.def | 21 MODULE_PASS("amdgpu-lower-buffer-fat-pointers",
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp.keys.def | 152 has gotten rather fat.
|
/freebsd/stand/i386/boot2/ |
H A D | boot1.S | 70 .word 0 # sectors/fat
|
/freebsd/share/misc/ |
H A D | iso639 | 171 fat fat Fanti
|
/freebsd/tools/build/ |
H A D | Makefile | 273 MSDOSFSINCS+= ${SRCTOP}/sys/fs/msdosfs/fat.h
|
/freebsd/sys/dev/isp/ |
H A D | Hardware.txt | 116 the really fat DB-9 cables you can get, it'll survive. Optical usually
|
H A D | DriverManual.txt | 173 FC-AL as a 'fat' SCSI bus (a SCSI bus with more than 15 targets). All 459 architecture for dealing with Fibre Channel as just a 'fat' SCSI bus
|
/freebsd/contrib/sqlite3/tea/win/ |
H A D | rules.vc | 303 # Make sure we don't build overly fat DLLs.
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Options.td | 688 defm fat_lto_objects: BB<"fat-lto-objects", 689 … "Use the .llvm.lto section, which contains LLVM bitcode, in fat LTO object files to perform LTO.",
|
/freebsd/contrib/file/ |
H A D | INSTALL | 128 executables that work on multiple system types--known as "fat" or
|
/freebsd/contrib/sqlite3/ |
H A D | INSTALL | 128 executables that work on multiple system types--known as "fat" or
|
/freebsd/tools/tools/nanobsd/embedded/ |
H A D | common | 112 NANO_FAT_DIR=${NANO_LOG}/_.fat
|
/freebsd/contrib/libpcap/ |
H A D | CMakeLists.txt | 1623 # If so, don't bother trying to build fat. 1650 # We can't build fat; suggest that the user install the 1651 # /usr/include headers if they want to build fat. 1689 # we can build fat with it (i.e., that it 1690 # was built fat); if we can't, don't set
|