/freebsd/sbin/nvmecontrol/ |
H A D | firmware.c | 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"), 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 D | SpillPlacement.cpp | 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()
|
H A D | SpillPlacement.h | 162 void activate(unsigned n);
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | bootconfig | 69 …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 D | default-and-legacy.cnf | 14 activate = 1 17 activate = 1
|
H A D | default.cnf | 13 activate = 1
|
H A D | legacy.cnf | 13 activate = 1
|
H A D | null.cnf | 13 activate = 1
|
H A D | default-and-fips.cnf | 16 activate = 1
|
H A D | fips-and-base.cnf | 16 activate = 1
|
H A D | provider_internal_test.cnf.in | 15 activate = 1
|
/freebsd/crypto/openssl/util/ |
H A D | mk-fipsmodule-cnf.pl | 11 my $activate = 1; 40 activate = $activate
|
/freebsd/sys/kern/ |
H A D | kern_alq.c | 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()
|
/freebsd/tests/sys/geom/class/mirror/ |
H A D | 9_test.sh | 40 gmirror activate $name /dev/$us0 /dev/$us1 || exit 1 48 gmirror activate $name /dev/$us2 || exit 1
|
/freebsd/crypto/libecc/ |
H A D | meson.options | 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…
|
/freebsd/crypto/openssl/crypto/ |
H A D | provider_conf.c | 208 long activate = 0; in provider_conf_load() local 243 activate = 1; in provider_conf_load() 246 if (activate) { in provider_conf_load()
|
H A D | provider_child.c | 296 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/crypto/openssl/ |
H A D | README-PROVIDERS.md | 89 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/sys/contrib/openzfs/contrib/debian/ |
H A D | openzfs-zfs-dkms.triggers | 1 activate-await update-initramfs
|
/freebsd/crypto/openssl/test/recipes/30-test_defltfips/ |
H A D | fipsmodule.cnf | 4 activate = 1
|
/freebsd/contrib/bsnmp/snmpd/ |
H A D | trans_inet.c | 163 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/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_intf.c | 65 if (intf->activate) { in mlx4_add_device() 67 intf->activate(&priv->dev, dev_ctx->context); in mlx4_add_device()
|
/freebsd/crypto/openssl/test/recipes/95-test_external_pyca_data/ |
H A D | cryptography.sh | 41 . ./venv-cryptography/bin/activate
|
/freebsd/libexec/rc/rc.d/ |
H A D | zfsbe | 61 bectl activate $_be
|
/freebsd/sys/dev/mlx4/ |
H A D | driver.h | 62 void (*activate)(struct mlx4_dev *dev, void *context); member
|