| /external/clang/test/CodeGen/ |
| D | ms_abi.c | 1 … %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/crates/rustix/src/process/ |
| D | procctl.rs | 1 //! 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/sg3_utils/ |
| D | README.freebsd | 3 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/llvm/test/CodeGen/X86/ |
| D | segmented-stacks.ll | 8 …: 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/bazelbuild-rules_cc/cc/private/toolchain/ |
| D | BUILD.static.freebsd | 15 # This becomes the BUILD file for @local_config_cc// under FreeBSD. 37 "freebsd": ":cc-compiler-freebsd", 38 "freebsd|compiler": ":cc-compiler-freebsd", 43 name = "cc-compiler-freebsd", 59 cpu = "freebsd", 63 name = "cc-toolchain-freebsd", 66 "@platforms//os:freebsd", 70 "@platforms//os:freebsd", 72 toolchain = ":cc-compiler-freebsd",
|
| D | freebsd_cc_toolchain_config.bzl | 15 """A Starlark cc_toolchain configuration rule for freebsd.""" 60 toolchain_identifier = "local_freebsd" if cpu == "freebsd" else "stub_armeabi-v7a" 61 host_system_name = "local" if cpu == "freebsd" else "armeabi-v7a" 62 target_system_name = "local" if cpu == "freebsd" else "armeabi-v7a" 63 target_libc = "local" if cpu == "freebsd" else "armeabi-v7a" 64 abi_version = "local" if cpu == "freebsd" else "armeabi-v7a" 65 abi_libc_version = "local" if cpu == "freebsd" else "armeabi-v7a" 73 action_configs = [objcopy_embed_data_action] if cpu == "freebsd" else [] 227 if cpu == "freebsd": 243 if (cpu == "freebsd"): [all …]
|
| /external/clang/test/Driver/ |
| D | freebsd-mips-as.c | 3 // 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 …]
|
| D | fuse-ld.c | 8 // 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.yml | 22 - '/templates/freebsd.yml' 67 .os-freebsd: 69 BUILD_OS: freebsd 76 .freebsd-x86_64: 78 - .os-freebsd 117 x86_64-freebsd-container_prep: 120 - .freebsd-x86_64 121 - .fdo.qemu-build@freebsd@x86_64 170 .build-env-freebsd-x86_64: 173 # compiler shipped with FreeBSD 13.0, so we only use UBSan here. [all …]
|
| /external/wayland/ |
| D | .gitlab-ci.yml | 51 - '/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/rust/crates/mio/src/sys/unix/selector/ |
| D | kqueue.rs | 22 #[cfg(any(target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))] 30 #[cfg(any(target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd"))] 213 #[cfg(any(target_os = "freebsd", target_os = "ios", target_os = "macos"))] 233 #[cfg(any(target_os = "freebsd", target_os = "ios", target_os = "macos"))] 269 // According to the manual page of FreeBSD: "When kevent() call fails in kevent_register() 364 #[cfg(any(target_os = "freebsd", target_os = "ios", target_os = "macos"))] in is_readable() 371 #[cfg(not(any(target_os = "freebsd", target_os = "ios", target_os = "macos")))] in is_readable() 406 target_os = "freebsd", in is_aio() 415 target_os = "freebsd", in is_aio() 424 #[allow(unused_variables)] // `event` is only used on FreeBSD. [all …]
|
| /external/rust/crates/nix/src/mount/ |
| D | bsd.rs | 1 #[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(any(apple_targets, 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(any(apple_targets, target_os = "freebsd"))] [all …]
|
| /external/rust/crates/rustix/src/net/ |
| D | socket.rs | 27 /// - [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/crates/rustix/src/io/ |
| D | read_write.rs | 23 /// - [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 …]
|
| D | fcntl.rs | 22 /// - [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/crates/rustix/src/ |
| D | stdio.rs | 34 /// - [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/bazelbuild-rules_rust/wasm_bindgen/3rdparty/crates/ |
| D | BUILD.num_threads-0.1.6.bazel | 59 "@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/ |
| D | BUILD.num_threads-0.1.6.bazel | 59 "@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/crates/rustix/src/thread/ |
| D | clock.rs | 9 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/rust/crates/rustix/src/mm/ |
| D | mmap.rs | 61 /// - [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/ |
| D | platforms.bzl | 22 "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/fsck_msdos/ |
| D | METADATA | 3 "This is the FreeBSD fsck_msdosfs." 8 value: "https://github.com/freebsd/freebsd/tree/master/sbin/fsck_msdosfs" 12 value: "https://github.com/freebsd/freebsd.git"
|
| /external/newfs_msdos/ |
| D | METADATA | 3 "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/rust/crates/rustix/src/net/send_recv/ |
| D | mod.rs | 43 /// - [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/python/cpython3/Lib/test/test_email/data/ |
| D | msg_32.txt | 1 Delivered-To: freebsd-isp@freebsd.org 10 Sender: owner-freebsd-isp@FreeBSD.ORG 12 X-Loop: FreeBSD.org
|