Home
last modified time | relevance | path

Searched +full:comp +full:- +full:disable (Results 1 – 25 of 133) sorted by relevance

123456

/freebsd/usr.sbin/mfiutil/
H A Dmfiutil.c1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
57 …fprintf(stderr, "usage: %s [-de] [-D device] [-u unit] [-t type] <command> ...\n\n", getprogname()… in usage()
60 fprintf(stderr, " show adapter - display controller information\n"); in usage()
61 fprintf(stderr, " show battery - display battery information\n"); in usage()
62 fprintf(stderr, " show config - display RAID configuration\n"); in usage()
63 fprintf(stderr, " show drives - list physical drives\n"); in usage()
64 fprintf(stderr, " show events - display event log\n"); in usage()
65 fprintf(stderr, " show firmware - list firmware images\n"); in usage()
66 fprintf(stderr, " show foreign - display detected foreign volumes\n"); in usage()
[all …]
/freebsd/sys/dev/hyperv/netvsc/
H A Dhn_rndis.c1 /*-
2 * Copyright (c) 2009-2012,2016-2017 Microsoft Corp.
3 * Copyright (c) 2010-2012 Citrix Inc.
101 rid = atomic_fetchadd_int(&sc->hn_rndis_rid, 1); in hn_rndis_rid()
105 /* Use upper 16 bits for non-compat RNDIS messages. */ in hn_rndis_rid()
112 const struct rndis_comp_hdr *comp; in hn_rndis_rx_ctrl() local
118 switch (hdr->rm_type) { in hn_rndis_rx_ctrl()
123 if (dlen < sizeof(*comp)) { in hn_rndis_rx_ctrl()
124 if_printf(sc->hn_ifp, "invalid RNDIS cmplt\n"); in hn_rndis_rx_ctrl()
127 comp = data; in hn_rndis_rx_ctrl()
[all …]
/freebsd/contrib/ntp/html/hints/
H A Dmpeix1 HP e3000 MPE/iX NTP Hints - May 29, 2001
2 ----------------------------------------
8 NTP was re-ported to MPE in May 2001. What follows are hints learned from
12 MPE lacks the clock-related APIs expected by NTP, so adjtime(), gettimeofday(),
16 Unfortunately the implementation of adjtime() has exposed a sub-second accuracy
22 This bug has a side-effect whereby the ntpd daemon will screw up the hardware
24 the one-time -q mode. But note that you can safely run ntpd in order to become
25 a time server if you include "disable ntp" in the ntp.conf configuration file.
27 The one-time clock adjustment functionality of ntpdate and ntp_timeset is not
28 affected by this bug side-effect. You can safely use these commands to alter
[all …]
/freebsd/secure/lib/libcrypto/man/man3/
H A DSSL_CONF_cmd.31 .\" -*- mode: troff; coding: utf-8 -*-
58 .TH SSL_CONF_CMD 3ossl 2025-09-30 3.5.4 OpenSSL
65 SSL_CONF_cmd \- send configuration command
88 prefix for command line commands is \fB\-\fR and that is reflected below.
89 .IP \fB\-bugs\fR 4
90 .IX Item "-bugs"
92 .IP \fB\-no_comp\fR 4
93 .IX Item "-no_comp"
97 .IP \fB\-comp\fR 4
98 .IX Item "-comp"
[all …]
/freebsd/crypto/openssl/ssl/
H A Dssl_ciph.c2 * Copyright 1995-2025 The OpenSSL Project Authors. All Rights Reserved.
15 #include <openssl/comp.h>
24 #include "internal/comp.h"
80 /* *INDENT-OFF* */
106 /* *INDENT-ON* */
114 if (table->mask == mask) in ssl_cipher_info_find()
117 return -1; in ssl_cipher_info_find()
125 * is engine-provided, we'll fill it only if corresponding EVP_PKEY_METHOD is
131 /* SHA256, SHA384, GOST2012_256, MAC89-12 */
267 /* FIPS 140-2 approved ciphersuite */
[all …]
/freebsd/usr.sbin/cxgbetool/
H A Dtcbinfot5.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
30 /* Auto-generated file. Avoid direct editing. */
38 COMP_NONE , /* comp */
45 COMP_ULP , /* comp */
52 COMP_NONE , /* comp */
59 COMP_NONE , /* comp */
66 COMP_NONE , /* comp */
73 COMP_NONE , /* comp */
80 COMP_NONE , /* comp */
[all …]
H A Dtcbinfot4.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
30 /* Auto-generated file. Avoid direct editing. */
38 COMP_NONE , /* comp */
45 COMP_ULP , /* comp */
52 COMP_NONE , /* comp */
59 COMP_NONE , /* comp */
66 COMP_NONE , /* comp */
73 COMP_NONE , /* comp */
80 COMP_NONE , /* comp */
[all …]
H A Dtcbinfot6.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
30 /* Auto-generated file. Avoid direct editing. */
38 COMP_NONE , /* comp */
45 COMP_ULP , /* comp */
52 COMP_NONE , /* comp */
59 COMP_NONE , /* comp */
66 COMP_NONE , /* comp */
73 COMP_NONE , /* comp */
80 COMP_NONE , /* comp */
[all …]
/freebsd/usr.bin/mt/
H A Dmt.c2 * SPDX-License-Identifier: BSD-3-Clause
30 /*-
63 * mt --
144 { "comp", MTCOMP, 0, NEED_2ARGS|ZERO_ALLOWED|IS_COMP },
189 static const char *comptostring(u_int32_t comp);
195 const struct commands *comp; in main() local
206 while ((ch = getopt(argc, argv, "f:t:")) != -1) in main()
218 argc -= optind; in main()
225 for (comp = com;; comp++) { in main()
226 if (comp->c_name == NULL) in main()
[all …]
/freebsd/sys/dev/qat/qat_api/common/include/
H A Dsal_types_compression.h1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /* Copyright(c) 2007-2025 Intel Corporation */
45 /* Enable/disable secureRam/acceleratorRam for intermediate buffers*/
61 /* Flag to enable/disable delayed match mode */
67 /* Mask that reports supported window sizes for comp/decomp */
/freebsd/secure/usr.bin/openssl/man/
H A Dopenssl-s_server.11 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "OPENSSL-S_SERVER 1ossl"
58 .TH OPENSSL-S_SERVER 1ossl 2025-09-30 3.5.4 OpenSSL
64 openssl\-s_server \- SSL/TLS server program
68 [\fB\-help\fR]
69 [\fB\-port\fR \fI+int\fR]
70 [\fB\-accept\fR \fIval\fR]
71 [\fB\-unix\fR \fIval\fR]
72 [\fB\-4\fR]
73 [\fB\-6\fR]
[all …]
/freebsd/crypto/openssh/
H A Dpacket.c43 #include "openbsd-compat/sys-queue.h"
189 /* Volume-based rekeying */
192 /* Time-based rekeying */
219 /* One-off warning about weak ciphers */
237 (ssh->kex = kex_new()) == NULL || in ssh_alloc_session_state()
238 (state->input = sshbuf_new()) == NULL || in ssh_alloc_session_state()
239 (state->output = sshbuf_new()) == NULL || in ssh_alloc_session_state()
240 (state->outgoing_packet = sshbuf_new()) == NULL || in ssh_alloc_session_state()
241 (state->incoming_packe in ssh_alloc_session_state()
959 struct sshcomp *comp; ssh_set_newkeys() local
1115 struct sshcomp *comp = NULL; ssh_packet_enable_delayed_compress() local
1173 struct sshcomp *comp = NULL; ssh_packet_send2_wrapped() local
1567 struct sshcomp *comp = NULL; ssh_packet_read_poll2() local
2375 struct sshcomp *comp; newkeys_to_blob() local
2445 struct sshcomp *comp; newkeys_from_blob() local
[all...]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Diqs626a.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
13 The Azoteq IQS626A is a 14-channel capacitive touch controller that features
14 additional Hall-effect and inductive sensing capabilities.
19 - $ref: touchscreen/touchscreen.yaml#
31 "#address-cells":
34 "#size-cells":
37 azoteq,suspend-mode:
[all …]
/freebsd/crypto/openssl/test/recipes/
H A D80-test_ssl_new.t2 # Copyright 2015-2025 The OpenSSL Project Authors. All Rights Reserved.
38 push (@conf_srcs, glob(srctop_file("test", "ssl-tests", $conf_file)));
42 @conf_srcs = glob(srctop_file("test", "ssl-tests", "*.cnf.in"));
43 # We hard-code the number of tests to double-check that the globbing above
75 my $no_ml_dsa = disabled("ml-dsa");
78 # expectations dynamically based on the OpenSSL compile-time config.
80 "02-protocol-version.cnf" => !$is_default_tls,
81 "04-client_auth.cnf" => !$is_default_tls || !$is_default_dtls
83 "05-sni.cnf" => disabled("tls1_1"),
84 "07-dtls-protocol-version.cnf" => !$is_default_dtls || !disabled("sctp"),
[all …]
/freebsd/crypto/openssl/apps/include/
H A Dopt.h2 * Copyright 2018-2025 The OpenSSL Project Authors. All Rights Reserved.
17 #define OPT_COMMON OPT_ERR = -1, OPT_EOF = 0, OPT_HELP
53 { "ignore_critical", OPT_V_IGNORE_CRITICAL, '-', \
55 { "issuer_checks", OPT_V_ISSUER_CHECKS, '-', "(deprecated)"}, \
56 { "crl_check", OPT_V_CRL_CHECK, '-', "check leaf certificate revocation" }, \
57 { "crl_check_all", OPT_V_CRL_CHECK_ALL, '-', "check full chain revocation" }, \
58 { "policy_check", OPT_V_POLICY_CHECK, '-', "perform rfc5280 policy checks"}, \
59 { "explicit_policy", OPT_V_EXPLICIT_POLICY, '-', \
60 "set policy variable require-explicit-policy"}, \
61 { "inhibit_any", OPT_V_INHIBIT_ANY, '-', \
[all …]
/freebsd/sys/dev/qat/qat_hw/qat_c4xxx/
H A Dadf_c4xxx_res_part.c1 /* SPDX-License-Identifier: BSD-3-Clause */
2 /* Copyright(c) 2007-2022 Intel Corporation */
21 u16 ring_to_svc_map = accel_dev->hw_device->ring_to_svc_map; in adf_get_partitions_mask()
39 case COMP: in adf_get_partitions_mask()
64 struct resource *csr = accel_dev->transport->banks[0].csr_addr; in adf_enable_sym_threads()
65 const struct adf_ae_info *ae_info = accel_dev->au_info->ae_info; in adf_enable_sym_threads()
82 struct resource *csr = accel_dev->transport->banks[0].csr_addr; in adf_enable_asym_threads()
83 const struct adf_ae_info *ae_info = accel_dev->au_info->ae_info; in adf_enable_asym_threads()
90 u32 num_all_thds = ADF_NUM_THREADS_PER_AE - 2; in adf_enable_asym_threads()
92 for (i = num_all_thds; i > (num_all_thds - num_asym_thds); i--) in adf_enable_asym_threads()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsm8650-mtp.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
21 compatible = "qcom,sm8650-mtp", "qcom,sm8650";
28 stdout-path = "serial0:115200n8";
31 pmic-glink {
32 compatible = "qcom,sm8650-pmic-glink",
33 "qcom,sm8550-pmic-glink",
34 "qcom,pmic-glink";
35 #address-cells = <1>;
[all …]
H A Dsm8650-qrd.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include <dt-bindings/leds/common.h>
9 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
22 compatible = "qcom,sm8650-qrd", "qcom,sm8650";
30 stdout-path = "serial0:115200n8";
33 gpio-keys {
34 compatible = "gpio-keys";
36 pinctrl-0 = <&volume_up_n>;
37 pinctrl-names = "default";
[all …]
H A Dsm8650-hdk.dts1 // SPDX-License-Identifier: BSD-3-Clause
6 /dts-v1/;
8 #include <dt-bindings/leds/common.h>
9 #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
21 compatible = "qcom,sm8650-hdk", "qcom,sm8650";
22 chassis-type = "embedded";
30 stdout-path = "serial0:115200n8";
33 hdmi-out {
34 compatible = "hdmi-connector";
39 remote-endpoint = <&lt9611_out>;
[all …]
/freebsd/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_regs.h22 Boston, MA 02110-1301, USA.
32 /* N-PHY registers. */
41 #define BWN_NPHY_4WI_ADDR BWN_PHY_N(0x00B) /* Four-wire bus address */
42 #define BWN_NPHY_4WI_DATAHI BWN_PHY_N(0x00C) /* Four-wire bus data high */
43 #define BWN_NPHY_4WI_DATALO BWN_PHY_N(0x00D) /* Four-wire bus data low */
44 #define BWN_NPHY_BIST_STAT0 BWN_PHY_N(0x00E) /* Built-in self test status 0 */
45 #define BWN_NPHY_BIST_STAT1 BWN_PHY_N(0x00F) /* Built-in self test status 1 */
265 #define BWN_NPHY_C1_TXIQ_COMP_OFF BWN_PHY_N(0x087) /* Core 1 TX I/Q comp offset */
266 #define BWN_NPHY_C2_TXIQ_COMP_OFF BWN_PHY_N(0x088) /* Core 2 TX I/Q comp offset */
286 #define BWN_NPHY_C1_RXIQ_COMPA0 BWN_PHY_N(0x09A) /* Core 1 RX I/Q comp A0 */
[all …]
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CONF_cmd.pod6 SSL_CONF_cmd - send configuration command
30 prefix for command line commands is B<-> and that is reflected below.
34 =item B<-bugs>
38 =item B<-no_comp>
44 =item B<-comp>
54 =item B<-no_ticket>
58 =item B<-serverpref>
64 =item B<-client_renegotiation>
66 Allows servers to accept client-initiated renegotiation. Equivalent to
70 =item B<-legacy_renegotiation>
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsdio.c1 // SPDX-License-Identifier: ISC
3 * Copyright (c) 2004-2011 Atheros Communications Inc.
4 * Copyright (c) 2011-2012,2017 Qualcomm Atheros, Inc.
5 * Copyright (c) 2016-2017 Erik Stromdahl <erik.stromdahl@gmail.com>
37 return __ALIGN_MASK((len), ar_sdio->mbox_info.block_mask); in ath10k_sdio_calc_txrx_padded_len()
47 dev_kfree_skb(pkt->skb); in ath10k_sdio_mbox_free_rx_pkt()
48 pkt->skb = NULL; in ath10k_sdio_mbox_free_rx_pkt()
49 pkt->alloc_len = 0; in ath10k_sdio_mbox_free_rx_pkt()
50 pkt->act_len = 0; in ath10k_sdio_mbox_free_rx_pkt()
51 pkt->trailer_only = false; in ath10k_sdio_mbox_free_rx_pkt()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A Dilist.h1 //==-- llvm/ADT/ilist.h - Intrusive Linked List Template ---------*- C++ -*-==//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
22 //===----------------------------------------------------------------------===//
36 /// Specialize this to get different behaviour for ownership-related API. (If
47 /// Specialize ilist_alloc_traits to inherit from this to disable the
48 /// non-intrusive deletion in iplist (which implies ownership).
95 //===----------------------------------------------------------------------===//
97 /// A wrapper around an intrusive list with callbacks and non-intrusive
150 size_type max_size() const { return size_type(-1); }
[all …]
/freebsd/sys/contrib/device-tree/Bindings/soc/tegra/
H A Dnvidia,tegra20-pmc.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/soc/tegra/nvidia,tegra20-pmc.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Jonathan Hunter <jonathanh@nvidia.com>
16 - nvidia,tegra20-pmc
17 - nvidia,tegra30-pmc
18 - nvidia,tegra114-pmc
19 - nvidia,tegra124-pmc
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Jeff LaBundy <jeff@labundy.com>
13 The Azoteq IQS7210A, IQS7211A and IQS7211E trackpad and touchscreen control-
14 lers employ projected-capacitance sensing and can track two contacts.
21 - azoteq,iqs7210a
22 - azoteq,iqs7211a
23 - azoteq,iqs7211e
28 irq-gpios:
[all …]

123456