| /freebsd/lib/libc/tests/string/ |
| H A D | ffs_test.c | 34 #ifndef FFS 35 # define FFS ffs macro 43 ATF_CHECK_EQ((TYPE)0, FFS(0)); in ATF_TC_BODY() 57 ATF_CHECK_EQ_MSG(j + 1, FFS(x), in ATF_TC_BODY() 58 "%s(%#jx) == %d != %d", __STRING(FFS), (intmax_t)x, FFS(x), j + 1); in ATF_TC_BODY() 73 ATF_CHECK_EQ_MSG(j + 1, FFS(x), in ATF_TC_BODY() 74 "%s(%#jx) == %d != %d", __STRING(FFS), (intmax_t)x, FFS(x), j + 1); in ATF_TC_BODY()
|
| H A D | ffsl_test.c | 28 #define FFS ffsl macro
|
| H A D | ffsll_test.c | 28 #define FFS ffsll macro
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | amigaos | 122 # first directory cache block for FFS; otherwise 0 142 >>3 ubyte 1 FFS disk 144 >>3 ubyte 3 Inter FFS disk 147 >>3 ubyte 5 Fastdir FFS dis 150 # called by TrID "Amiga Disk image File (FFS+INTL+DIRC)" 151 >>3 ubyte 7 Inter Fastdir FFS disk 154 #>>3 ubyte 7 long name FFS disk
|
| /freebsd/sys/powerpc/conf/ |
| H A D | QORIQ64 | 36 options FFS #Berkeley Fast Filesystem 37 options SOFTUPDATES #Enable FFS soft updates support
|
| H A D | MPC85XX | 32 options FFS
|
| H A D | GENERIC | 45 options FFS # Berkeley Fast Filesystem 46 options SOFTUPDATES # Enable FFS soft updates support
|
| H A D | GENERIC64LE | 49 options FFS # Berkeley Fast Filesystem 50 options SOFTUPDATES # Enable FFS soft updates support
|
| H A D | GENERIC64 | 50 options FFS # Berkeley Fast Filesystem 51 options SOFTUPDATES # Enable FFS soft updates support
|
| /freebsd/sys/arm/conf/ |
| H A D | std.armv6 | |
| H A D | std.armv7 | 16 options FFS # Berkeley Fast Filesystem 17 options SOFTUPDATES # Enable FFS soft updates support
|
| /freebsd/sys/fs/cd9660/ |
| H A D | TODO.hibler | 2 1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
|
| /freebsd/sys/arm64/conf/ |
| H A D | std.arm64 | 24 options FFS # Berkeley Fast Filesystem 25 options SOFTUPDATES # Enable FFS soft updates support
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 536 auto FFS = std::make_unique<CFIFunctionFrameStreamer>(Ctx, std::move(FFA)); in main() local 537 TheTarget->createNullTargetStreamer(*FFS); in main() 538 Str = std::move(FFS); in main()
|
| /freebsd/tools/tools/nanobsd/pcengines/ |
| H A D | ALIX_DSK | 12 options FFS
|
| /freebsd/packages/ufs/ |
| H A D | ufs.ucl | 24 of UFS is the Berkeley Fast File System (FFS), developed as part of the
|
| /freebsd/sys/i386/conf/ |
| H A D | MINIMAL | 51 options FFS # Berkeley Fast Filesystem 52 options SOFTUPDATES # Enable FFS soft updates support
|
| H A D | GENERIC | 40 options FFS # Berkeley Fast Filesystem 41 options SOFTUPDATES # Enable FFS soft updates support
|
| /freebsd/sys/riscv/conf/ |
| H A D | GENERIC | 40 options FFS # Berkeley Fast Filesystem 41 options SOFTUPDATES # Enable FFS soft updates support
|
| /freebsd/sys/amd64/conf/ |
| H A D | FIRECRACKER | 39 options FFS # Berkeley Fast Filesystem 40 options SOFTUPDATES # Enable FFS soft updates support
|
| H A D | MINIMAL | 44 options SOFTUPDATES # Enable FFS soft updates support
|
| H A D | GENERIC | 43 options FFS # Berkeley Fast Filesystem 44 options SOFTUPDATES # Enable FFS soft updates support
|
| /freebsd/sys/conf/ |
| H A D | options | 268 FFS opt_dontuse.h
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.td | 343 defm FFS : ArcUnaryEXT5Inst<0b010010, "ffs">;
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1324 ListScope FFS(W, "FrameFunc"); in printCodeViewSymbolSection() local
|