Home
last modified time | relevance | path

Searched refs:activate (Results 1 – 25 of 130) sorted by relevance

123456

/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/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp253 void SpillPlacement::activate(unsigned n) { in activate() function in SpillPlacement
299 activate(ib); in addConstraints()
306 activate(ob); in addConstraints()
320 activate(ib); in addPrefSpill()
321 activate(ob); in addPrefSpill()
335 activate(ib); in addLinks()
336 activate(ob); in addLinks()
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dbootconfig92 efibootmgr --create --activate --label "$EFI_LABEL_NAME" --loader "${loader_path}" > /dev/null
102 efibootmgr --create --activate --label "$EFI_LABEL_NAME" --loader "${loader_path}" > /dev/null
108 efibootmgr --create --activate --label "$FREEBSD_BOOTLABEL" --loader "${loader_path}" > /dev/null
/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
H A Ddefault-recordpadding.cnf24 activate = true
27 activate = false
H A Dnull.cnf13 activate = 1
H A Dlegacy.cnf13 activate = 1
H A Ddefault-and-jitter.cnf14 activate = 1
H A Ddefault-and-fips.cnf16 activate = yes
/freebsd/secure/lib/libcrypto/tests/
H A Dlibcrypto_test.sh28 activate = 1
31 activate = 1
/freebsd/sys/kern/
H A Dkern_alq.c510 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()
/freebsd/crypto/openssl/util/
H A Dmk-fipsmodule-cnf.pl29 my $activate = 1;
57 activate = $activate
/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/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/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/crypto/
H A Dprovider_conf.c318 int activate = 0; in provider_conf_load() local
356 confvalue, &activate)) in provider_conf_load()
361 if (activate) { in provider_conf_load()
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dopenzfs-zfs-dkms.triggers1 activate-await update-initramfs
/freebsd/crypto/openssl/test/recipes/90-test_includes_data/conf-includes-prov/
H A Dinc-legacy.cnf5 activate = 1
H A Dinc-default.cnf5 activate = 1
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zstream/test-stream-creation-scripts/
H A Dmake-venv.sh26 . /tmp/zstream-venv/bin/activate
/freebsd/crypto/openssl/test/recipes/30-test_defltfips/
H A Dfipsmodule.cnf4 activate = 1
/freebsd/crypto/openssl/test/recipes/90-test_includes_data/
H A Dincludes-prov-dir.cnf14 activate = 1

123456