HomeSort by: relevance | last modified time | path
    Searched refs:activation (Results 1 - 23 of 23) sorted by relevancy

  /src/external/gpl2/lvm2/dist/doc/
example.conf 177 # Set this if you want log messages during activation.
179 # activation = 0
251 activation = 1
321 activation {
  /src/external/gpl2/lvm2/dist/include/
activate.h 38 void set_activation(int activation);
39 int activation(void);
toolcontext.h 34 int activation; member in struct:config_info
  /src/external/gpl2/lvm2/dist/lib/activate/
activate.h 38 void set_activation(int activation);
39 int activation(void);
activate.c 125 "Can't enable activation.");
129 int activation(void) function
250 log_verbose("Activation enabled. Device-mapper kernel "
253 log_warn("WARNING: Activation disabled. No device-mapper "
257 int activation(void) function
270 if (!(cn = find_config_tree_node(cmd, "activation/volume_list"))) {
287 "activation/volume_list");
293 "activation/volume_list");
302 "activation/volume_list");
344 if (!activation())
    [all...]
  /src/external/gpl2/lvm2/dist/lib/commands/
toolcontext.h 34 int activation; member in struct:config_info
toolcontext.c 186 "log/activation", 0));
241 /* activation? */
242 cmd->default_settings.activation = find_config_tree_int(cmd,
243 "global/activation",
245 set_activation(cmd->default_settings.activation);
260 read_ahead = find_config_tree_str(cmd, "activation/readahead", DEFAULT_READ_AHEAD);
271 "activation/udev_sync",
275 "activation/missing_stripe_filler",
285 log_warn("WARNING: activation/missing_stripe_filler = \"%s\" "
291 log_warn("WARNING: activation/missing_stripe_filler = \"%s\"
    [all...]
  /src/external/gpl2/lvm2/dist/tools/
vgrename.c 161 if (activation() && dir_exists(old_path)) {
pvmove.c 37 if (activation() && segtype->ops->target_present &&
41 if (activation() && clustered) {
323 log_error("Temporary pvmove mirror activation failed.");
411 log_error("ABORTING: Temporary mirror activation failed.");
lvmcmdline.c 789 cmd->current_settings.activation =
791 cmd->default_settings.activation);
907 set_activation(cmd->current_settings.activation);
lvcreate.c 360 "activation/mirror_region_size",
472 if (activation() && lp->segtype->ops->target_present &&
lvconvert.c 189 "activation/mirror_region_size",
222 if (activation() && lp->segtype->ops->target_present &&
470 "activation/mirror_device_fault_policy",
473 "activation/mirror_log_fault_policy",
996 log_print("Conversion starts after activation");
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 24 * 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
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfData.inc 23 * declarations for one structure is enabled by defining the field activation
24 * macro associated with that structure. Only one field activation record
54 * are related to runtime ABI and format. When no field activation macro is
  /src/sys/dev/usb/
if_umbreg.h 284 int activation; member in struct:umb_info
mbim.h 530 uint32_t activation; member in struct:mbim_cid_connect_info
if_umb.c 1417 sc->sc_info.activation == MBIM_ACTIVATION_STATE_ACTIVATED) {
1668 act = le32toh(ci->activation);
1669 if (sc->sc_info.activation != act) {
1679 sc->sc_info.activation = act;
1682 if (sc->sc_info.activation == MBIM_ACTIVATION_STATE_ACTIVATED)
1684 else if (sc->sc_info.activation ==
  /src/external/gpl2/lvm2/dist/lib/metadata/
mirror.c 252 if (!activation() && in_sync) {
254 "while activation is disabled.");
268 /* Temporary tag mirror log for activation */
292 if (activation() && !set_lv(cmd, log_lv, log_lv->size,
298 if (activation() && !_write_log_header(cmd, log_lv)) {
358 /* Inherit tags - maybe needed for activation */
780 policy = find_config_str(NULL, "activation/mirror_log_fault_policy",
783 policy = find_config_str(NULL, "activation/mirror_device_fault_policy",
794 log_error("Bad activation/mirror_log_fault_policy");
796 log_error("Bad activation/mirror_device_fault_policy")
    [all...]
lv_manip.c 2900 if (lp->zero && !activation()) {
2909 if (!activation()) {
2914 /* FIXME Allow exclusive activation. */
2984 if (lp->mirrors > 1 && !activation()) {
  /src/external/gpl3/gcc/dist/gcc/
lra-remat.cc 113 before seeing this activation insn. */
400 create_cand (rtx_insn *insn, int nop, int regno, rtx_insn *activation = NULL)
425 if (activation)
426 insn_to_cand_activation[INSN_UID (activation)] = cand_in_table;
  /src/external/gpl3/gcc.old/dist/gcc/
lra-remat.cc 113 before seeing this activation insn. */
400 create_cand (rtx_insn *insn, int nop, int regno, rtx_insn *activation = NULL)
425 if (activation)
426 insn_to_cand_activation[INSN_UID (activation)] = cand_in_table;
  /src/external/gpl2/lvm2/dist/lib/report/
report.c 1011 if (!activation()) {
  /src/external/public-domain/sqlite/dist/autosetup/
sqlite-config.tcl 365 explicitly disable platform-dependent activation on such systems.}

Completed in 44 milliseconds