Home
last modified time | relevance | path

Searched +full:has +full:- +full:legacy +full:- +full:mode (Results 1 – 25 of 573) sorted by relevance

12345678910>>...23

/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dnvidia,tegra20-usb-phy.txt6 - 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 Dnvidia,tegra20-usb-phy.yaml1 # 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/usr.sbin/newsyslog/
H A Dnewsyslog.conf.547 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-in character for a restricted
192 .Bl -item -compact -offset indent
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Daltera_tse.txt1 * 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/secure/lib/libcrypto/man/man7/
H A Dmigration_guide.718 .\" 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/crypto/openssl/include/crypto/
H A Devp.h2 * 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/crypto/openssl/doc/internal/man7/
H A DEVP_PKEY.pod5 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 origi
[all...]
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Drs.h1 /* 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 Dpower.h1 /* 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/crypto/openssl/doc/man7/
H A Dmigration_guide.pod5 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 bee
[all...]
/freebsd/sys/contrib/device-tree/Bindings/i3c/
H A Di3c.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schema
[all...]
H A Di3c.txt8 -------------------
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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h1 //===- Debugify.h - Check debug info preservation in optimizations --------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
39 // This maps an instruction and the info about whether it has !dbg attached.
64 /// llvm.debugify module-level named metadata is present, this is a no-op.
98 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo,
102 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo,
109 enum DebugifyMode Mode = DebugifyMode::NoDebugify; variable
112 enum DebugifyMode Mode = DebugifyMode::SyntheticDebugInfo,
[all …]
/freebsd/share/man/man4/
H A Dip.447 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 Dbridge.446 .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/sys/contrib/zstd/programs/
H A DREADME.md6 - `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 Dzstd.15 \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 Dzstd.1.md1 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/sys/contrib/zstd/
H A DCHANGELOG2 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/sys/contrib/device-tree/Bindings/net/dsa/
H A Dqca8k.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schema
[all...]
/freebsd/sbin/ifconfig/
H A Difconfig.81 .\"-
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 -tag -width default
145 .Bl -tag -width default -compact
158 Adjust the display of link-level ethernet (MAC) addresses:
160 .Bl -tag -width default -compact
175 .Bl -tag -width default -compact
[all …]
/freebsd/share/mk/
H A Dbsd.README17 bsd.arch.inc.mk - includes arch-specific Makefile.$arch
18 bsd.compat.mk - definitions for building programs against compat ABIs
19 bsd.compiler.mk - defined based on current compiler
20 bsd.confs.mk - install of configuration files
21 bsd.cpu.mk - sets CPU/arch-related variables (included from sys.mk)
22 bsd.crunchgen.mk - building crunched binaries using crunchgen(1)
23 bsd.dep.mk - handle Makefile dependencies
24 bsd.dirs.mk - handle directory creation
25 bsd.doc.mk - building troff system documents
26 bsd.endian.mk - TARGET_ENDIAN=1234(little) or 4321 (big) for target
[all …]
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dti,timer-dm.yaml1 # 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/crypto/openssl/doc/man3/
H A DEVP_EncryptInit.pod97 - 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-place encryption is
365 guaranteed to work only if the encryption context (I<ctx>) has processed data in
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DEVP_EncryptInit.318 .\" 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 …]

12345678910>>...23