Home
last modified time | relevance | path

Searched refs:activation (Results 1 – 25 of 79) sorted by relevance

1234

/netbsd/src/external/gpl2/lvm2/dist/lib/activate/
Dactivate.c129 int activation(void) in activation() function
257 int activation(void) in activation() function
344 if (!activation()) in library_version()
352 if (!activation()) in driver_version()
426 if (!activation()) in target_present()
451 if (!activation()) in _lv_info()
508 if (!activation()) in lv_snapshot_percent()
538 if (!activation()) in lv_mirror_percent()
653 if (!activation()) in _lvs_in_vg_activated()
679 if (!activation()) in lvs_in_vg_opened()
[all …]
Dactivate.h38 void set_activation(int activation);
39 int activation(void);
/netbsd/src/external/gpl2/lvm2/dist/doc/
Dtagging.txt48 activation {
78 1) Simple activation control via metadata with static config files
119 activation {
143 activation {
148 activation {
153 activation {
160 activation {
Dexample.conf251 activation = 1
321 activation {
/netbsd/src/external/gpl2/lvm2/dist/include/
Dactivate.h38 void set_activation(int activation);
39 int activation(void);
Dtoolcontext.h34 int activation; member
/netbsd/src/crypto/external/bsd/openssl/dist/VMS/
Dopenssl_ivp.com.in38 $ ! to get an image activation error here
45 $ ! then we're likely to get an image activation error here
/netbsd/src/external/gpl2/lvm2/dist/
DWHATS_NEW24 Insert some missing stack macros into activation code.
110 Add activation/udev_sync to lvm.conf.
115 Set cookies in activation code and wait for udev to complete processing.
220 Reinstate partial activation support in clustered mode. (2.02.40)
236 Cache underlying device readahead only before activation calls.
260 Inherit readahead setting from underlying devices during activation.
413 Fix temp table activation in mirror conversions not to happen in other cmds.
435 In VG with PVs missing, by default allow activation of LVs that are complete.
439 Treat new default activation/missing_stripe_filler "error" as an error target.
445 Add missing LV error target activation in _remove_mirror_images.
[all …]
DWHATS_NEW_DM53 Add device number to more log messages during activation.
312 Added activation functions to library.
/netbsd/src/external/gpl2/lvm2/dist/lib/commands/
Dtoolcontext.h34 int activation; member
Dtoolcontext.c242 cmd->default_settings.activation = find_config_tree_int(cmd, in _process_config()
245 set_activation(cmd->default_settings.activation); in _process_config()
/netbsd/src/external/gpl2/lvm2/dist/tools/
Dpvmove.c37 if (activation() && segtype->ops->target_present && in _pvmove_target_present()
41 if (activation() && clustered) { in _pvmove_target_present()
Dvgrename.c161 if (activation() && dir_exists(old_path)) { in vg_rename_path()
Dlvmcmdline.c789 cmd->current_settings.activation = in _get_settings()
791 cmd->default_settings.activation); in _get_settings()
907 set_activation(cmd->current_settings.activation); in _apply_settings()
Dlvcreate.c472 if (activation() && lp->segtype->ops->target_present && in _lvcreate_params()
Dlvconvert.c222 if (activation() && lp->segtype->ops->target_present && in _read_params()
/netbsd/src/external/gpl2/lvm2/dist/lib/metadata/
Dmirror.c252 if (!activation() && in_sync) { in _init_mirror_log()
292 if (activation() && !set_lv(cmd, log_lv, log_lv->size, in _init_mirror_log()
298 if (activation() && !_write_log_header(cmd, log_lv)) { in _init_mirror_log()
1417 if (activation() && segtype->ops->target_present && in add_mirror_log()
Dlv_manip.c2900 if (lp->zero && !activation()) { in lv_create_single()
2909 if (!activation()) { in lv_create_single()
2984 if (lp->mirrors > 1 && !activation()) { in lv_create_single()
/netbsd/src/sys/dev/usb/
Dif_umbreg.h284 int activation; member
Dif_umb.c1417 sc->sc_info.activation == MBIM_ACTIVATION_STATE_ACTIVATED) { in umb_decode_register_state()
1668 act = le32toh(ci->activation); in umb_decode_connect_info()
1669 if (sc->sc_info.activation != act) { in umb_decode_connect_info()
1679 sc->sc_info.activation = act; in umb_decode_connect_info()
1682 if (sc->sc_info.activation == MBIM_ACTIVATION_STATE_ACTIVATED) in umb_decode_connect_info()
1684 else if (sc->sc_info.activation == in umb_decode_connect_info()
Dmbim.h530 uint32_t activation; member
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlra-remat.cc398 create_cand (rtx_insn *insn, int nop, int regno, rtx_insn *activation = NULL) in create_cand() argument
423 if (activation) in create_cand()
424 insn_to_cand_activation[INSN_UID (activation)] = cand_in_table; in create_cand()
/netbsd/src/crypto/external/bsd/openssl/dist/
DNOTES-VMS.md65 activation starts the debugger automatically, giving you a debug
/netbsd/src/sys/external/bsd/compiler_rt/dist/lib/profile/
DInstrProfData.inc24 * declarations for one structure is enabled by defining the field activation
25 * macro associated with that structure. Only one field activation record
55 * are related to runtime ABI and format. When no field activation macro is
/netbsd/src/external/gpl2/lvm2/dist/lib/report/
Dreport.c1011 if (!activation()) { in _snpercent_disp()

1234