Home
last modified time | relevance | path

Searched full:freebsd (Results 1 – 25 of 3548) sorted by relevance

12345678910>>...142

/external/clang/test/CodeGen/
Dms_abi.c1 … %clang_cc1 -triple x86_64-unknown-freebsd10.0 -emit-llvm < %s | FileCheck -check-prefix=FREEBSD %s
9 // FREEBSD: %[[STRUCT_FOO:.*]] = type { i32, float, i8 }
15 // FREEBSD-LABEL: define void @f3() in f3()
18 // FREEBSD: call x86_64_win64cc void @f1() in f3()
21 // FREEBSD: call void @f2() in f3()
24 // FREEBSD: declare x86_64_win64cc void @f1()
25 // FREEBSD: declare void @f2()
31 // FREEBSD-LABEL: define x86_64_win64cc void @f4 in f4()
35 // FREEBSD: %[[AP:.*]] = alloca i8* in f4()
36 // FREEBSD: call void @llvm.va_start in f4()
[all …]
/external/rust/android-crates-io/crates/portable-atomic/src/imp/detect/
Dauxv.rs4 Run-time CPU feature detection on AArch64/PowerPC64 Linux/Android/FreeBSD/OpenBSD by parsing ELF au…
34 - FreeBSD 12.0+ and 11.4+ (through elf_aux_info)
35 https://github.com/freebsd/freebsd-src/commit/0b08ae2120cdd08c20a2b806e2fcef4d0a36c470
36 https://github.com/freebsd/freebsd-src/blob/release/11.4.0/sys/sys/auxv.h
38 - aarch64 (FreeBSD 11.0+ https://www.freebsd.org/releases/11.0R/announce)
39 - powerpc64 (FreeBSD 9.0+ https://www.freebsd.org/releases/9.0R/announce)
40 Since Rust 1.75, std requires FreeBSD 12+ https://github.com/rust-lang/rust/pull/114521
71 # FreeBSD
74 AArch64 FreeBSD. However, they do not work on FreeBSD 12 on QEMU (confirmed
75 on FreeBSD 12.{2,3,4}), and we got SIGILL (worked on FreeBSD 13 and 14).
[all …]
/external/sg3_utils/
DREADME.freebsd3 The FreeBSD port of sg3_utils contains those utilities that are _not_
4 specific to Linux. In some cases the FreeBSD camcontrol command supplies
11 for FreeBSD.
84 hopefully will not confuse the FreeBSD users.
88 In FreeBSD disks have block names like '/dev/da0' with a corresponding
93 FreeBSD is relatively unique in this respect and support for this
103 has for CAM devices. In FreeBSD release 12 the nda driver was
109 FreeBSD installation
112 top level of the unpacked tarball will work on FreeBSD. But the man pages
119 FreeBSD 9.0 has a "ports" entry for sg3_utils under the
[all …]
/external/rust/android-crates-io/crates/rustix/src/process/
Dprocctl.rs1 //! Bindings for the FreeBSD `procctl` system call.
89 /// - [FreeBSD: `procctl(PROC_PDEATHSIG_STATUS,...)`]
92 /// [FreeBSD: `procctl(PROC_PDEATHSIG_STATUS,...)`]: https://man.freebsd.org/cgi/man.cgi?query=proc…
104 /// - [FreeBSD: `procctl(PROC_PDEATHSIG_CTL,...)`]
107 /// [FreeBSD: `procctl(PROC_PDEATHSIG_CTL,...)`]: https://man.freebsd.org/cgi/man.cgi?query=procctl…
142 /// that on FreeBSD there is an extra argument `process`. When `process` is set
147 /// - [FreeBSD `procctl(PROC_TRACE_CTL,...)`]
149 /// [FreeBSD `procctl(PROC_TRACE_CTL,...)`]: https://man.freebsd.org/cgi/man.cgi?query=procctl&sekt…
177 /// - [FreeBSD `procctl(PROC_TRACE_STATUS,...)`]
179 /// [FreeBSD `procctl(PROC_TRACE_STATUS,...)`]: https://man.freebsd.org/cgi/man.cgi?query=procctl&s…
[all …]
/external/llvm/test/CodeGen/X86/
Dsegmented-stacks.ll8 …: llc < %s -mcpu=generic -mtriple=x86_64-freebsd -verify-machineinstrs | FileCheck %s -check-prefi…
20 ; RUN: llc < %s -mcpu=generic -mtriple=x86_64-freebsd -filetype=obj -o /dev/null
27 ; RUN: not llc < %s -mcpu=generic -mtriple=i686-freebsd 2> %t.log
28 ; RUN: FileCheck %s -input-file=%t.log -check-prefix=X32-FreeBSD
31 ; X32-FreeBSD: Segmented stacks not supported on FreeBSD i386
122 ; X64-FreeBSD-LABEL: test_basic:
124 ; X64-FreeBSD: cmpq %fs:24, %rsp
125 ; X64-FreeBSD-NEXT: ja .LBB0_2
127 ; X64-FreeBSD: movabsq $40, %r10
128 ; X64-FreeBSD-NEXT: movabsq $0, %r11
[all …]
/external/clang/test/Driver/
Dfreebsd-mips-as.c3 // RUN: %clang -target mips-unknown-freebsd -### \
9 // RUN: %clang -target mips-unknown-freebsd -### \
15 // RUN: %clang -target mips-unknown-freebsd -### \
21 // RUN: %clang -target mips-unknown-freebsd -### \
27 // RUN: %clang -target mips-unknown-freebsd -### \
33 // RUN: %clang -target mipsel-unknown-freebsd -### \
38 // RUN: %clang -target mips64-unknown-freebsd -### \
43 // RUN: %clang -target mips64el-unknown-freebsd -### \
48 // RUN: %clang -target mips64-unknown-freebsd -mabi=n32 -### \
53 // RUN: %clang -target mipsel-unknown-freebsd -mabi=32 -### \
[all …]
Dfuse-ld.c8 // RUN: -target x86_64-unknown-freebsd 2>&1 \
9 // RUN: | FileCheck %s --check-prefix=CHECK-FREEBSD-LD
10 // CHECK-FREEBSD-LD: ld
14 // RUN: -target x86_64-unknown-freebsd \
16 // RUN: | FileCheck %s -check-prefix=CHECK-FREEBSD-BFD
17 // CHECK-FREEBSD-BFD: Inputs/basic_freebsd_tree/usr/bin{{/|\\+}}ld.bfd
21 // RUN: -target x86_64-unknown-freebsd \
23 // RUN: | FileCheck %s -check-prefix=CHECK-FREEBSD-GOLD
24 // CHECK-FREEBSD-GOLD: Inputs/basic_freebsd_tree/usr/bin{{/|\\+}}ld.gold
28 // RUN: -target x86_64-unknown-freebsd \
[all …]
/external/libdrm/
D.gitlab-ci.yml22 - '/templates/freebsd.yml'
66 .os-freebsd:
68 BUILD_OS: freebsd
75 .freebsd-x86_64:
77 - .os-freebsd
116 x86_64-freebsd-container_prep:
119 - .freebsd-x86_64
120 - .fdo.qemu-build@freebsd@x86_64
169 .build-env-freebsd-x86_64:
172 # compiler shipped with FreeBSD 13.0, so we only use UBSan here.
[all …]
/external/wayland/
D.gitlab-ci.yml51 - '/templates/freebsd.yml'
300 # Base variables used for anything using a FreeBSD environment
301 .os-freebsd:
303 BUILD_OS: freebsd
313 .freebsd-x86_64:
315 - .os-freebsd
319 x86_64-freebsd-container_prep:
322 - .freebsd-x86_64
323 - .fdo.qemu-build@freebsd@x86_64
328 .build-env-freebsd-x86_64:
[all …]
/external/bazelbuild-rules_cc/cc/private/toolchain/
DBUILD.static.bsd15 # This becomes the BUILD file for @local_config_cc// under FreeBSD and OpenBSD.
56 "freebsd|compiler": ":cc-compiler-freebsd",
59 "freebsd": ":cc-compiler-freebsd",
65 name = "cc-compiler-freebsd",
81 cpu = "freebsd",
85 name = "cc-toolchain-freebsd",
88 "@platforms//os:freebsd",
92 "@platforms//os:freebsd",
94 toolchain = ":cc-compiler-freebsd",
/external/rust/android-crates-io/crates/nix/src/mount/
Dbsd_without_apple.rs1 #[cfg(target_os = "freebsd")]
5 #[cfg(target_os = "freebsd")]
7 #[cfg(target_os = "freebsd")]
19 #[cfg(any(target_os = "netbsd", target_os = "freebsd"))]
24 #[cfg(target_os = "freebsd")]
30 #[cfg(target_os = "freebsd")]
33 #[cfg(target_os = "freebsd")]
42 #[cfg(target_os = "freebsd")]
60 /// See [mksnap_ffs(8)](https://www.freebsd.org/cgi/man.cgi?query=mksnap_ffs)
61 #[cfg(target_os = "freebsd")]
[all …]
/external/rust/android-crates-io/crates/rustix/src/io/
Dread_write.rs23 /// - [FreeBSD]
33 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=read&sektion=2
68 /// - [FreeBSD]
78 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=write&sektion=2
95 /// - [FreeBSD]
104 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=pread&sektion=2
133 /// Contrary to POSIX, on many popular platforms including Linux and FreeBSD,
141 /// - [FreeBSD]
150 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=pwrite&sektion=2
166 /// - [FreeBSD]
[all …]
Dfcntl.rs22 /// - [FreeBSD]
32 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=fcntl&sektion=2
50 /// - [FreeBSD]
60 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=fcntl&sektion=2
85 /// - [FreeBSD]
95 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=fcntl&sektion=2
120 /// - [FreeBSD]
130 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=fcntl&sektion=2
/external/rust/android-crates-io/crates/rustix/src/net/
Dsocket.rs27 /// - [FreeBSD]
39 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=socket&sektion=2
70 /// - [FreeBSD]
82 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=socket&sektion=2
107 /// - [FreeBSD]
119 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=bind&sektion=2
144 /// - [FreeBSD]
156 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=bind&sektion=2
187 /// - [FreeBSD]
199 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=bind&sektion=2
[all …]
/external/rust/android-crates-io/crates/rustix/src/
Dstdio.rs34 /// - [FreeBSD]
43 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=stdin&sektion=4
80 /// - [FreeBSD]
89 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=stdin&sektion=4
120 /// - [FreeBSD]
129 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=stdin&sektion=4
156 /// - [FreeBSD]
165 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=stdout&sektion=4
202 /// - [FreeBSD]
211 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=stdout&sektion=4
[all …]
/external/rust/android-crates-io/crates/mio/src/sys/unix/selector/
Dkqueue.rs21 #[cfg(any(target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))]
35 #[cfg(any(target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))]
213 target_os = "freebsd",
241 target_os = "freebsd",
284 // According to the manual page of FreeBSD: "When kevent() call fails in kevent_register()
372 target_os = "freebsd", in is_readable()
386 target_os = "freebsd", in is_readable()
427 target_os = "freebsd", in is_aio()
439 target_os = "freebsd", in is_aio()
451 #[allow(unused_variables)] // `event` is only used on FreeBSD.
[all …]
/external/rust/android-crates-io/crates/rustix/src/thread/
Dclock.rs9 target_os = "freebsd", // FreeBSD 12 has clock_nanosleep, but libc targets FreeBSD 11.
34 target_os = "freebsd", // FreeBSD 12 has clock_nanosleep, but libc targets FreeBSD 11.
63 target_os = "freebsd", // FreeBSD 12 has clock_nanosleep, but libc targets FreeBSD 11.
/external/bazelbuild-rules_rust/wasm_bindgen/3rdparty/crates/
DBUILD.num_threads-0.1.6.bazel59 "@rules_rust//rust/platform:i686-unknown-freebsd": [],
74 "@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
83 …n__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))
86 …n__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))
89 …n__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))
92 …n__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))
94 "@rules_rust//rust/platform:i686-unknown-freebsd": [
95 …n__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))
98 …n__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))
101 …n__libc-0.2.150//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))
[all …]
/external/bazelbuild-rules_rust/crate_universe/3rdparty/crates/
DBUILD.num_threads-0.1.6.bazel59 "@rules_rust//rust/platform:i686-unknown-freebsd": [],
74 "@rules_rust//rust/platform:x86_64-unknown-freebsd": [],
83 …i__libc-0.2.149//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))
86 …i__libc-0.2.149//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))
89 …i__libc-0.2.149//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))
92 …i__libc-0.2.149//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))
94 "@rules_rust//rust/platform:i686-unknown-freebsd": [
95 …i__libc-0.2.149//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))
98 …i__libc-0.2.149//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))
101 …i__libc-0.2.149//:libc", # cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))
[all …]
/external/rust/android-crates-io/crates/rustix/src/mm/
Dmmap.rs61 /// - [FreeBSD]
71 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=mmap&sektion=2
102 /// - [FreeBSD]
112 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=mmap&sektion=2
139 /// - [FreeBSD]
149 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=munmap&sektion=2
223 /// - [FreeBSD]
232 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=mprotect&sektion=2
260 /// - [FreeBSD]
270 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=mlock&sektion=2
[all …]
/external/bazelbuild-rules_go/go/private/
Dplatforms.bzl22 "freebsd": "@platforms//os:freebsd",
49 ("freebsd", "386"),
50 ("freebsd", "amd64"),
51 ("freebsd", "arm"),
52 ("freebsd", "arm64"),
92 ("freebsd", "amd64"): None,
111 ("freebsd", "386"): None,
112 ("freebsd", "amd64"): None,
113 ("freebsd", "arm"): None,
/external/newfs_msdos/
DMETADATA3 "This is the FreeBSD newfs_msdos."
8 value: "https://github.com/freebsd/freebsd-src/tree/master/sbin/newfs_msdos"
12 …value: "https://github.git.corp.google.com/freebsd/freebsd-src/+archive/6424881cc82a65a833fc6fb797…
/external/python/cpython3/Lib/test/test_email/data/
Dmsg_32.txt1 Delivered-To: freebsd-isp@freebsd.org
10 Sender: owner-freebsd-isp@FreeBSD.ORG
12 X-Loop: FreeBSD.org
/external/rust/android-crates-io/crates/rustix/src/net/send_recv/
Dmod.rs43 /// - [FreeBSD]
55 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=recv&sektion=2
92 /// - [FreeBSD]
104 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=send&sektion=2
124 /// - [FreeBSD]
136 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=recvfrom&sektion=2
180 /// - [FreeBSD]
192 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=sendto&sektion=2
228 /// - [FreeBSD]
240 /// [FreeBSD]: https://man.freebsd.org/cgi/man.cgi?query=sendto&sektion=2
[all …]
/external/llvm/test/Instrumentation/InstrProfiling/
Dplatform.ll7 ; RUN: opt < %s -mtriple=x86_64-unknown-freebsd -instrprof -S | FileCheck %s -check-prefix=FREEBSD
8 ; RUN: opt < %s -mtriple=x86_64-unknown-freebsd -passes=instrprof -S | FileCheck %s -check-prefix=F…
23 ; FREEBSD: @__profd_foo = hidden {{.*}}, section "__llvm_prf_data", align 8
41 ; FREEBSD-NOT: define internal void @__llvm_profile_register_functions
47 ; FREEBSD-NOT: define internal void @__llvm_profile_init

12345678910>>...142