Home
last modified time | relevance | path

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

123

/freebsd-12.1/sbin/nvmecontrol/
H A Dfirmware.c59 bool activate; member
64 .activate = false,
72 OPT("activate", 'a', arg_none, opt, activate,
248 if (!opt.activate && opt.fw_img == NULL) { in firmware()
256 if (opt.activate && opt.fw_img == NULL && opt.slot == 0) { in firmware()
294 if (opt.activate && opt.fw_img == NULL && in firmware()
305 if (opt.fw_img != NULL&& opt.activate) in firmware()
311 else if (opt.activate) in firmware()
335 if (opt.activate) in firmware()
345 if (opt.activate) { in firmware()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DSpillPlacement.cpp227 void SpillPlacement::activate(unsigned n) { in activate() function in SpillPlacement
272 activate(ib); in addConstraints()
279 activate(ob); in addConstraints()
294 activate(ib); in addPrefSpill()
295 activate(ob); in addPrefSpill()
311 activate(ib); in addLinks()
312 activate(ob); in addLinks()
H A DSpillPlacement.h162 void activate(unsigned n);
/freebsd-12.1/sys/kern/
H A Dkern_alq.c513 int activate, copy, ret; in alq_writen() local
519 activate = ret = 0; in alq_writen()
643 activate = 1; in alq_writen()
651 if (activate) { in alq_writen()
832 int activate; in alq_post_flags() local
835 activate = 0; in alq_post_flags()
841 activate = 1; in alq_post_flags()
876 if (activate) { in alq_post_flags()
/freebsd-12.1/tests/sys/geom/class/mirror/
H A D9_test.sh41 gmirror activate $name /dev/$us0 /dev/$us1 || exit 1
49 gmirror activate $name /dev/$us2 || exit 1
/freebsd-12.1/contrib/bsnmp/snmpd/
H A Dtrans_inet.c163 activate_func *activate; member
250 return (port->activate(port)); in inet_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()
1082 port->activate = dns_activate; in inet_create()
/freebsd-12.1/sys/dev/sn/
H A Dif_sn_pccard.c73 sn_activate_t *activate; member
294 err = pp->sw->activate(dev); in sn_pccard_attach()
/freebsd-12.1/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-12.1/sys/dev/mlx4/
H A Ddriver.h62 void (*activate)(struct mlx4_dev *dev, void *context); member
/freebsd-12.1/sys/gnu/dts/arm/
H A Dat91-ariettag25.dts4 * This device tree is minimal, to activate more peripherals, see:
H A Domap3-gta04a5.dts46 output-high; /* activate gpio_175 to disable IrDA receiver */
H A Dat91-ariag25.dts99 /* cannot activate RTS2+CTS2, clash with
/freebsd-12.1/sys/dev/cxgb/
H A Dcxgb_offload.h47 int (*activate)(struct adapter *); member
/freebsd-12.1/contrib/llvm/tools/lld/docs/
H A Dsphinx_intro.rst120 and from now on you can "activate" the *virtualenv* using::
122 $ source ~/my-sphinx-install/bin/activate
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h53 SuppressAccessChecks(Parser &P, bool activate = true)
55 if (activate) {
/freebsd-12.1/tools/build/
H A Dbeinstall.sh243 beadm activate ${BENAME} || errx "Unable to activate BE"
/freebsd-12.1/sys/dev/cxgbe/
H A Doffload.h218 int (*activate)(struct adapter *); member
/freebsd-12.1/sys/dev/mxge/
H A Dif_mxge_var.h183 int activate; member
/freebsd-12.1/crypto/openssl/doc/man3/
H A DSSL_COMP_add_compression_method.pod58 its own compression methods and will unconditionally activate compression
/freebsd-12.1/contrib/wpa/src/pae/
H A Dieee802_1x_kay_i.h98 enum activate_ctrl { DEFAULT, DISABLED, ON_OPER_UP, ALWAYS } activate; member
/freebsd-12.1/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c271 .activate = mlx4_en_activate,
/freebsd-12.1/usr.sbin/efibootmgr/
H A Defibootmgr.c624 int bootnum, bool activate) in make_boot_var() argument
667 if (activate) in make_boot_var()
/freebsd-12.1/usr.sbin/bsdconfig/networking/include/
H A Dmessages.subr30 msg_activate_default_router="Would you like to activate the new defaultrouter right now?\nIf you ch…
31 msg_activate_hostname="Would you like to activate the new hostname right now?\nIf you choose NO or …
/freebsd-12.1/etc/sendmail/
H A Dfreebsd.mc83 dnl Uncomment to activate your chosen DNS based blacklist
/freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c267 .activate = c4iw_activate,

123