Home
last modified time | relevance | path

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

12345

/freebsd/sbin/nvmecontrol/
H A Dfirmware.c57 bool activate; member
62 .activate = false,
70 OPT("activate", 'a', arg_none, opt, activate,
256 if (!opt.activate && opt.fw_img == NULL) { in firmware()
264 if (opt.activate && opt.fw_img == NULL && opt.slot == 0) { in firmware()
299 if (opt.activate && opt.fw_img == NULL && in firmware()
310 if (opt.fw_img != NULL&& opt.activate) in firmware()
316 else if (opt.activate) in firmware()
340 if (opt.activate) in firmware()
350 if (opt.activate) { in firmware()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp221 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()
H A DSpillPlacement.h162 void activate(unsigned n);
/freebsd/usr.sbin/bsdinstall/scripts/
H A Dbootconfig69 …efibootmgr --create --activate --label "$EFI_LABEL_NAME" --loader "${mntpt}/${FREEBSD_BOOTNAME}" >…
79 …efibootmgr --create --activate --label "$EFI_LABEL_NAME" --loader "${mntpt}/${FREEBSD_BOOTNAME}" >…
85 …efibootmgr --create --activate --label "$FREEBSD_BOOTLABEL" --loader "${mntpt}/${FREEBSD_BOOTNAME}…
/freebsd/crypto/openssl/test/
H A Ddefault-and-legacy.cnf14 activate = 1
17 activate = 1
H A Dlegacy.cnf13 activate = 1
H A Dnull.cnf13 activate = 1
H A Ddefault.cnf13 activate = 1
H A Ddefault-and-fips.cnf16 activate = 1
H A Dfips-and-base.cnf16 activate = 1
H A Dprovider_internal_test.cnf.in15 activate = 1
/freebsd/crypto/openssl/util/
H A Dmk-fipsmodule-cnf.pl11 my $activate = 1;
40 activate = $activate
/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/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/openssl/crypto/
H A Dprovider_conf.c208 long activate = 0; in provider_conf_load() local
243 activate = 1; in provider_conf_load()
246 if (activate) { in provider_conf_load()
H A Dprovider_child.c296 int ossl_provider_up_ref_parent(OSSL_PROVIDER *prov, int activate) in ossl_provider_up_ref_parent() argument
310 return gbl->c_prov_up_ref(parent_handle, activate); in ossl_provider_up_ref_parent()
/freebsd/sys/contrib/openzfs/contrib/debian/
H A Dopenzfs-zfs-dkms.triggers1 activate-await update-initramfs
/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/recipes/30-test_defltfips/
H A Dfipsmodule.cnf4 activate = 1
/freebsd/contrib/bsnmp/snmpd/
H A Dtrans_inet.c163 activate_func *activate; member
250 return (port->activate(port)); in inet_activate()
1066 port->activate = ipv4_activate; in inet_create()
1072 port->activate = ipv6_activate; in inet_create()
1078 port->activate = ipv6_activate; in inet_create()
1084 port->activate = dns_activate; in inet_create()
/freebsd/crypto/openssl/test/recipes/95-test_external_pyca_data/
H A Dcryptography.sh41 . ./venv-cryptography/bin/activate
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_intf.c65 if (intf->activate) { in mlx4_add_device()
67 intf->activate(&priv->dev, dev_ctx->context); in mlx4_add_device()
/freebsd/libexec/rc/rc.d/
H A Dzfsbe61 bectl activate $_be
/freebsd/sys/dev/mlx4/
H A Ddriver.h62 void (*activate)(struct mlx4_dev *dev, void *context); member
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dat91-ariettag25.dts4 * This device tree is minimal, to activate more peripherals, see:

12345