/freebsd-src/sys/contrib/device-tree/Bindings/phy/ |
H A D | nvidia,tegra20-usb-phy.txt | 6 - compatible : For Tegra20, must contain "nvidia,tegra20-usb-phy". 7 For Tegra30, must contain "nvidia,tegra30-usb-phy". Otherwise, must contain 8 "nvidia,<chip>-usb-phy" plus at least one of the above, where <chip> is 10 - reg : Defines the following set of registers, in the order listed: 11 - The PHY's own register set. 13 - The register set of the PHY containing the UTMI pad control registers. 14 Present if-and-only-if phy_type == utmi. 15 - phy_type : Should be one of "utmi", "ulpi" or "hsic". 16 - clocks : Defines the clocks listed in the clock-names property. 17 - clock-names : The following clock names must be present: [all …]
|
H A D | nvidia,tegra20-usb-phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/phy/nvidia,tegra20-usb-phy.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Dmitry Osipenko <digetx@gmail.com> 11 - Jon Hunter <jonathanh@nvidia.com> 12 - Thierry Reding <thierry.reding@gmail.com> 17 - items: 18 - enum: 19 - nvidia,tegra124-usb-phy [all …]
|
/freebsd-src/usr.sbin/newsyslog/ |
H A D | newsyslog.conf.5 | 47 Each line has five mandatory fields and four optional fields, 67 .Bl -tag -width indent 82 which has the same effect of passing a compress method to the 107 .It Ar mode 108 Specify the file mode of the log file and archives. 109 Valid mode bits are 113 All other mode bits are ignored. 141 .So Li \&@ Sc Ns No -sign 166 The lead-i [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/net/ |
H A D | altera_tse.txt | 1 * Altera Triple-Speed Ethernet MAC driver (TSE) 4 - compatible: Should be "altr,tse-1.0" for legacy SGDMA based TSE, and should 5 be "altr,tse-msgdma-1.0" for the preferred MSGDMA based TSE. 6 ALTR is supported for legacy device trees, but is deprecated. 8 - reg: Address and length of the register set for the device. It contains 9 the information of registers in the same order as described by reg-names 10 - reg-names: Should contain the reg names 18 - interrupts: Should contain the TSE interrupts and its mode. 19 - interrupt-names: Should contain the interrupt names 22 - rx-fifo-depth: MAC receive FIFO buffer depth in bytes [all …]
|
/freebsd-src/secure/lib/libcrypto/man/man7/ |
H A D | migration_guide.7 | 18 .\" Set up some character translations and predefined strings. \*(-- will 24 .tr \(*W- 27 . ds -- \(*W- 29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch 30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch 37 . ds -- \|\(em\| 71 .\" Fear. Run. Save yourself. No user-serviceable parts. 81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m) 97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" 98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' [all …]
|
/freebsd-src/crypto/openssl/doc/internal/man7/ |
H A D | EVP_PKEY.pod | 5 EVP_PKEY - an internal description 18 private/public key pairs, but has had other uses as well. 29 =item legacy origin 32 internal key in the B<EVP_PKEY> is a pointer to the low-level key 43 =item provider-native origin 46 key data (see L<provider-keymgmt(7)>). The internal key in the 57 These two forms can never co-exist in the same B<EVP_PKEY>, the main 66 This is especially visible with internal legacy keys, since they can 87 It's possible to flip the ECDH cofactor mode. 99 For legacy origin keys, this requires the associated [all …]
|
/freebsd-src/crypto/openssl/include/crypto/ |
H A D | evp.h | 2 * Copyright 2015-2022 The OpenSSL Project Authors. All Rights Reserved. 20 * Don't free up md_ctx->pctx in EVP_MD_CTX_reset, use the reserved flag 26 ((ctx)->keymgmt == NULL) 87 * call evp_pkey_ctx_use_delayed_data() when the operation has been set 91 /* Distinguishing Identifier, ISO/IEC 15946-3, FIPS 196 */ 96 /* Indicators of what has been set. Keep them together! */ 108 /* Legacy fields below */ 251 /* Legacy structure members */ 262 int ctx_size; /* how big does the ctx->md_data need to be */ 267 /* Above comment to be removed when legacy has gone */ [all …]
|
/freebsd-src/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | rs.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018-2022, 2024 Intel Corporation 12 * enum iwl_tlc_mng_cfg_flags - options for TLC config flags 36 * enum iwl_tlc_mng_cfg_cw - channel width options 52 * enum iwl_tlc_mng_cfg_chains - possibl 158 u8 mode; global() member 191 u8 mode; global() member [all...] |
H A D | power.h | 1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */ 3 * Copyright (C) 2012-2014, 2018-2024 Intel Corporation 4 * Copyright (C) 2013-2014 Intel Mobile Communications GmbH 5 * Copyright (C) 2015-2017 Intel Deutschland GmbH 13 * enum iwl_ltr_config_flags - mask 656 IWL_BF_CMD_CONFIG(mode) global() argument [all...] |
/freebsd-src/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 5 migration_guide - OpenSSL migration guide 37 licenses|https://www.openssl.org/source/license-openssl-ssleay.txt> 39 L<Apache License v2|https://www.openssl.org/source/apache-license-2.0.txt>. 56 at configuration time using the C<enable-fips> option. If it is enabled, 69 See also L</Legacy Algorithms> for information on the legacy provider. 76 OpenSSL has historically provided two sets of APIs for invoking cryptographic 86 Use of the low level APIs has been informally discouraged by the OpenSSL 96 =head3 Legacy Algorithms 99 the EVP APIs are now considered legacy and their use is strongly discouraged. 100 These legacy EVP algorithms are still available in OpenSSL 3.0 but not by [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | Debugify.h | 1 //===- Debugify.h - Check debug info preservation in optimizations -------- 107 enum DebugifyMode Mode = DebugifyMode::NoDebugify; global() variable 168 enum DebugifyMode Mode; global() variable 191 enum DebugifyMode Mode = DebugifyMode::NoDebugify; global() variable 231 enum DebugifyMode Mode = DebugifyMode::NoDebugify; global() variable [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/i3c/ |
H A D | i3c.txt | 8 ------------------- 10 - #address-cells - should be <3>. Read more about addresses below. 11 - #size-cells - should be <0>. 12 - compatible - name of the I3C master controller driving the I3C bus 16 The node describing an I3C bus should be named i3c-master. 19 ------------------- 24 - i3c-scl-hz: frequency of the SCL signal used for I3C transfers. 27 - i2c-scl-hz: frequency of the SCL signal used for I2C transfers. 28 When undefined, the core looks at LVR (Legacy Virtual Register) 40 -------------------------------------- [all …]
|
H A D | i3c.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schema [all...] |
/freebsd-src/share/man/man4/ |
H A D | ip.4 | 47 when using higher-level protocols that are based on 57 special-purpose applications. 60 .Tn IP-level 78 protocol specification (RFC-791), with one exception: 79 the list of addresses for Source Route options must include the first-hop 81 The first-hop gateway address will be extracted from the option list 84 use a zero-length buffer: 85 .Bd -literal 92 Setting the ECN codepoint - the two least significant bits - on a 93 socket using a transport protocol implementing ECN has no effect. [all …]
|
H A D | bridge.4 | 46 .Bd -ragged -offset indent 53 .Bd -literal -offset indent 97 has a non-zero value, the newly created bridge will inherit the MAC 98 address from its first member instead of choosing a random link-level 110 802.11-to-Ethernet bridge for wireless hosts, or traffic isolation. 145 Changing capabilities at run-time may cause NIC reinit and a link flap. 148 .Dq monitor mode , 164 variable configures an IPv6 link-local address on 167 .Bd -literal -offset indent 172 .Bd -literal -offset indent [all …]
|
/freebsd-src/sys/contrib/zstd/programs/ |
H A D | README.md | 6 - `zstd` : default CLI supporting gzip-like arguments; includes dictionary builder, benchmark, and … 7 - `zstd_nolegacy` : Same as `zstd` but without support for legacy zstd formats 8 - `zstd-small` : CLI optimized for minimal size; no dictionary builder, no benchmark, and no suppor… 9 - `zstd-compress` : version of CLI which can only compress into zstd format 10 - `zstd-decompress` : version of CLI which can only decompress zstd format 16 - __HAVE_THREAD__ : multithreading is automatically enabled when `pthread` is detected. 23 - __ZSTD_LEGACY_SUPPORT__ : `zstd` can decompress files compressed by older versions of `zstd`. 26 By default, `zstd` supports decoding legacy formats >= v0.4.0 (`ZSTD_LEGACY_SUPPORT=4`). 30 `ZSTD_LEGACY_SUPPORT=0` means _DO NOT_ support any legacy format. 31 if `ZSTD_LEGACY_SUPPORT >= 8`, it's the same as `0`, since there is no legacy format after `7`. [all …]
|
H A D | zstd.1 | 5 \fBzstd\fR \- zstd, zstdmt, unzstd, zstdcat \- Compress or decompress \.zst files 8 \fBzstd\fR [\fIOPTIONS\fR] [\-|\fIINPUT\-FILE\fR] [\-o \fIOUTPUT\-FILE\fR] 11 \fBzstdmt\fR is equivalent to \fBzstd \-T0\fR 14 \fBunzstd\fR is equivalent to \fBzstd \-d\fR 17 \fBzstdcat\fR is equivalent to \fBzstd \-dcf\fR 26 …served by default\. It\'s possible to remove them automatically by using the \fB\-\-rm\fR command\. 29 …\fR displays progress notifications and result summary by default\. Use \fB\-q\fR to turn them off… 35 \fBzstd\fR displays a short help page when command line is an error\. Use \fB\-q\fR to turn it off\. 40 … \fIfile\fR according to the selected operation mode\. If no \fIfiles\fR are given or \fIfile\fR i… 43 Unless \fB\-\-stdout\fR or \fB\-o\fR is specified, \fIfiles\fR are written to a new file whose name… [all …]
|
H A D | zstd.1.md | 1 zstd(1) -- zstd, zstdmt, unzstd, zstdcat - Compress or decompress .zst files 5 -------- 7 `zstd` [*OPTIONS*] [-|_INPUT-FILE_] [-o _OUTPUT-FILE_] 9 `zstdmt` is equivalent to `zstd -T0` 11 `unzstd` is equivalent to `zstd -d` 13 `zstdcat` is equivalent to `zstd -dcf` 17 ----------- 29 - Source files are preserved by default. 30 It's possible to remove them automatically by using the `--rm` command. 31 - When compressing a single file, `zstd` displays progress notifications [all …]
|
/freebsd-src/sys/contrib/zstd/ |
H A D | CHANGELOG | 2 perf: Regain Minimal memset()-ing During Reuse of Compression Contexts (@Cyan4973, #2969) 11 perf: new row64 mode, used notably in level 12, by @senhuang42 12 perf: faster mid-level compression speed in presence of highly repetitive patterns, by @senhuang42 16 perf: on-demand reduced ZSTD_DCtx state size, using build macro ZSTD_DECODER_INTERNAL_BUFFER, at a … 20 build: improved meson unofficial build, by @eli-schwartz 22 …t advanced parameters information when compressing in very verbose mode (``-vv`), by @Svetlitski-FB 25 api: Various functions promoted from experimental to stable API: (#2579-2581, @senhuang42) 39 api: ZSTDMT_NBWORKERS_MAX reduced to 64 for 32-bit environments (@Cyan4973) 42 perf: Decompression loop refactor, speed improvements on `clang` and for `--long` modes (#2614 #263… 45 bug: Fix large dictionary non-determinism (#2607, @terrelln) [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/net/dsa/ |
H A D | qca8k.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - John Crispin <john@phrozen.org> 13 If the QCA8K switch is connect to an SoC's external mdio-bus, each subnode 16 ID. To declare the internal mdio-bus configuration, declare an MDIO node in 18 PHY it is connected to. In this config, an internal mdio-bus is registered and 20 mdio-bus configurations are not supported by the hardware. 21 Each phy has at most 3 LEDs connected and can be declared 27 - enum: [all …]
|
/freebsd-src/sbin/ifconfig/ |
H A D | ifconfig.8 | 1 .\"- 2 .\" SPDX-License-Identifier: BSD-3-Clause 93 .Bl -tag -width indent 111 even if it has been renamed; it may differ from the original name 120 The format is specified as a comma-separated list of 141 .Bl -ta [all...] |
/freebsd-src/sys/contrib/openzfs/man/man7/ |
H A D | zfsprops.7 | 9 .\" or https://opensource.org/licenses/CDDL-1.0. 34 .\" Copyright (c) 2014-2015, The FreeBSD Foundation, All Rights Reserved. 38 .\" Copyright (c) 2019, Kjeld Schouten-Lebbing 47 .Nd native and user-defined properties of ZFS datasets 50 Properties are divided into two types, native properties and user-defined 56 In addition, native properties are either editable or read-only. 64 Every dataset has a set of properties that export statistics about the dataset 70 The values of numeric properties can be specified using human-readable suffixes 87 The values of non-numeric properties are case sensitive and must be lowercase, 94 The following native properties consist of read-onl [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/timer/ |
H A D | ti,timer-dm.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/timer/ti,timer-dm.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: TI dual-mode timer 10 - Tony Lindgren <tony@atomide.com> 13 The TI dual-mode timer is a general purpose timer with PWM capabilities. 18 - items: 19 - enum: 20 - ti,am335x-timer [all …]
|
/freebsd-src/crypto/openssl/doc/man3/ |
H A D | EVP_EncryptInit.pod | 97 - EVP cipher routines 232 The following function has been deprecated since OpenSSL 3.0, and can be 238 The following function has been deprecated since OpenSSL 1.1.0, and can be 246 The EVP cipher routines are a high-level interface to certain 286 I<This is a legacy method.> EVP_CIPHER_CTX_set_params() and 290 Performs cipher-specific control actions on context I<ctx>. The control command 343 using legacy functions such as EVP_aes_256_cbc(), but this is not recommended 356 This legacy function is similar to EVP_EncryptInit_ex2() when I<impl> is NULL. 364 case the encryption will be done in-place. However, in-plac [all...] |
/freebsd-src/sys/contrib/device-tree/Bindings/pci/ |
H A D | snps,dw-pcie.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/pci/snps,dw-pcie.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Jingoo Han <jingoohan1@gmail.com> 11 - Gustav [all...] |