Searched refs:activate (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-12-stable/sbin/nvmecontrol/
H A Dfirmware.c60 bool activate; member in struct:options
65 .activate = false,
73 OPT("activate", 'a', arg_none, opt, activate,
74 "Attempt to activate firmware"),
76 "Slot to activate and/or download firmware to"),
214 err(EX_IOERR, "firmware activate request failed");
224 errx(EX_IOERR, "firmware activate request returned error");
258 if (!opt.activate && opt.fw_img == NULL) {
261 "activate ([
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp226 /// activate - mark node n as active if it wasn't already.
227 void SpillPlacement::activate(unsigned n) { function in class:SpillPlacement
272 activate(ib);
279 activate(ob);
294 activate(ib);
295 activate(ob);
311 activate(ib);
312 activate(ob);
H A DSpillPlacement.h161 void activate(unsigned n);
/freebsd-12-stable/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-stable/sys/dev/mlx4/
H A Ddriver.h62 void (*activate)(struct mlx4_dev *dev, void *context); member in struct:mlx4_interface
/freebsd-12-stable/sys/kern/
H A Dkern_alq.c271 * the ALQ_NOACTIVATE flag has been used), explicitly activate the
513 int activate, copy, ret; local
519 activate = ret = 0;
643 activate = 1;
651 if (activate) {
832 int activate; local
835 activate = 0;
841 activate = 1;
876 if (activate) {
/freebsd-12-stable/sys/dev/cxgb/
H A Dcxgb_offload.h47 int (*activate)(struct adapter *); member in struct:uld_info
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_intf.c65 if (intf->activate) {
67 intf->activate(&priv->dev, dev_ctx->context);
/freebsd-12-stable/sys/dev/sn/
H A Dif_sn_pccard.c73 sn_activate_t *activate; member in struct:sn_sw
294 err = pp->sw->activate(dev);
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DPointer.cpp177 void Pointer::activate() const { function in class:Pointer
H A DPointer.h293 void activate() const;
H A DInterp.h459 Field.activate();
469 Field.activate();
479 Field.activate();
490 Field.activate();
547 Field.activate();
560 Field.activate();
/freebsd-12-stable/sys/dev/cxgbe/
H A Doffload.h218 int (*activate)(struct adapter *); member in struct:uld_info
/freebsd-12-stable/tools/build/
H A Dbeinstall.sh151 echo "To instead continue with the BE, run: beadm activate ${BENAME}"
244 beadm activate ${BENAME} || errx "Unable to activate BE"
/freebsd-12-stable/contrib/bsnmp/snmpd/
H A Dtrans_inet.c162 /** activate a port */
163 activate_func *activate; member in struct:inet_port
250 return (port->activate(port));
504 * \param sock thhe socket to activate
743 * \param sock thhe socket to activate
1065 port->activate = ipv4_activate;
1071 port->activate = ipv6_activate;
1077 port->activate = ipv6_activate;
1083 port->activate = dns_activate;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h52 SuppressAccessChecks(Parser &P, bool activate = true)
54 if (activate) {
/freebsd-12-stable/contrib/wpa/src/pae/
H A Dieee802_1x_kay_i.h98 enum activate_ctrl { DEFAULT, DISABLED, ON_OPER_UP, ALWAYS } activate; member in struct:ieee802_1x_mka_participant
H A Dieee802_1x_kay.c3667 participant->activate = DEFAULT;
4016 static const char * activate_control_txt(enum activate_ctrl activate) argument
4018 switch (activate) {
4093 activate_control_txt(p->activate),
/freebsd-12-stable/sys/dev/mxge/
H A Dif_mxge_var.h183 int activate; member in struct:__anon14534
/freebsd-12-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c271 .activate = mlx4_en_activate,
/freebsd-12-stable/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c267 .activate = c4iw_activate,
/freebsd-12-stable/stand/
H A Ddefs.mk107 # and activate it when DO32 is explicitly defined to be 1.
/freebsd-12-stable/usr.sbin/efibootmgr/
H A Defibootmgr.c96 {"activate", required_argument, NULL, 'a'},
385 * use -o 2,3,7 etc to affect order, -a to activate.
624 int bootnum, bool activate)
672 if (activate)
623 make_boot_var(const char *label, const char *loader, const char *kernel, const char *env, bool dry_run, int bootnum, bool activate) argument
/freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h216 bool activate; member in struct:t_FmPcdCcReassmTimeoutParams
/freebsd-12-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c569 .activate = cxgbei_activate,

Completed in 456 milliseconds

12