Home
last modified time | relevance | path

Searched full:activate (Results 1 – 25 of 573) sorted by relevance

12345678910>>...23

/freebsd/sbin/nvmecontrol/
H A Dfirmware.c57 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"),
212 err(EX_IOERR, "firmware activate request failed"); in activate_firmware()
222 errx(EX_IOERR, "firmware activate request returned error"); in activate_firmware()
256 if (!opt.activate && opt.fw_img == NULL) { in firmware()
259 "activate ([ in firmware()
[all...]
/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd.872 will activate any available hot spare.
91 will activate any available hot spare.
100 will activate a hot spare if one is available. The defaults can be changed by
116 will activate a hot spare if one is available. The defaults can be changed by
130 ZFS will still use it, but zfsd will also activate a hot spare if one is
141 will activate the spare.
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp220 /// activate - mark node n as active if it wasn't already.
221 void SpillPlacement::activate(unsigned n) { in activate() function in SpillPlacement
267 activate(ib); in addConstraints()
274 activate(ob); in addConstraints()
288 activate(ib); in addPrefSpill()
289 activate(ob); in addPrefSpill()
303 activate(ib); in addLinks()
304 activate(ob); in addLinks()
/freebsd/crypto/openssl/
H A DREADME-PROVIDERS.md89 providers via the config file, and how to automatically activate them.
93 The following is a minimal config file example to load and activate both
106 activate = 1
109 activate = 1
/freebsd/crypto/openssl/test/
H A Ddefault-and-legacy.cnf14 activate = 1
17 activate = 1
H A Ddefault.cnf14 activate = true
17 activate = false
H A Dnocache-and-default.cnf15 activate = true
18 activate = true
H A Ddefault-for-evptest.cnf15 activate = true
18 activate = false
/freebsd/crypto/openssl/crypto/
H A Dprovider_conf.c195 * Attempt to activate a provider
216 * There is an attempt to activate a provider, so we should disable in provider_conf_activate()
318 int activate = 0; in provider_conf_load() local
354 } else if (strcmp(confname, "activate") == 0) { in provider_conf_load()
356 confvalue, &activate)) in provider_conf_load()
361 if (activate) { in provider_conf_load()
/freebsd/crypto/openssl/util/
H A Dmk-fipsmodule-cnf.pl29 my $activate = 1;
57 activate = $activate
/freebsd/sbin/bectl/
H A Dbectl.c50 "\tbectl [-r beroot] activate [-t] beName\n" in usage()
51 "\tbectl [-r beroot] activate [-T]\n" in usage()
83 { "activate", bectl_cmd_activate,false },
136 fprintf(stderr, "bectl activate: unknown option '-%c'\n", in bectl_cmd_activate()
146 fprintf(stderr, "bectl activate: wrong number of arguments\n"); in bectl_cmd_activate()
158 /* activate logic goes here */ in bectl_cmd_activate()
161 printf("Did not successfully activate boot environment %s", in bectl_cmd_activate()
H A Dbectl.817 .Cm activate
96 .Cm activate Ns d ,
109 .Cm activate
113 Activate the given
/freebsd/crypto/libecc/
H A Dmeson.options9 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…
/freebsd/secure/lib/libcrypto/man/man5/
H A Dconfig.5317 to load the module, activate it, and set other parameters.
335 .IP \fBactivate\fR 4
336 .IX Item "activate"
340 or uppercase. Setting activate to any other setting, or omitting a setting
345 If enabled, informs the library to clear the error stack on failure to activate
347 activate this setting, while a value of 0, no, false, or off (again in lower or
361 you most probably need to explicitly activate the default provider,
437 activate it, and set other parameters.
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ddr/
H A Djedec,lpddr3-timings.yaml47 Four-bank activate window in pico seconds.
67 ACTIVATE-to-ACTIVATE command period in pico seconds.
/freebsd/contrib/unbound/util/
H A Dub_event.h105 /** Activate the event. The given timeval is an timeout value. */
109 /** Reconfigure and activate a timeout event */
114 /** Activate a signal event */
/freebsd/crypto/krb5/src/kdc/
H A Dt_sockact.py3 if not which('systemd-socket-activate'):
4 skip_rest('socket activation tests', 'systemd-socket-activate not found')
/freebsd/crypto/openssl/doc/man5/
H A Dconfig.pod245 to load the module, activate it, and set other parameters.
266 =item B<activate>
271 or uppercase. Setting activate to any other setting, or omitting a setting
276 If enabled, informs the library to clear the error stack on failure to activate
278 activate this setting, while a value of 0, no, false, or off (again in lower or
293 you most probably need to explicitly activate the default provider,
370 activate it, and set other parameters.
/freebsd/contrib/bsnmp/snmpd/
H A Dtrans_inet.c162 /** activate a port */
163 activate_func *activate; member
250 return (port->activate(port)); in inet_activate()
500 * Activate an IPv4 socket.
502 * \param sock thhe socket to activate
739 * Activate an IPv6 socket.
741 * \param sock thhe socket to activate
1064 port->activate = ipv4_activate; in inet_create()
1070 port->activate = ipv6_activate; in inet_create()
1076 port->activate = ipv6_activate; in inet_create()
[all …]
/freebsd/lib/geom/mirror/
H A Dgmirror.8100 .Cm activate
256 .It Cm activate
257 Activate the given component(s), which were marked as inactive before.
352 gmirror activate data da1
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dbootconfig90 …efibootmgr --create --activate --label "$EFI_LABEL_NAME" --loader "${mntpt}/${FREEBSD_BOOTNAME}" >…
100 …efibootmgr --create --activate --label "$EFI_LABEL_NAME" --loader "${mntpt}/${FREEBSD_BOOTNAME}" >…
106 …efibootmgr --create --activate --label "$FREEBSD_BOOTLABEL" --loader "${mntpt}/${FREEBSD_BOOTNAME}…
/freebsd/tests/sys/geom/class/mirror/
H A D9_test.sh40 gmirror activate $name /dev/$us0 /dev/$us1 || exit 1
48 gmirror activate $name /dev/$us2 || exit 1
/freebsd/contrib/libpcap/
H A Dpcap_activate.3pcap22 pcap_activate \- activate a capture handle
35 is used to activate a packet capture handle to look
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp48 Activate(); in ModulesDidLoad()
62 Activate(); in ModulesDidLoad()
/freebsd/sys/kern/
H A Dkern_alq.c272 * the ALQ_NOACTIVATE flag has been used), explicitly activate the in alq_shutdown()
510 int activate, copy, ret; in alq_writen() local
516 activate = ret = 0; in alq_writen()
640 activate = 1; in alq_writen()
648 if (activate) { in alq_writen()
829 int activate; in alq_post_flags() local
832 activate = 0; in alq_post_flags()
838 activate = 1; in alq_post_flags()
873 if (activate) { in alq_post_flags()

12345678910>>...23