/freebsd/usr.bin/clang/lldb-server/ |
H A D | lldb-server.1 | 4 .nr rst2man-indent-level 0 7 \\$1 \\n[an-margin] 8 level \\n[rst2man-indent-level] 9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 10 - 11 \\n[rst2man-indent0] 12 \\n[rst2man-indent1] 13 \\n[rst2man-indent2] 18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] 19 . nr rst2man-indent-level +1 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/opp/ |
H A D | opp-v2-base.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/opp/opp-v [all...] |
H A D | opp.txt | 2 ---------------------------------------------------- 4 Devices work at voltage-current-frequency combinations and some implementations 13 Binding 1: operating-points 16 This binding only supports voltage-frequency pairs. 19 - operating-points: An array of 2-tuples items, and each item consists 20 of frequency and voltage like <freq-kHz vol-uV>. 27 compatible = "arm,cortex-a9"; 29 next-level-cache = <&L2>; 30 operating-points = < 39 Binding 2: operating-points-v2 [all …]
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_filter_lz4.c | 1 /*- 47 skipping("lz4 writing not supported on this platform"); in DEFINE_TEST() 101 " lz4 reading not fully supported on this platform"); in DEFINE_TEST() 130 archive_write_set_options(a, "lz4:nonexistent-option=0")); in DEFINE_TEST() 132 archive_write_set_options(a, "lz4:compression-level=1")); in DEFINE_TEST() 134 archive_write_set_filter_option(a, NULL, "compression-level", "9")); in DEFINE_TEST() 136 archive_write_set_filter_option(a, NULL, "compression-level", "abc")); in DEFINE_TEST() 138 archive_write_set_filter_option(a, NULL, "compression-level", "99")); in DEFINE_TEST() 140 archive_write_set_options(a, "lz4:compression-level=9")); in DEFINE_TEST() 157 failure("compression-level=9 wrote %d bytes, default wrote %d bytes", in DEFINE_TEST() [all …]
|
H A D | test_write_filter_gzip.c | 1 /*- 61 * Use default compression level (6). in DEFINE_TEST() 70 skipping("gzip writing not supported on this platform"); in DEFINE_TEST() 103 assertEqualInt(rbuff[8], 0); /* RFC 1952 flag for compression level 6 */ in DEFINE_TEST() 110 " gzip reading not fully supported on this platform"); in DEFINE_TEST() 128 * options. Compression level is 9. in DEFINE_TEST() 137 archive_write_set_options(a, "gzip:nonexistent-option=0")); in DEFINE_TEST() 139 archive_write_set_options(a, "gzip:compression-level=1")); in DEFINE_TEST() 141 archive_write_set_filter_option(a, NULL, "compression-level", "9")); in DEFINE_TEST() 143 archive_write_set_filter_option(a, NULL, "compression-level", "abc")); in DEFINE_TEST() [all …]
|
H A D | test_write_filter_lzop.c | 1 /*- 49 skipping("lzop writing not supported on this platform"); in DEFINE_TEST() 95 " lzop reading not fully supported on this platform"); in DEFINE_TEST() 122 archive_write_set_options(a, "lzop:nonexistent-option=0")); in DEFINE_TEST() 124 archive_write_set_options(a, "lzop:compression-level=1")); in DEFINE_TEST() 126 archive_write_set_filter_option(a, NULL, "compression-level", "9")); in DEFINE_TEST() 128 archive_write_set_filter_option(a, NULL, "compression-level", "abc")); in DEFINE_TEST() 130 archive_write_set_filter_option(a, NULL, "compression-level", "99")); in DEFINE_TEST() 132 archive_write_set_options(a, "lzop:compression-level=9")); in DEFINE_TEST() 149 failure("compression-level=9 wrote %d bytes, default wrote %d bytes", in DEFINE_TEST() [all …]
|
H A D | test_write_filter_xz.c | 1 /*- 65 skipping("xz writing not supported on this platform"); in DEFINE_TEST() 97 " xz reading not fully supported on this platform"); in DEFINE_TEST() 125 archive_write_set_filter_option(a, NULL, "nonexistent-option", "0")); in DEFINE_TEST() 127 archive_write_set_filter_option(a, NULL, "compression-level", "abc")); in DEFINE_TEST() 129 archive_write_set_filter_option(a, NULL, "compression-level", "99")); in DEFINE_TEST() 131 archive_write_set_filter_option(a, NULL, "compression-level", "9")); in DEFINE_TEST() 147 * better at default compression than at level 9. */ in DEFINE_TEST() 149 failure("compression-level=9 wrote %d bytes, default wrote %d bytes", in DEFINE_TEST() 158 skipping("xz reading not fully supported on this platform"); in DEFINE_TEST() [all …]
|
H A D | test_write_filter_lzma.c | 1 /*- 2 * Copyright (c) 2007-2009 Tim Kientzle 64 skipping("lzma writing not supported on this platform"); in DEFINE_TEST() 97 " lzma reading not fully supported on this platform"); in DEFINE_TEST() 125 archive_write_set_filter_option(a, NULL, "nonexistent-option", "0")); in DEFINE_TEST() 127 archive_write_set_filter_option(a, NULL, "compression-level", "abc")); in DEFINE_TEST() 129 archive_write_set_filter_option(a, NULL, "compression-level", "99")); in DEFINE_TEST() 131 archive_write_set_filter_option(a, NULL, "compression-level", "9")); in DEFINE_TEST() 151 skipping("lzma reading not fully supported on this platform"); in DEFINE_TEST() 179 archive_write_set_filter_option(a, NULL, "compression-level", "0")); in DEFINE_TEST() [all …]
|
H A D | test_write_filter_lzip.c | 1 /*- 3 * Copyright (c) 2007-2009 Tim Kientzle 65 skipping("lzip writing not supported on this platform"); in DEFINE_TEST() 98 " lzip reading not fully supported on this platform"); in DEFINE_TEST() 126 archive_write_set_filter_option(a, NULL, "nonexistent-option", "0")); in DEFINE_TEST() 128 archive_write_set_filter_option(a, NULL, "compression-level", "abc")); in DEFINE_TEST() 130 archive_write_set_filter_option(a, NULL, "compression-level", "99")); in DEFINE_TEST() 132 archive_write_set_filter_option(a, NULL, "compression-level", "9")); in DEFINE_TEST() 152 skipping("lzip reading not fully supported on this platform"); in DEFINE_TEST() 180 archive_write_set_filter_option(a, NULL, "compression-level", "0")); in DEFINE_TEST() [all …]
|
H A D | test_write_filter_zstd.c | 1 /*- 59 skipping("zstd writing not supported on this platform"); in DEFINE_TEST() 91 " zstd reading not fully supported on this platform"); in DEFINE_TEST() 119 archive_write_set_filter_option(a, NULL, "nonexistent-option", "0")); in DEFINE_TEST() 121 archive_write_set_filter_option(a, NULL, "compression-level", "abc")); in DEFINE_TEST() 123 archive_write_set_filter_option(a, NULL, "compression-level", "25")); /* too big */ in DEFINE_TEST() 125 archive_write_set_filter_option(a, NULL, "compression-level", "9")); in DEFINE_TEST() 128 archive_write_set_filter_option(a, NULL, "compression-level", "-1")); */ in DEFINE_TEST() 130 archive_write_set_filter_option(a, NULL, "compression-level", "7")); in DEFINE_TEST() 132 archive_write_set_filter_option(a, NULL, "threads", "-1")); /* negative */ in DEFINE_TEST() [all …]
|
/freebsd/crypto/openssl/ |
H A D | NOTES-ANDROID.md | 5 ------------------- 15 ------------- 17 Android is a cross-compiled target and you can't rely on `./Configure` 19 target explicitly; there are `android-arm`, `android-arm64`, `android-mips`, 20 `android-mip64`, `android-x86` and `android-x86_64` (`*MIPS` targets are no 23 Do not pass --cross-compile-prefix (as you might be tempted), as it 24 will be "calculated" automatically based on chosen platform. However, 30 to point at the `NDK` directory. If you're using a side-by-side NDK the path 31 will look something like `/some/where/android-sdk/ndk/<ver>`, and for a 32 standalone NDK the path will be something like `/some/where/android-ndk-<ver>`. [all …]
|
/freebsd/share/man/man4/ |
H A D | fdt.4 | 48 Configuration data, which cannot be self discovered in run-time, has to be 51 platform and architecture independent approach for resolving such problems. 52 The idea is inherited from Open Firmware IEEE 1275 device-tree notion, and has 55 .Bl -bullet 57 Hardware platform resources are 60 self-enumerating information is gathered. 70 any information about the underlying platform hardware resources in the kernel. 73 particular first-stage bootloader or firmware features. 81 layer allows any platform code in the kernel to retrieve information about 83 embedded applications (eliminates hard-coded configuration approach, enforces [all …]
|
H A D | tpm.4 | 2 .\" Copyright (c) 2010 Hans-Joerg Hoexer 21 .Nd Trusted Platform Module 26 .Bd -ragged -offset indent 33 .Bd -literal -offset indent 48 driver provides support for various trusted platform modules (TPM) that can 53 .Bl -bullet -compact -offset indent 84 .Lk "https://trustedcomputinggroup.org/resource/tpm-main-specification/" . 86 TPM Main Specification Level 2 Version 1.2: 87 .Bl -dash 91 .%T 11889-1:2009, Information technology -- Trusted Platform Module -- Part 1: Overview [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | sifive,plic-1.0.0.txt | 1 SiFive Platform-Level Interrupt Controller (PLIC) 2 ------------------------------------------------- 4 SiFive SOCs include an implementation of the Platform-Level Interrupt Controller 5 (PLIC) high-level specification in the RISC-V Privileged Architecture 10 in an 4 core system with 2-way SMT, you have 8 harts and probably at least two 13 Each interrupt can be enabled on per-context basis. Any context can claim 21 While the PLIC supports both edge-triggered and level-triggered interrupts, 23 specified in the PLIC device-tree binding. 25 While the RISC-V ISA doesn't specify a memory layout for the PLIC, the 26 "sifive,plic-1.0.0" device is a concrete implementation of the PLIC that [all …]
|
H A D | sifive,plic-1.0.0.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 4 --- 5 $id: http://devicetree.org/schemas/interrupt-controlle [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 1 //===- llvm/Support/FileSystem.h - File System OS Concept -------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 24 //===----------------------------------------------------------------------===// 32 #include "llvm/Config/llvm-config.h" 78 /// space_info - Self explanatory. 278 /// relative/../path => <current-directory>/relative/../path 289 /// relative/../path => <current-directory>/relative/../path 293 /// platform-specific error_code. 296 /// Create all the non-existent directories in path. [all …]
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | mathematica | 2 #------------------------------------------------------------------------------ 6 # Mathematica a multi-purpose math program 21 0 search/1000 Content-type:\040application/mathematica Mathematica notebook version 2.x 73 # these start with "[0-9][0-9][0-9]\ A~[0-9][0-9][0-9]\ 78 …*********************\n\n\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Mathematica-Compatible Notebook M… 83 #0 string (* Mathematica, or Pascal, Modula-2 or 3 code text 89 # first 116 bytes of header contain text in human-readable form 92 #!:mime application/octet-stream 93 !:mime application/x-matlab-data 95 # https://de.mathworks.com/help/matlab/import_export/mat-file-versions.html [all …]
|
/freebsd/sys/dev/isp/ |
H A D | DriverManual.txt | 54 PCI and SBus SCSI cards, and now also drove the QLogic 2100 FC-AL HBA. 56 After this, ports to non-NetBSD platforms became interesting as well. 62 Operating System Platform differences segregated and to a minimum. 65 mode support has been added, and 2300 support as well as an FC-IP stack 71 Normally you design via top-down methodologies and set an initial goal 76 as I perceive them to be now- not necessarily what they started as. 80 as little OS platform support code as possible. 90 as well as private loop and private loop, direct-attach topologies. 91 FC-IP support is also a goal. 99 driver that is specifically designed for a single platform and a single [all …]
|
/freebsd/share/man/man7/ |
H A D | arch.7 | 1 .\" Copyright (c) 2016-2017 The FreeBSD Foundation. 32 .Nd Architecture-specific details 40 For full details consult the processor-specific ABI supplement 86 .Bl -column -offset indent "Architecture" "Initial Release" 100 .Bl -column -offset indent "Architecture" "Initial Release" "Final Release" 128 .Bl -tag -width "Dv ILP32" 133 types machine representations all have 4-byte size. 147 Typically these are 64-bit machines, where the 153 environment, which was the historical 32-bit predecessor for 64-bit evolution. 155 .Bl -column -offset indent "powerpc64" "ILP32 counterpart" [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | mediatek-bluetooth.txt | 1 MediaTek SoC built-in Bluetooth Devices 5 child node of the serial node with BTIF. The dt-bindings details for BTIF 10 - compatible: Must be 11 "mediatek,mt7622-bluetooth": for MT7622 SoC 12 - clocks: Should be the clock specifiers corresponding to the entry in 13 clock-names property. 14 - clock-names: Should contain "ref" entries. 15 - power-domains: Phandle to the power domain that the device is part of 20 compatible = "mediatek,mt7622-btif", 21 "mediatek,mtk-btif"; [all …]
|
/freebsd/usr.bin/uname/ |
H A D | uname.1 | 46 .Bl -tag -width indent 54 Write the kernel's linker-generated build-id to standard output. 62 Write the type of the current hardware platform to standard output. 82 Write the current release level of the kernel 84 .Xr freebsd-version 1 85 can be used to print the release level of the userland. 93 Write the version level of this release of the operating system 125 .Ex -std 127 The hardware platform 131 e.g., on 64-bit PowerPC, [all …]
|
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | ahpredef.c | 3 * Module Name: ahpredef - Table of all known ACPI predefined names 11 * Some or all of this work - Copyright (c) 1999 - 2023, Intel Corp. 28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent 104 * re-exports any such software from a foreign destination, Licensee shall 105 * ensure that the distribution and export/re-export of the software is in 108 * any of its subsidiaries will export/re-export any technical data, process, 130 * 3. Neither the names of the above-listed copyright holders nor the names 174 …AH_PREDEF ("_ACx", "Active Cooling, x=0-9", "Returns the active cooling policy threshold values… 183 AH_PREDEF ("_ALx", "Active List, x=0-9", "Returns a list of active cooling device objects"), 184 … Relationship Table", "Returns thermal relationship information between platform devices and fan d… [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | mediatek,mt8188-mt6359.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/mediatek,mt8188-mt635 [all...] |
/freebsd/usr.bin/clang/clang/ |
H A D | clang.1 | 4 .nr rst2man-indent-level 0 7 \\$1 \\n[an-margin] 8 level \\n[rst2man-indent-level] 9 level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] 10 - 11 \\n[rst2man-indent0] 12 \\n[rst2man-indent1] 13 \\n[rst2man-indent2] 18 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] 19 . nr rst2man-indent-level +1 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/riscv/ |
H A D | sifive-l2-cache.txt | 2 -------------------------- 3 The SiFive Level 2 Cache Controller is used to provide access to fast copies 4 of memory for masters in a Core Complex. The Level 2 Cache Controller also 5 acts as directory-based coherency manager. 6 All the properties in ePAPR/DeviceTree specification applies for this platform 9 -------------------- 10 - compatible: Should be "sifive,fu540-c000-ccache" and "cache" 12 - cache-block-size: Specifies the block size in bytes of the cache. 15 - cache-level: Should be set to 2 for a level 2 cache 17 - cache-sets: Specifies the number of associativity sets of the cache. [all …]
|