counter 392 daemons/controld/controld_execd.c int counter = 0; counter 427 daemons/controld/controld_execd.c counter++; counter 432 daemons/controld/controld_execd.c if (counter > 0) { counter 434 daemons/controld/controld_execd.c counter, pcmk__plural_s(counter), when); counter 458 daemons/controld/controld_execd.c counter = 0; counter 465 daemons/controld/controld_execd.c counter++; counter 485 daemons/controld/controld_execd.c if (counter) { counter 487 daemons/controld/controld_execd.c counter, (counter == 1)? " was" : "s were", when); counter 591 daemons/controld/controld_fsa.c election_trigger->counter = 0; counter 626 daemons/controld/controld_fsa.c election_trigger->counter = 0; counter 90 daemons/controld/controld_te_actions.c char *counter = NULL; counter 151 daemons/controld/controld_te_actions.c counter = pcmk__transition_key(transition_graph->id, action->id, counter 153 daemons/controld/controld_te_actions.c crm_xml_add(cmd, XML_ATTR_TRANSITION_KEY, counter); counter 156 daemons/controld/controld_te_actions.c free(counter); counter 281 daemons/controld/controld_te_actions.c char *counter = NULL; counter 307 daemons/controld/controld_te_actions.c counter = pcmk__transition_key(transition_graph->id, action->id, counter 309 daemons/controld/controld_te_actions.c crm_xml_add(rsc_op, XML_ATTR_TRANSITION_KEY, counter); counter 350 daemons/controld/controld_te_actions.c free(counter); counter 125 daemons/controld/controld_timers.c timer->counter++; counter 128 daemons/controld/controld_timers.c if (timer == election_trigger && election_trigger->counter > 5) { counter 131 daemons/controld/controld_timers.c election_trigger->counter = 0; counter 23 daemons/controld/controld_timers.h int counter; // For detecting loops counter 287 daemons/fenced/fenced_commands.c int counter = 0; counter 299 daemons/fenced/fenced_commands.c counter++; counter 303 daemons/fenced/fenced_commands.c return counter; counter 83 daemons/pacemakerd/pcmkd_corosync.c #define cs_repeat(counter, max, code) do { \ counter 86 daemons/pacemakerd/pcmkd_corosync.c counter++; \ counter 87 daemons/pacemakerd/pcmkd_corosync.c crm_debug("Retrying Corosync operation after %ds", counter); \ counter 88 daemons/pacemakerd/pcmkd_corosync.c sleep(counter); \ counter 92 daemons/pacemakerd/pcmkd_corosync.c } while(counter < max) counter 39 lib/cluster/cpg.c #define cs_repeat(counter, max, code) do { \ counter 42 lib/cluster/cpg.c counter++; \ counter 43 lib/cluster/cpg.c crm_debug("Retrying operation after %ds", counter); \ counter 44 lib/cluster/cpg.c sleep(counter); \ counter 48 lib/cluster/cpg.c } while(counter < max) counter 413 lib/cluster/cpg.c static int counter = 0; counter 455 lib/cluster/cpg.c groupName->value, counter, peer_name(peer), counter 464 lib/cluster/cpg.c groupName->value, counter, counter 469 lib/cluster/cpg.c groupName->value, counter, peer_name(peer), counter 479 lib/cluster/cpg.c groupName->value, counter, joined_list[i].nodeid, counter 490 lib/cluster/cpg.c groupName->value, counter, member_list[i].pid); counter 494 lib/cluster/cpg.c groupName->value, counter, peer_name(peer), counter 535 lib/cluster/cpg.c counter++; counter 412 lib/common/logging.c static volatile int counter = 1; counter 432 lib/common/logging.c snprintf(buffer, NAME_MAX, "%s.%d", blackbox_file_prefix, counter++); counter 378 lib/common/patchset.c int counter = 0; counter 398 lib/common/patchset.c crm_element_value_int(target, XML_ATTR_GENERATION, &counter); counter 399 lib/common/patchset.c crm_xml_add_int(target, XML_ATTR_GENERATION, counter+1); counter 402 lib/common/patchset.c crm_element_value_int(target, XML_ATTR_NUMUPDATES, &counter); counter 403 lib/common/patchset.c crm_trace("Status changed %d - %d %s", format, counter, counter 405 lib/common/patchset.c crm_xml_add_int(target, XML_ATTR_NUMUPDATES, (counter + 1)); counter 949 lib/pengine/native.c int counter = 0; counter 961 lib/pengine/native.c counter++; counter 971 lib/pengine/native.c status_print("\t%d : %s", counter, n->details->uname); counter 2140 lib/pengine/unpack.c int counter = -1; counter 2155 lib/pengine/unpack.c counter++; counter 2162 lib/pengine/unpack.c } else if (start_index < stop_index && counter <= stop_index) { counter 2166 lib/pengine/unpack.c } else if (counter < start_index) { counter 2167 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: old %d", id, node->details->uname, counter); counter 2193 lib/pengine/unpack.c int counter = -1; counter 2206 lib/pengine/unpack.c counter++; counter 2213 lib/pengine/unpack.c *stop_index = counter; counter 2216 lib/pengine/unpack.c *start_index = counter; counter 2222 lib/pengine/unpack.c implied_monitor_start = counter; counter 2225 lib/pengine/unpack.c implied_clone_start = counter; counter 3895 lib/pengine/unpack.c int counter = -1; counter 3939 lib/pengine/unpack.c counter++; counter 3945 lib/pengine/unpack.c } else if (counter < start_index) { counter 151 replace/scandir.c int counter = 0; counter 206 replace/scandir.c if (counter + 1 == allocated) { counter 217 replace/scandir.c array[counter++] = copy; counter 222 replace/scandir.c array[counter] = NULL; counter 228 replace/scandir.c if (counter > 1 && compare_function) counter 229 replace/scandir.c qsort((char *)array, counter, sizeof(struct dirent *) counter 232 replace/scandir.c return counter;