Home
last modified time | relevance | path

Searched +full:activate +full:- +full:to +full:- +full:activate (Results 1 – 25 of 546) sorted by relevance

12345678910>>...22

/freebsd/sbin/nvmecontrol/
H A Dfirmware.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
7 * Copyright (C) 2012-2013 Intel Corporation
20 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
24 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
57 bool activate; member
62 .activate
[all...]
/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd.81 .\"-
15 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
37 attempts to resolve ZFS faults that the kernel can't resolve by itself.
38 It listens to
43 attempts to resolve these faults by activating or deactivating hot spares
47 .Bl -tag -width indent
56 There are two ways to influence
67 will attempt to resolve the following types of fault:
68 .Bl -tag -width a
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp1 //===- SpillPlacement.cpp - Optimal Spill Code Placement ------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
11 // Each edge bundle corresponds to a node in a Hopfield network. Constraints on
12 // basic blocks are weighted by the block frequency and added to become the node
21 // E = -sum_n V_n * ( B_n + sum_{n, m linked by b} V_m * F_b )
25 // when a node is updated. It is guaranteed to converge to a local minimum.
27 //===----------------------------------------------------------------------===//
45 #define DEBUG_TYPE "spill-code-placement"
64 /// Node - Each edge bundle corresponds to a Hopfield node.
[all …]
/freebsd/crypto/openssl/
H A DREADME-PROVIDERS.md4 - [Standard Providers](#standard-providers)
5 - [The Default Provider](#the-default-provider)
6 - [The Legacy Provider](#the-legacy-provider)
7 - [The FIPS Provider](#the-fips-provider)
8 - [The Base Provider](#the-base-provider)
9 - [The Null Provider](#the-null-provider)
10 - [Loading Providers](#loading-providers)
18 providers distributed with OpenSSL. In the future, we expect third parties to
19 distribute their own providers which can be added to OpenSSL dynamically.
26 --------------------
[all …]
/freebsd/crypto/openssl/crypto/
H A Dprovider_conf.c2 * Copyright 2019-2025 The OpenSSL Project Authors. All Rights Reserved.
37 pcgbl->lock = CRYPTO_THREAD_lock_new(); in ossl_prov_conf_ctx_new()
38 if (pcgbl->lock == NULL) { in ossl_prov_conf_ctx_new()
50 sk_OSSL_PROVIDER_pop_free(pcgbl->activated_providers, in ossl_prov_conf_ctx_free()
54 CRYPTO_THREAD_lock_free(pcgbl->lock); in ossl_prov_conf_ctx_free()
71 * 0 for non-fatal errors
93 * Check to see if the provided section value has already in provider_conf_params_internal()
101 return -1; in provider_conf_params_internal()
109 return -1; in provider_conf_params_internal()
120 if (buffer_len + strlen(sectconf->name) >= sizeof(buffer)) { in provider_conf_params_internal()
[all …]
/freebsd/sbin/bectl/
H A Dbectl.c4 * SPDX-License-Identifier: BSD-2-Clause
46 "Usage:\tbectl {-h | subcommand [args...]}\n" in usage()
48 "\tbectl [-r beroot] add (path)*\n" in usage()
50 "\tbectl [-r beroot] activate [-t] beName\n" in usage()
51 "\tbectl [-r beroot] activate [-T]\n" in usage()
52 "\tbectl [-r beroot] check\n" in usage()
53 "\tbectl [-r beroot] create [-r] [-e {nonActiveBe | beName@snapshot}] beName\n" in usage()
54 "\tbectl [-r beroot] create [-r] beName@snapshot\n" in usage()
55 "\tbectl [-r beroot] destroy [-Fo] {beName | beName@snapshot}\n" in usage()
56 "\tbectl [-r beroot] export sourceBe\n" in usage()
[all …]
H A Dbectl.84 .\" SPDX-License-Identifier: BSD-2-Clause
17 .Cm activate
84 Boot envionments allow system changes to be tested safely,
96 .Cm activate Ns d ,
101 .Bl -tag -width indent
105 Specify a parent dataset for the boot environment to use for
109 .Cm activate
113 Activate the given
129 Perform a check to see if the current system can use boot environments.
163 a snapshot of that boot environment will be created to clone from.
[all …]
/freebsd/secure/lib/libcrypto/man/man5/
H A Dconfig.51 .\" -*- mode: troff; coding: utf-8 -*-
35 .\" entries marked with X<> in POD. Of course, you'll have to process the
58 .TH CONFIG 5ossl 2025-07-01 3.5.1 OpenSSL
64 config \- OpenSSL CONF library configuration files
69 This format is used by many of the OpenSSL commands, and to
83 is the first non-space character in a line, the entire line is ignored.
86 Two directives can be used to control the parsing of configuration files:
103 available on systems with POSIX IO support.) Any sub-directories found
111 is prepended to all relative pathnames.
115 To require all file inclusions to name absolute paths, use the following
[all …]
/freebsd/crypto/openssl/util/
H A Dmk-fipsmodule-cnf.pl2 # Copyright 2021-2024 The OpenSSL Project Authors. All Rights Reserved.
29 my $activate = 1;
43 my $module_size = [ stat($module_name) ]->[7];
45 open my $fh, "<:raw", $module_name or die "Trying to open $module_name: $!";
46 read $fh, my $data, $module_size or die "Trying to read $module_name: $!";
49 # Calculate HMAC-SHA256 in hex, and split it into a list of two character
57 activate = $activate
58 install-version = $version
59 conditional-errors = $conditional_errors
60 security-checks = $security_checks
[all …]
/freebsd/crypto/libecc/
H A Dmeson.options8 option('with_stdlib', type: 'boolean', value : true, description: 'trigger stdlib usage (default to
9 option('with_debug', type: 'boolean', value : false, description: 'activate libecc debug assertions…
10 option('use_cryptofuzz', type: 'boolean', value : false, description: 'activate cryptofuzz fuzzing …
11 option('assert_print', type: 'boolean', value : false, description: 'activate printing on assertion…
22 option('with_iso14888_3_ecrdsa', type: 'boolean', value: false, description: 'ISO14888-3 version of…
24 …sig and hash selectors. These selectors can be used only if with_override_ecc_config is set to true
76 # used by external tools as a placeholder to add or
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ddr/
H A Djedec,lpddr3-timings.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/memory-controllers/ddr/jedec,lpddr3-timings.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: LPDDR3 SDRAM AC timing parameters for a given speed-bin
10 - Krzysztof Kozlowski <krzk@kernel.org>
14 const: jedec,lpddr3-timings
19 Maximum DDR clock frequency for the speed-bin, in Hz.
20 Property is deprecated, use max-freq.
23 max-freq:
[all …]
H A Djedec,lpddr3.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/memory-controllers/ddr/jedec,lpddr3.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: LPDDR3 SDRAM compliant to JEDEC JESD209-3
10 - Krzysztof Kozlowski <krzk@kernel.org>
13 - $ref: jedec,lpddr-props.yaml#
18 - items:
19 - enum:
20 - samsung,K3QF2F20DB
[all …]
/freebsd/crypto/openssl/doc/man5/
H A Dconfig.pod5 config - OpenSSL CONF library configuration files
11 This format is used by many of the OpenSSL commands, and to
26 is the first non-space character in a line, the entire line is ignored.
30 Two directives can be used to control the parsing of configuration files:
45 available on systems with POSIX IO support.) Any sub-directories found
53 is prepended to all relative pathnames.
57 To require all file inclusions to name absolute paths, use the following
62 The default behavior, where the B<value> is B<false> or B<off>, is to allow
63 relative paths. To require all B<.include> pathnames to be absolute paths,
66 In these files, the dollar sign, B<$>, is used to reference a variable, as
[all …]
/freebsd/contrib/unbound/util/
H A Dub_event.h2 * util/ub_event.h - indirection layer for pluggable events
20 * be used to endorse or promote products derived from this software without
25 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
29 * TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
62 /** Returns event-base type. Could be "mini-event", "winsock-event" for the
63 * daemon compile, and will be "pluggable-event<PACKAGE_VERSION>" for
97 /** Add event bits for this event to fire on */
105 /** Activate the event. The given timeval is an timeout value. */
109 /** Reconfigure and activate a timeout event */
114 /** Activate a signal event */
/freebsd/contrib/bsnmp/snmpd/
H A Dtrans_inet.c18 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
103 /** pointer to parent */
112 /** need to set source address in reply; set for INADDR_ANY */
162 /** activate a port */
163 activate_func *activate; member
171 /** to be used in bind_addr field */
210 * Stop the transport. This tries to unregister the transport which
227 * \param tp port to close
232 p->deactivate(p); in deactivate_port()
[all …]
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dbootconfig2 #-
17 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
56 --title "$DIALOG_TITLE" \
57 --backtitle "$DIALOG_BACKTITLE" \
58 --hline "$hline" \
59 --ok-label "Ok" \
60 --no-cancel \
61 --inputbox "$prompt" \
68 nentries=$(efibootmgr | grep -c "${EFI_LABEL_NAME}$")
[all …]
/freebsd/lib/geom/mirror/
H A Dgmirror.81 .\" Copyright (c) 2004-2009 Pawel Jakub Dawidek <pjd@FreeBSD.org>
14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
32 To compile GEOM_MIRROR into your kernel, add the following lines to your
34 .Bd -ragged -offset indent
38 Alternatively, to load the GEOM_MIRROR module at boot time, add the following
39 line to your
41 .Bd -literal -offset indent
100 .Cm activate
142 utility uses on-disk metadata (stored in the provider's last sector) to store all needed
[all …]
/freebsd/sys/kern/
H A Dkern_alq.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
5 * Copyright (c) 2008-2009, Lawrence Stewart <lstewart@freebsd.org>
6 * Copyright (c) 2009-2010, The FreeBSD Foundation
24 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
28 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
87 #define ALQ_LOCK(alq) mtx_lock_spin(&(alq)->aq_mtx)
88 #define ALQ_UNLOCK(alq) mtx_unlock_spin(&(alq)->aq_mtx)
90 #define HAS_PENDING_DATA(alq) ((alq)->aq_freebytes != (alq)->aq_buflen)
123 * Add a new queue to the global list. Fail if we're shutting down.
[all …]
/freebsd/contrib/libpcap/
H A Dpcap_activate.3pcap13 .\" the University nor the names of its contributors may be used to endorse
22 pcap_activate \- activate a capture handle
35 is used to activate a packet capture handle to look
42 on success without warnings, a non-zero positive value on
44 A non-zero return value indicates what warning or error condition
66 as an argument to fetch or display a message describing the warning
79 The process doesn't have permission to open the capture source.
82 The process has permission to open the capture source but doesn't
83 have permission to put it into promiscuous mode.
102 as an argument to fetch or display a message describing the error.
[all …]
/freebsd/tests/sys/geom/class/mirror/
H A D9_test.sh18 attach_md us0 -t vnode -f $m1 || exit 1
19 attach_md us1 -t vnode -f $m2 || exit 1
20 attach_md us2 -t vnode -f $m3 || exit 1
26 # When dd closes the mirror provider, gmirror will attempt to mark the mirrors
40 gmirror activate $name /dev/$us0 /dev/$us1 || exit 1
44 # Re-add the replacement mirror and verify the two mirrors are synchronized.
46 # the metadata blocks will fail the comparison. It would be nice to do this
48 gmirror activate $name /dev/$us2 || exit 1
51 if cmp -s $m1 $m3; then
57 rm -f $m1 $m2 $m3
/freebsd/share/man/man9/
H A Dbus_activate_resource.91 .\" -*- nroff -*-
15 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
19 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30 .Nd activate or deactivate a resource
47 These functions activate or deactivate a previously allocated resource.
50 Bus drivers may perform additional actions to ensure that the resource is
51 ready to be accessed.
57 .Bl -tag -width indent
62 A pointer to the
79 API to access device registers or memory described by
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_feature_activation.ksh1 #!/bin/ksh -p
2 # SPDX-License-Identifier: CDDL-1.0
6 # The contents of this file are subject to the terms of the
11 # or https://opensource.org/licenses/CDDL-1.0.
34 # Setting the compression property to any of the zstd levels should activate
36 # should revert the feature to the 'enabled' state.
41 # 3. Setting the compression property to zstd.
44 # 6. Confirm that the feature flag reverts to the 'enabled' state.
49 log_assert "Setting compression=zstd should activate the"\
51 "dataset using that property, should revert the feature flag to"\
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/
H A Duncore-memory.json3 "BriefDescription": "read requests to memory controller. Derived from unc_m_cas_count.rd",
14 "BriefDescription": "read requests to memory controller",
25 "BriefDescription": "write requests to memory controller. Derived from unc_m_cas_count.wr",
36 "BriefDescription": "write requests to memory controller",
55 "BriefDescription": "Pre-charge for reads",
65 "BriefDescription": "Pre-charge for writes",
75 "BriefDescription": "DRAM Activate Count : All Activates",
81Activate Count : All Activates : Counts the number of DRAM Activate commands sent on this channel.…
151 "BriefDescription": "DRAM Precharge commands. : Precharge due to page table",
157 …"PublicDescription": "DRAM Precharge commands. : Precharge due to page table : Counts the number o…
[all …]
/freebsd/contrib/ntp/sntp/tests/
H A DpacketProcessing.c42 * when AUTOKEY is undefined -- the formal struct is too small to hold
43 * all the extension fields that are going to be tested. We have to make
45 * to buffer overrun.
75 ActivateOption("-a", str); in PrepareAuthenticationTest()
81 key_ptr->next = NULL; in PrepareAuthenticationTest()
82 key_ptr->key_id = key_id; in PrepareAuthenticationTest()
83 key_ptr->key_le in PrepareAuthenticationTest()
[all...]
/freebsd/crypto/openssl/doc/designs/
H A Dossl-provider-load-ex.md1 OSSL_PROVIDER_load_ex - activating providers with run-time configuration
4 Currently any provider run-time activation requires the presence of the
7 work for a particular application. For real-world systems it may require
11 We need a possibility to initialize providers on per-application level
12 according to per-application parameters. It's necessary for example for PKCS#11
24 intended to configure the provider at load time.
28 represented as strings and provider init function has to deal with it.
34 Real-world cases
35 ----------------
38 provider <https://github.com/latchset/pkcs11-provider> also provides a set of
[all …]

12345678910>>...22