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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncp.c110 * To activate new NCP, run nwamd_fini_ncus(), reset the active
192 * To activate new NCP, reset the active priority-group, set the
283 * if activate_or_deactivate is true, we either activate or deactivate
284 * (depending on the value of activate) offline/online NCUs.
296 boolean_t activate; member in struct:nwamd_ncu_check_walk_arg
302 * (when wa->manual is true, wa->activate determines if we activate or
310 * either activate (if activate is true) or deactivate prioritized NCUs
377 (wa->activate
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Donu.sh.in237 do_cmd beadm activate $targetbe
/illumos-gate/usr/src/cmd/beadm/
H A Dbeadm.c106 { "activate", be_do_activate },
126 "\tbeadm activate [-v] beName\n"
718 (void) fprintf(stderr, _("Unable to activate %s.\n"), obe_name);
724 (void) fprintf(stderr, _("Unable to activate %s.\n"), obe_name);
738 boolean_t activate = B_FALSE; local
754 activate = B_TRUE;
903 if (!is_snap && activate) {
904 char *args[] = { "activate", "", NULL };
/illumos-gate/usr/src/uts/common/os/
H A Ddamap.c395 * addr_priv: optional provider-private (passed to activate/deactivate cb)
614 * addr_priv: optional provider-private data (passed to activate/release cb)
1018 * activate an address that has passed the stabilization interval
1155 dam_addrset_activate(dam_t *mapp, bitset_t *activate) argument
1169 if (bitset_in_set(activate, i))
1177 if (bitset_in_set(activate, i)) {
1347 * activate all newly stable addresss
1415 * otherwise dispatch the task to activate and deactivate the
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_var.h341 unsigned long activate; member in struct:__anon6230
H A Dmyri10ge.c1639 ss->tx.activate = 0;
2888 tx->activate++;
4020 ethstat->tx_activate.value.ul = ss->tx.activate;

Completed in 80 milliseconds