HomeSort by: relevance | last modified time | path
    Searched refs:LFS (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/sgimips/conf/
INSTALL32_IP2x 32 no file-system LFS
  /src/sys/arch/evbarm/conf/
GENERIC.common 25 no file-system LFS
39 # lfs
40 #options LFS_DIRHASH # LFS version of UFS_DIRHASH
  /src/sys/arch/hppa/stand/xxboot/
readufs_lfs.c 17 #include <ufs/lfs/lfs.h>
20 #error LFS currently requires USE_UFS1
30 * If it is an LFS, save information from the superblock.
42 printf("trying LFS\n");
49 printf("LFS: reading primary sblk at: 0x%x\n", (unsigned)sbpos);
54 printf("LFS: sblk: magic: 0x%x, version: %d\n",
62 printf("LFS: bsize %d, fsize %d, bshift %d, blktodb %d, fsbtodb %d, inopf %d, inopb %d\n",
80 printf("LFS: correcting primary sblk location\n");
93 printf("LFS: reading secondary sblk at: 0x%x\n"
    [all...]
  /src/sys/arch/x68k/stand/boot_ufs/
readufs_lfs.c 19 #error LFS currently requires USE_UFS1
31 * If it is an LFS, save information from the superblock.
43 printf("trying LFS\n");
50 printf("LFS: reading primary sblk at: 0x%x\n", (unsigned)sbpos);
55 printf("LFS: sblk: magic: 0x%x, version: %d\n",
63 printf("LFS: bsize %d, fsize %d, bshift %d, blktodb %d, fsbtodb %d, inopf %d, inopb %d\n",
81 printf("LFS: correcting primary sblk location\n");
94 printf("LFS: reading secondary sblk at: 0x%x\n",
102 printf("LFS: sblk2: magic: 0x%x, version: %d\n",
117 /* This partition looks like an LFS. *
    [all...]
  /src/sys/compat/common/
vfs_syscalls_50.c 58 #ifndef LFS
59 #define LFS
63 #include <ufs/lfs/lfs_extern.h>
287 /* XXX need to check presence of LFS at run-time XXX */
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCInstrInfo.h 137 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \
144 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \
151 PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, \
PPCPreEmitPeephole.cpp 79 case PPC::LFS:
PPCFastISel.cpp 497 Opc = Subtarget->hasSPE() ? PPC::SPELWZ : PPC::LFS;
513 bool Is32VSXLoad = IsVSSRC && Opc == PPC::LFS;
566 case PPC::LFS: Opc = IsVSSRC ? PPC::LXSSPX : PPC::LFSX; break;
2026 Opc = ((VT == MVT::f32) ? PPC::LFS : PPC::LFD);
PPCRegisterInfo.cpp 104 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX;
PPCInstrInfo.cpp 2914 LowerOpcode = PPC::LFS;
4079 case PPC::LFSX: III.ImmOpcode = PPC::LFS; break;
4187 III.ImmOpcode = PPC::LFS;
PPCISelDAGToDAG.cpp 7070 case PPC::LFS:
  /src/sys/ufs/lfs/
lfs_syscalls.c 66 #ifndef LFS
67 # define LFS /* for prototypes in syscallargs.h */
80 #include <ufs/lfs/ulfs_inode.h>
81 #include <ufs/lfs/ulfsmount.h>
82 #include <ufs/lfs/ulfs_extern.h>
84 #include <ufs/lfs/lfs.h>
85 #include <ufs/lfs/lfs_accessors.h>
86 #include <ufs/lfs/lfs_kernel.h>
87 #include <ufs/lfs/lfs_extern.h
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 1518 unsigned LFS = MFI.getLocalFrameSize();
1527 LFS = alignTo(LFS+S, A);
1528 MFI.mapLocalFrameObject(i, -static_cast<int64_t>(LFS));
1532 MFI.setLocalFrameSize(LFS);

Completed in 50 milliseconds