Searched refs:Linux (Results 51 - 75 of 110) sorted by relevance

12345

/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_locore.asm59 .section .note.Linux, "a",@note
65 .asciz "Linux"
/freebsd-13-stable/contrib/bmake/mk/
H A Dsrctop.mk43 # Linux at least has a bug where attempting to check an automounter
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dzfs.sh260 Linux)
270 Linux)
H A Dkmodtool217 This package provides the ${kmodname} kernel modules built for the Linux
325 which depend on the ${kmodname} kernel modules built for the Linux
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/include/
H A Ddefault.cfg.in159 GNU/Linux)
/freebsd-13-stable/contrib/pam_modules/pam_passwdqc/
H A Dpam_passwdqc.spec58 - 0.3: portability fixes (this might build on non-Linux-PAM now).
/freebsd-13-stable/sys/arm64/linux/
H A Dlinux_locore.asm32 * arm64 Linux VDSO implementation.
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_errno.inc32 * Linux syscalls return negative errno's, we do positive and map them
35 * Linux: include/uapi/asm-generic/errno-base.h
/freebsd-13-stable/contrib/ipfilter/
H A DMakefile63 # LINUXKERNEL is the path to the top of your Linux kernel source tree.
305 (cd Linux; $(MAKE) TOP=.. clean)
330 (cd Linux; make clean)
360 (cd Linux; make build LINUX=$(LINUX) TOP=.. "DEBUG=-g" "CC=$(CC)" $(MFLAGS) OBJ=$(CPUDIR) LINUXKERNEL=$(LINUXKERNEL); cd ..)
361 (cd Linux; make ipflkm LINUX=$(LINUX) TOP=.. "DEBUG=-g" "CC=$(CC)" $(MFLAGS) OBJ=$(CPUDIR) LINUXKERNEL=$(LINUXKERNEL) WORKDIR=`pwd`; cd ..)
362 # (cd Linux; make -f Makefile.ipsend build LINUX=$(LINUX) TOP=.. "CC=$(CC)" $(MFLAGS); cd ..)
365 (cd Linux/; make LINUX=$(LINUX) TOP=.. "DEBUG=-g" "CC=$(CC)" $(MFLAGS) OBJ=$(CPUDIR) ROOTDIR=$(BUILDROOT) install ; cd ..)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTriple.h171 Linux, enumerator in enum:llvm::Triple::OSType
579 /// Tests whether the OS is Linux.
581 return getOS() == Triple::Linux;
606 return (getOS() == Triple::Linux || getOS() == Triple::KFreeBSD ||
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp194 case OSPlatform::Linux:
195 triple.setOS(llvm::Triple::OSType::Linux);
206 triple.setOS(llvm::Triple::OSType::Linux);
217 if (ExpectedCSD->find("Linux") != std::string::npos)
218 triple.setOS(llvm::Triple::OSType::Linux);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DHexagon.h12 #include "Linux.h"
61 class LLVM_LIBRARY_VISIBILITY HexagonToolChain : public Linux {
H A DMipsLinux.cpp28 : Linux(D, Triple, Args) {
/freebsd-13-stable/contrib/ntp/sntp/scripts/
H A DgenLocInfo102 # This might be a good place to see if uname returns "Linux",
107 Linux)
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInitHeaderSearch.cpp270 case llvm::Triple::Linux:
382 case llvm::Triple::Linux:
425 case llvm::Triple::Linux:
/freebsd-13-stable/contrib/pjdfstest/tests/chown/
H A D00.t218 # Linux makes a destinction for behavior when an executable file vs a
226 if [ "${type}" = "dir" -a "${os}" = "Linux" ]; then
227 _todo_msg="Linux doesn't clear the SGID/SUID bits for directories, despite the description noted"
238 [ -n "${_todo_msg}" ] && todo "Linux" "${_todo_msg}"
243 [ -n "${_todo_msg}" ] && todo "Linux" "${_todo_msg}"
256 [ -n "${_todo_msg}" ] && todo "Linux" "${_todo_msg}"
258 [ -n "${_todo_msg}" ] && todo "Linux" "${_todo_msg}"
264 [ -n "${_todo_msg}" ] && todo "Linux" "${_todo_msg}"
266 [ -n "${_todo_msg}" ] && todo "Linux" "${_todo_msg}"
294 [ -n "${_todo_msg}" ] && todo "Linux" "
[all...]
/freebsd-13-stable/crypto/openssl/crypto/perlasm/
H A Dx86asm.pl286 elf - Linux, FreeBSD, Solaris x86, etc.
/freebsd-13-stable/contrib/bmake/
H A Dos.sh180 Linux)
181 # Not really any such thing as Linux, but
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DXRayArgs.cpp38 if (Triple.getOS() == llvm::Triple::Linux) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc246 // /proc is not always mounted under Linux (chroot for example).
256 // On Linux, /proc/self/exe always looks through symlinks. However, on
889 // Most platforms provide the file type in the dirent: Linux/BSD/Mac.
H A DSignals.inc562 // Use backtrace() to output a backtrace on Linux systems with glibc.
H A DProgram.inc540 // Ensure that we do not exceed the MAX_ARG_STRLEN constant on Linux, which
544 // Linux only.
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp33 case llvm::Triple::Linux: {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DPPC.cpp110 if (getTriple().getOS() == llvm::Triple::Linux && PointerWidth == 64)
H A DPPC.h362 case llvm::Triple::Linux:
431 // PPC64 Linux-specific ABI options.

Completed in 297 milliseconds

12345