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

12

/freebsd-13-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-13-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-13-stable/libexec/rc/rc.d/
H A Dzfsbe62 bectl activate $_be
/freebsd-13-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-13-stable/sys/dev/mlx4/
H A Ddriver.h62 void (*activate)(struct mlx4_dev *dev, void *context); member in struct:mlx4_interface
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dbootconfig87 efibootmgr --create --activate --label "$bootlabel" --loader "${mntpt}/${FREEBSD_BOOTNAME}" > /dev/null
/freebsd-13-stable/sys/kern/
H A Dkern_alq.c270 * the ALQ_NOACTIVATE flag has been used), explicitly activate the
510 int activate, copy, ret; local
516 activate = ret = 0;
640 activate = 1;
648 if (activate) {
829 int activate; local
832 activate = 0;
838 activate = 1;
873 if (activate) {
/freebsd-13-stable/sys/dev/cxgb/
H A Dcxgb_offload.h47 int (*activate)(struct adapter *); member in struct:uld_info
/freebsd-13-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4_intf.c65 if (intf->activate) {
67 intf->activate(&priv->dev, dev_ctx->context);
/freebsd-13-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-13-stable/sys/dev/cxgbe/
H A Doffload.h217 int (*activate)(struct adapter *); member in struct:uld_info
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h52 SuppressAccessChecks(Parser &P, bool activate = true)
54 if (activate) {
/freebsd-13-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
1066 port->activate = ipv4_activate;
1072 port->activate = ipv6_activate;
1078 port->activate = ipv6_activate;
1084 port->activate = dns_activate;
/freebsd-13-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
/freebsd-13-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_main.c271 .activate = mlx4_en_activate,
/freebsd-13-stable/sys/dev/mxge/
H A Dif_mxge_var.h182 int activate; member in struct:__anon13529
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dpmap_dispatch.c122 DEFINE_PMAP_IFUNC(void, activate, (struct thread *));
/freebsd-13-stable/sys/powerpc/include/
H A Dmmuvar.h161 pmap_activate_t activate; member in struct:pmap_funcs
/freebsd-13-stable/tools/build/
H A Dbeinstall.sh156 echo "To instead continue with the BE, run: ${BE_UTILITY} activate ${BENAME}"
260 ${BE_UTILITY} activate ${BENAME} || errx "Unable to activate BE"
/freebsd-13-stable/tools/boot/
H A Dinstall-boot.sh159 efibootmgr --activate "${bootentry}" > /dev/null
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Ddevice.c268 .activate = c4iw_activate,
/freebsd-13-stable/stand/
H A Ddefs.mk116 # and activate it when DO32 is explicitly defined to be 1.

Completed in 325 milliseconds

12