Home
last modified time | relevance | path

Searched refs:LFS (Results 1 – 25 of 25) sorted by relevance

/freebsd-12.1/contrib/libpcap/cmake/Modules/
H A DFindLFS.cmake37 # Test program to check for LFS. Requires that off_t has at least 8 byte large
57 message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries}")
62 … message(STATUS "Looking for LFS support using ${options} ${definitions} ${libraries} - found")
72 # Check for the availability of LFS.
75 # * Native LFS
87 message(STATUS "Looking for native LFS support")
91 message(STATUS "Looking for native LFS support - found")
94 message(STATUS "Looking for native LFS support - not found")
126 # Check if the flags we received (if any) produce working LFS support
146 set(LFS_FOUND ${LFS_FOUND} CACHE INTERNAL "Found LFS")
[all …]
/freebsd-12.1/sys/fs/cd9660/
H A DTODO.hibler3 1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCQPXLoadSplat.cpp95 case PPC::LFS: in runOnMachineFunction()
H A DPPCFastISel.cpp512 Opc = PPCSubTarget->hasSPE() ? PPC::SPELWZ : PPC::LFS; in PPCEmitLoad()
528 bool Is32VSXLoad = IsVSSRC && Opc == PPC::LFS; in PPCEmitLoad()
581 case PPC::LFS: Opc = IsVSSRC ? PPC::LXSSPX : PPC::LFSX; break; in PPCEmitLoad()
2027 Opc = ((VT == MVT::f32) ? PPC::LFS : PPC::LFD); in PPCMaterializeFP()
H A DPPCInstrInfo.cpp2053 LowerOpcode = PPC::LFS; in expandVSXMemPseudo()
2414 {PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, in getLoadOpcodesForSpillArray()
2419 {PPC::LWZ, PPC::LD, PPC::LFD, PPC::LFS, PPC::RESTORE_CR, in getLoadOpcodesForSpillArray()
2905 case PPC::LFSX: III.ImmOpcode = PPC::LFS; break; in instrHasImmForm()
3013 III.ImmOpcode = PPC::LFS; in instrHasImmForm()
H A DPPCRegisterInfo.cpp83 ImmToIdxMap[PPC::LFS] = PPC::LFSX; ImmToIdxMap[PPC::LFD] = PPC::LFDX; in PPCRegisterInfo()
H A DP9InstrResources.td850 LFS
H A DPPCInstrInfo.td1866 def LFS : DForm_1<48, (outs f4rc:$rD), (ins memri:$src),
3146 (COPY_TO_REGCLASS (LFS iaddr:$src), F8RC)>;
H A DPPCISelDAGToDAG.cpp6317 case PPC::LFS: in PeepholePPC64()
/freebsd-12.1/share/doc/smm/01.setup/
H A Dspell.ok89 LFS
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp1367 unsigned LFS = MFI.getLocalFrameSize(); in processFunctionBeforeFrameFinalized() local
1376 LFS = alignTo(LFS+S, A); in processFunctionBeforeFrameFinalized()
1377 MFI.mapLocalFrameObject(i, -LFS); in processFunctionBeforeFrameFinalized()
1380 MFI.setLocalFrameSize(LFS); in processFunctionBeforeFrameFinalized()
/freebsd-12.1/contrib/binutils/binutils/
H A Dconfig.in208 /* Enable LFS */
H A Dconfigure.in129 [Enable LFS])
/freebsd-12.1/contrib/libstdc++/
H A Dcrossconfig.m4158 # For LFS.
H A Dconfigure.ac158 # For LFS support.
H A Dacinclude.m4520 dnl Check whether LFS support is available.
527 AC_MSG_CHECKING([for LFS support])
545 AC_DEFINE(_GLIBCXX_USE_LFS, 1, [Define if LFS support is available.])
H A Dconfig.h.in750 /* Define if LFS support is available. */
H A DChangeLog-20046515 * crossconfig.m4: Add LFS, io bits to linux cross config.
H A DChangeLog-20031759 (GLIBCXX_CHECK_LFS): New macro, checking for LFS support.
/freebsd-12.1/contrib/apr/
H A Dconfigure.in584 # Check whether LFS has explicitly been disabled
589 # Check whether the transitional LFS API is sufficient
1823 # Enable LFS
1844 # LFS is go!
1850 # on 32-bit systems with LFS support. To avoid compatibility
1892 # (Exactly as per the case above with off_t where LFS is *not* used)
/freebsd-12.1/sys/contrib/zlib/
H A Dzconf.h.in462 * though the former does not conform to the LFS document), but considering
H A DChangeLog288 - Make stronger test in zconf.h to include unistd.h for LFS
290 - Fix zlib.h LFS support when Z_PREFIX used
350 - Really provide prototypes for *64 functions when building without LFS
375 - Avoid errors on non-LFS systems when applications define LFS macros
385 - Provide prototypes for *64 functions when building zlib without LFS
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dfilesystems2335 # LFS
2336 0 lelong 0x070162 LFS filesystem image
/freebsd-12.1/contrib/gcclibs/libmudflap/
H A DChangeLog746 * configure.in: Add checks for 64-bit LFS functions, struct semun
/freebsd-12.1/contrib/libpcap/
H A DCMakeLists.txt799 # Large file support on UN*X, a/k/a LFS.