/freebsd-src/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-src/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-src/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", "ab 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-leve 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", "ab 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", " 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-leve 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-leve 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", " in DEFINE_TEST() [all...] |
/freebsd-src/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-src/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-src/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-src/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-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | FileSystem.h | 1 //===- llvm/Support/FileSystem.h - File System OS Concept -------*- 1475 uint16_t Level = 0; global() member 1541 int level() const { return State->Level; } level() function [all...] |
/freebsd-src/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-src/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-byt [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/net/ |
H A D | mediatek-bluetooth.txt | 13 - compatible: Must be 14 "mediatek,mt7663u-bluetooth": for MT7663U device 15 "mediatek,mt7668u-bluetooth": for MT7668U device 16 - vcc-supply: Main voltage regulator 18 If the pin controller on the platform can support both pinmux and GPIO 19 control such as the most of MediaTek platform. Please use below properties. 21 - pinctrl-names: Should be "default", "runtime" 22 - pinctr [all...] |
/freebsd-src/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-src/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-mt6359.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Trevor Wu <trevor.wu@mediatek.com> 13 - $ref: sound-card-common.yaml# 18 - mediatek,mt8188-es8326 19 - mediatek,mt8188-mt6359-evb 20 - mediatek,mt8188-nau8825 21 - mediatek,mt8188-rt5682s [all …]
|
/freebsd-src/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 - 2024, 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- [all...] |
/freebsd-src/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-src/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 …]
|