Home
last modified time | relevance | path

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

12345678910>>...21

/freebsd-src/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 = false,
70 OPT("activate", 'a', arg_none, opt, activate,
71 "Attempt to activate firmware"),
73 "Slot to activate and/or download firmware to"),
[all …]
/freebsd-src/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 resolv
[all...]
/freebsd-src/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-src/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-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp1 //===- SpillPlacement.cpp - Optimal Spill Code Placement --------
221 void SpillPlacement::activate(unsigned n) { activate() function in SpillPlacement
[all...]
/freebsd-src/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 …]
H A Dbectl.82 .\" SPDX-License-Identifier: BSD-2-Clause
21 .Nd Utility to manage boot environments on ZFS
27 .Cm activate
93 command is used to setup and interact with ZFS boot environments, which are
96 A boot environment allows the system to be upgraded, while preserving the
97 pre-upgrade system environment.
102 flag specified before the command to indicate the
114 flag to work.
116 .Bl -tag -width activate
122 .Cm activate
[all …]
/freebsd-src/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-src/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-src/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-src/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 -
[all...]
/freebsd-src/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-src/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 -litera
[all...]
/freebsd-src/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 ope
[all...]
/freebsd-src/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-src/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-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_feature_activation.ksh1 #!/bin/ksh -p
5 # The contents of this file are subject to the terms of the
10 # or https://opensource.org/licenses/CDDL-1.0.
33 # Setting the compression property to any of the zstd levels should activate
35 # should revert the feature to the 'enabled' state.
40 # 3. Setting the compression property to zstd.
43 # 6. Confirm that the feature flag reverts to the 'enabled' state.
48 log_assert "Setting compression=zstd should activate the"\
50 "dataset using that property, should revert the feature flag to"\
53 export VDEV_ZSTD="$TEST_BASE_DIR/vdev-zstd"
[all …]
/freebsd-src/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-src/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-src/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-src/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-src/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-src/crypto/openssl/include/internal/
H A Dprovider.h2 * Copyright 2019-2022 The OpenSSL Project Authors. All Rights Reserved.
48 int ossl_provider_up_ref_parent(OSSL_PROVIDER *prov, int activate);
56 * Activate the Provider
64 /* Return pointer to the provider's context */
82 /* Thin wrappers around calls to the provider */
99 * Cache of bits to see if we already added methods for an operation in
/freebsd-src/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_len = key_len; in PrepareAuthenticationTest()
84 strncpy(key_ptr->typen, type, sizeof(key_ptr->typen)); in PrepareAuthenticationTest()
86 TEST_ASSERT_TRUE(key_len < sizeof(key_ptr->key_seq)); in PrepareAuthenticationTest()
88 memcpy(key_ptr->key_seq, key_seq, in PrepareAuthenticationTest()
[all …]

12345678910>>...21