| /src/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 | ffsll_test.c | 28 #define FFS ffsll macro
|
| H A D | ffsl_test.c | 28 #define FFS ffsl macro
|
| /src/contrib/file/magic/Magdir/ |
| H A D | amigaos | 123 # first directory cache block for FFS; otherwise 0 143 >>3 ubyte 1 FFS disk 145 >>3 ubyte 3 Inter FFS disk 148 >>3 ubyte 5 Fastdir FFS dis 151 # called by TrID "Amiga Disk image File (FFS+INTL+DIRC)" 152 >>3 ubyte 7 Inter Fastdir FFS disk 155 #>>3 ubyte 7 long name FFS disk
|
| /src/sys/powerpc/conf/dpaa/ |
| H A D | DPAA | 25 options FFS #Berkeley Fast Filesystem 27 options SOFTUPDATES #Enable FFS soft updates support
|
| /src/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 | 33 options FFS
|
| H A D | GENERIC | 44 options FFS # Berkeley Fast Filesystem 45 options SOFTUPDATES # Enable FFS soft updates support
|
| H A D | GENERIC64 | 51 options FFS # Berkeley Fast Filesystem 52 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
|
| /src/sys/arm/conf/ |
| H A D | std.armv7 | 15 options FFS # Berkeley Fast Filesystem 16 options SOFTUPDATES # Enable FFS soft updates support
|
| /src/sys/fs/cd9660/ |
| H A D | TODO.hibler | 2 1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
|
| /src/sys/arm64/conf/ |
| H A D | std.arm64 | 25 options FFS # Berkeley Fast Filesystem 26 options SOFTUPDATES # Enable FFS soft updates support
|
| /src/tools/tools/nanobsd/pcengines/ |
| H A D | ALIX_DSK | 12 options FFS
|
| /src/release/packages/ucl/ |
| H A D | ufs-all.ucl | 24 of UFS is the Berkeley Fast File System (FFS), developed as part of the
|
| /src/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
|
| /src/sys/riscv/conf/ |
| H A D | GENERIC | 40 options FFS # Berkeley Fast Filesystem 41 options SOFTUPDATES # Enable FFS soft updates support
|
| /src/sys/amd64/conf/ |
| H A D | FIRECRACKER | 40 options FFS # Berkeley Fast Filesystem 41 options SOFTUPDATES # Enable FFS soft updates support
|
| H A D | MINIMAL | 44 options SOFTUPDATES # Enable FFS soft updates support
|
| H A D | GENERIC | 44 options FFS # Berkeley Fast Filesystem 45 options SOFTUPDATES # Enable FFS soft updates support
|
| /src/sys/conf/ |
| H A D | options | 269 FFS opt_dontuse.h
|
| /src/contrib/llvm-project/llvm/lib/Target/ARC/ |
| H A D | ARCInstrInfo.td | 344 defm FFS : ArcUnaryEXT5Inst<0b010010, "ffs">;
|
| /src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | COFFDumper.cpp | 1278 ListScope FFS(W, "FrameFunc"); in printCodeViewSymbolSection() local
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.td | 697 def FFS : Builtin, BitInt_Long_LongLongTemplate {
|