HomeSort by relevance Sort by last modified time
    Searched refs:FreeBSD (Results 1 - 25 of 190) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/compile/mclinker/lib/Target/
GNUInfo.cpp 21 case llvm::Triple::FreeBSD:
  /external/llvm/test/MC/AArch64/
elf_osabi_flags.s 5 # RUN: llvm-mc -filetype=obj -triple aarch64-unknown-freebsd %s -o -| llvm-readobj -h | FileCheck --check-prefix=AARCH64-FREEBSD-OSABI %s
6 # AARCH64-FREEBSD-OSABI: OS/ABI: FreeBSD (0x9)
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_bsd.go 5 // +build dragonfly freebsd netbsd openbsd
11 "/usr/local/share/certs/ca-root-nss.crt", // FreeBSD/DragonFly
  /prebuilts/go/darwin-x86/src/os/
sys_bsd.go 5 // +build darwin dragonfly freebsd nacl netbsd openbsd
8 // and FreeBSD.
sys_freebsd.go 18 // The O_CLOEXEC flag was introduced in FreeBSD 8.3.
19 // See http://www.freebsd.org/doc/en/books/porters-handbook/freebsd-versions.html.
wait_wait6.go 5 // +build freebsd
21 // The arguments on 32-bit FreeBSD look like the following:
33 // The wait6 system call is supported only on FreeBSD
  /prebuilts/go/darwin-x86/src/runtime/cgo/
freebsd.go 5 // +build freebsd
12 // link against the standard FreeBSD crt0.o and the
  /prebuilts/go/linux-x86/src/crypto/x509/
root_bsd.go 5 // +build dragonfly freebsd netbsd openbsd
11 "/usr/local/share/certs/ca-root-nss.crt", // FreeBSD/DragonFly
  /prebuilts/go/linux-x86/src/os/
sys_bsd.go 5 // +build darwin dragonfly freebsd nacl netbsd openbsd
8 // and FreeBSD.
sys_freebsd.go 18 // The O_CLOEXEC flag was introduced in FreeBSD 8.3.
19 // See http://www.freebsd.org/doc/en/books/porters-handbook/freebsd-versions.html.
wait_wait6.go 5 // +build freebsd
21 // The arguments on 32-bit FreeBSD look like the following:
33 // The wait6 system call is supported only on FreeBSD
  /prebuilts/go/linux-x86/src/runtime/cgo/
freebsd.go 5 // +build freebsd
12 // link against the standard FreeBSD crt0.o and the
  /prebuilts/go/darwin-x86/src/net/
sock_bsd.go 5 // +build darwin dragonfly freebsd netbsd openbsd
20 case "darwin", "freebsd":
30 // FreeBSD stores the backlog in a uint16, as does Linux.
sock_cloexec.go 8 // +build freebsd linux
22 // introduced in 2.6.27 kernel and on FreeBSD both flags were
24 // or EPROTONOSUPPORT error on FreeBSD, fall back to using
56 // kernel and on FreeBSD it was introduced in 10 kernel. If we
57 // get an ENOSYS error on both Linux and FreeBSD, or EINVAL
  /prebuilts/go/linux-x86/src/net/
sock_bsd.go 5 // +build darwin dragonfly freebsd netbsd openbsd
20 case "darwin", "freebsd":
30 // FreeBSD stores the backlog in a uint16, as does Linux.
sock_cloexec.go 8 // +build freebsd linux
22 // introduced in 2.6.27 kernel and on FreeBSD both flags were
24 // or EPROTONOSUPPORT error on FreeBSD, fall back to using
56 // kernel and on FreeBSD it was introduced in 10 kernel. If we
57 // get an ENOSYS error on both Linux and FreeBSD, or EINVAL
  /external/shflags/bin/
continuous_build.sh 68 FreeBSD|Solaris) awkScript='{print $6,$7,$8}' ;;
  /external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/
Makefile 62 ifneq (,$(findstring FreeBSD,$(OS)))
  /bionic/libc/tools/
generate-NOTICE.py 58 if "\t$Citrus: " in lines[i] or "\t$OpenBSD: " in lines[i] or " $FreeBSD: " in lines[i] or "\t$NetBSD: " in lines[i]:
60 if "$FreeBSD$" in lines[i] or "$Citrus$" in lines[i]:
  /external/shflags/lib/
versions 38 FreeBSD) os_name_='FreeBSD' ;;
77 FreeBSD)
  /prebuilts/go/darwin-x86/src/syscall/
route_freebsd_32bit.go 5 // +build freebsd,386 freebsd,arm
22 // FreeBSD 10 and beyond have a restructured mbuf
24 // See http://svnweb.freebsd.org/base?view=revision&revision=254804.
  /prebuilts/go/linux-x86/src/syscall/
route_freebsd_32bit.go 5 // +build freebsd,386 freebsd,arm
22 // FreeBSD 10 and beyond have a restructured mbuf
24 // See http://svnweb.freebsd.org/base?view=revision&revision=254804.
  /external/syslinux/gnu-efi/gnu-efi-3.0/apps/
Makefile 51 ifneq (,$(findstring FreeBSD,$(OS)))
  /prebuilts/go/darwin-x86/src/runtime/
futex_test.go 5 // Futex is only available on DragonFly BSD, FreeBSD and Linux.
9 // +build dragonfly freebsd linux
68 // Looks like FreeBSD 10 kernel has changed
72 case runtime.GOOS == "freebsd" && runtime.GOARCH == "386":
73 t.Log("freebsd/386 may not work correctly after the year 2038, see golang.org/issue/7194")
  /prebuilts/go/linux-x86/src/runtime/
futex_test.go 5 // Futex is only available on DragonFly BSD, FreeBSD and Linux.
9 // +build dragonfly freebsd linux
68 // Looks like FreeBSD 10 kernel has changed
72 case runtime.GOOS == "freebsd" && runtime.GOARCH == "386":
73 t.Log("freebsd/386 may not work correctly after the year 2038, see golang.org/issue/7194")

Completed in 1558 milliseconds

1 2 3 4 5 6 7 8