Home
last modified time | relevance | path

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

12345678910>>...21

/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/crypto/openssl/util/
H A Dmk-fipsmodule-cnf.pl11 my $activate = 1;
26 my $module_size = [ stat($module_name) ]->[7];
28 open my $fh, "<:raw", $module_name or die "Trying to open $module_name: $!";
29 read $fh, my $data, $module_size or die "Trying to read $module_name: $!";
32 # Calculate HMAC-SHA256 in hex, and split it into a list of two character
40 activate = $activate
41 conditional-errors = $conditional_errors
42 security-checks = $security_checks
43 module-mac = $module_mac
/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/sbin/bectl/
H A Dbectl.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
16 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
67 "Usage:\tbectl {-h | subcommand [args...]}\n" in usage()
69 "\tbectl [-r beroot] add (path)*\n" in usage()
71 "\tbectl [-r beroot] activate [-t] beName\n" in usage()
72 "\tbectl [-r beroot] activate [-T]\n" in usage()
73 "\tbectl [-r beroot] check\n" in usage()
74 "\tbectl [-r beroot] create [-r] [-e {nonActiveBe | beName@snapshot}] beName\n" in usage()
[all …]
/freebsd/crypto/openssl/crypto/
H A Dprovider_conf.c2 * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved.
36 pcgbl->lock = CRYPTO_THREAD_lock_new(); in prov_conf_ossl_ctx_new()
37 if (pcgbl->lock == NULL) { in prov_conf_ossl_ctx_new()
49 sk_OSSL_PROVIDER_pop_free(pcgbl->activated_providers, in prov_conf_ossl_ctx_free()
53 CRYPTO_THREAD_lock_free(pcgbl->lock); in prov_conf_ossl_ctx_free()
77 * 0 for non-fatal errors
99 * Check to see if the provided section value has already in provider_conf_params_internal()
107 return -1; in provider_conf_params_internal()
115 return -1; in provider_conf_params_internal()
126 if (buffer_len + strlen(sectconf->name) >= sizeof(buffer)) { in provider_conf_params_internal()
[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/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
53 --title "$DIALOG_TITLE" \
54 --backtitle "$DIALOG_BACKTITLE" \
55 --hline "$hline" \
56 --ok-label "Ok" \
57 --no-cancel \
58 --inputbox "$prompt" \
65 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/secure/lib/libcrypto/man/man5/
H A Dfips_config.518 .\" Set up some character translations and predefined strings. \*(-- will
21 .\" give a nicer C++. Capital omega is used to do unbreakable dashes and
22 .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
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\|
51 .\" entries marked with X<> in POD. Of course, you'll have to process the
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h1 //===-- InstrumentationRuntime.h --------------------------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
17 #include "lldb/lldb-forward.h"
18 #include "lldb/lldb-private.h"
19 #include "lldb/lldb-types.h"
64 /// Return a regular expression which can be used to identify a valid version
68 /// Check whether \p module_sp corresponds to a valid runtime library.
73 /// is guaranteed to be loaded.
74 virtual void Activate() = 0;
[all …]
/freebsd/lib/libpmc/pmu-events/arch/x86/skylakex/
H A Duncore-memory.json3 "BriefDescription": "read requests to memory controller. Derived from unc_m_cas_count.rd",
13 "BriefDescription": "read requests to memory controller",
23 "BriefDescription": "write requests to memory controller. Derived from unc_m_cas_count.wr",
33 "BriefDescription": "write requests to memory controller",
70 "BriefDescription": "Pre-charges due to page misses",
79 "BriefDescription": "Pre-charge for reads",
88 "BriefDescription": "DRAM Page Activate commands sent due to a write request",
93Activate commands sent on this channel due to a write request to the iMC (Memory Controller). Act…
103 …lumn Address Select) commands issued to DRAM per memory channel. CAS commands are issued to speci…
113to DRAM on a per channel basis. CAS commands are issued to specify the address to read or write o…
[all …]
/freebsd/crypto/openssl/doc/man7/
H A Dfips_module.pod5 fips_module - OpenSSL fips module guide
14 with the FIPS module. Which is the correct approach to use will depend on your
15 own specific circumstances and what you are attempting to achieve.
17 For information related to installing the FIPS module see
18 L<https://github.com/openssl/openssl/blob/master/README-FIPS.md>.
23 Applications written to use the OpenSSL 3.0 FIPS module should not use any
44 All of the above APIs are deprecated in OpenSSL 3.0 - so a simple rule is to
50 One simple approach is to cause all applications that are using OpenSSL to only
58 To do this the default OpenSSL config file will have to be modified. The
63 $ openssl version -d
[all …]

12345678910>>...21