/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-v2-base.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Viresh Kumar <viresh.kumar@linaro.org> 13 Devices work at voltage-current-frequency combinations and some implementations 25 pattern: '^opp-table(-[a-z0-9]+)?$' 27 opp-shared: 36 '^opp(-?[0-9]+)*$': 39 One or more OPP nodes describing voltage-current-frequency combinations. [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/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | riscv,imsics.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/interrupt-controller/riscv,imsics.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: RISC-V Incoming MSI Controller (IMSIC) 10 - Anup Patel <anup@brainfault.org> 13 The RISC-V advanced interrupt architecture (AIA) defines a per-CPU incoming 14 MSI controller (IMSIC) for handling MSIs in a RISC-V platform. The RISC-V 15 AIA specification can be found at https://github.com/riscv/riscv-aia. 17 The IMSIC is a per-CPU (or per-HART) device with separate interrupt file [all …]
|
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 …]
|
/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 97 .Bl -column -offset indent "Architecture" "Initial Release" 110 .Bl -column -offset indent "Architecture" "Initial Release" "Final Release" 141 .Bl -tag -width "Dv L64PC128" 148 types machine representations all have 4-byte size. 172 Typically these are 64-bit machines, where the 178 environment, which was the historical 32-bit predecessor for 64-bit evolution. 180 .Bl -column -offset indent "powerpc64" "ILP32 counterpart" [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`, `android-x86_64` and `android-riscv64` 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/sys/contrib/device-tree/Bindings/net/bluetooth/ |
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 - pinctrl-0: Should contain UART RXD low when the device is powered up to 24 - pinctrl-1: Should contain UART mode pin ctrl 26 Else, the pin controller on the platform only can support pinmux control and [all …]
|
/freebsd/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 - pinctrl-0: Should contain UART RXD low when the device is powered up to 24 - pinctrl-1: Should contain UART mode pin ctrl 26 Else, the pin controller on the platform only can support pinmux control and [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/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/sys/contrib/edk2/Include/Uefi/ |
H A D | UefiSpec.h | 8 Copyright (c) 2006 - 2021, Intel Corporation. All rights reserved.<BR> 12 SPDX-License-Identifier: BSD-2-Clause-Patent 71 // Note: UEFI spec 2.5 and following: use EFI_MEMORY_RO as write-protected physical memory 80 // The memory region supports byte-addressable non-volatility. 92 // Specific-purpose memory (SPM). The memory is earmarked for 110 // memory dynamically removed from the platform. This attribute serves as 114 // capable of being dynamically removed from the platform at runtime. 125 // described with additional ISA-specific memory attributes 131 // Defines the bits reserved for describing optional ISA-specific cacheability 134 // See Calling Conventions for further ISA-specific enumeration of these bits. [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/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 - 2025, 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,mt8365-mt6357.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/mediatek,mt8365-mt6357.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandre Mergnat <amergnat@baylibre.com> 14 const: mediatek,mt8365-mt6357 16 pinctrl-names: 19 - const: default 20 - const: dmic 21 - const: miso_off [all …]
|