counter 394 daemons/controld/controld_execd.c int counter = 0; counter 429 daemons/controld/controld_execd.c counter++; counter 434 daemons/controld/controld_execd.c if (counter > 0) { counter 436 daemons/controld/controld_execd.c counter, pcmk__plural_s(counter), when); counter 460 daemons/controld/controld_execd.c counter = 0; counter 467 daemons/controld/controld_execd.c counter++; counter 487 daemons/controld/controld_execd.c if (counter) { counter 489 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 89 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 284 daemons/fenced/fenced_commands.c int counter = 0; counter 296 daemons/fenced/fenced_commands.c counter++; counter 300 daemons/fenced/fenced_commands.c return counter; counter 121 daemons/pacemakerd/pcmkd_corosync.c #define cs_repeat(counter, max, code) do { \ counter 124 daemons/pacemakerd/pcmkd_corosync.c counter++; \ counter 125 daemons/pacemakerd/pcmkd_corosync.c crm_debug("Retrying Corosync operation after %ds", counter); \ counter 126 daemons/pacemakerd/pcmkd_corosync.c sleep(counter); \ counter 130 daemons/pacemakerd/pcmkd_corosync.c } while(counter < max) counter 78 lib/cluster/cpg.c #define cs_repeat(rc, counter, max, code) do { \ counter 81 lib/cluster/cpg.c counter++; \ counter 82 lib/cluster/cpg.c crm_debug("Retrying operation after %ds", counter); \ counter 83 lib/cluster/cpg.c sleep(counter); \ counter 87 lib/cluster/cpg.c } while (counter < max) counter 637 lib/cluster/cpg.c static int counter = 0; counter 680 lib/cluster/cpg.c groupName->value, counter, peer_name(peer), counter 689 lib/cluster/cpg.c groupName->value, counter, counter 694 lib/cluster/cpg.c groupName->value, counter, peer_name(peer), counter 704 lib/cluster/cpg.c groupName->value, counter, joined_list[i].nodeid, counter 715 lib/cluster/cpg.c groupName->value, counter, member_list[i].pid); counter 719 lib/cluster/cpg.c groupName->value, counter, peer_name(peer), counter 760 lib/cluster/cpg.c counter++; counter 467 lib/common/logging.c static volatile int counter = 1; counter 487 lib/common/logging.c snprintf(buffer, NAME_MAX, "%s.%d", blackbox_file_prefix, counter++); counter 373 lib/common/patchset.c int counter = 0; counter 393 lib/common/patchset.c crm_element_value_int(target, XML_ATTR_GENERATION, &counter); counter 394 lib/common/patchset.c crm_xml_add_int(target, XML_ATTR_GENERATION, counter+1); counter 397 lib/common/patchset.c crm_element_value_int(target, XML_ATTR_NUMUPDATES, &counter); counter 398 lib/common/patchset.c crm_trace("Status changed %d - %d %s", format, counter, counter 400 lib/common/patchset.c crm_xml_add_int(target, XML_ATTR_NUMUPDATES, (counter + 1)); counter 827 lib/pengine/native.c int counter = 0; counter 839 lib/pengine/native.c counter++; counter 849 lib/pengine/native.c status_print("\t%d : %s", counter, n->details->uname); counter 2202 lib/pengine/unpack.c int counter = -1; counter 2217 lib/pengine/unpack.c counter++; counter 2224 lib/pengine/unpack.c } else if (start_index < stop_index && counter <= stop_index) { counter 2228 lib/pengine/unpack.c } else if (counter < start_index) { counter 2229 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: old %d", id, node->details->uname, counter); counter 2255 lib/pengine/unpack.c int counter = -1; counter 2268 lib/pengine/unpack.c counter++; counter 2275 lib/pengine/unpack.c *stop_index = counter; counter 2278 lib/pengine/unpack.c *start_index = counter; counter 2284 lib/pengine/unpack.c implied_monitor_start = counter; counter 2287 lib/pengine/unpack.c implied_clone_start = counter; counter 3980 lib/pengine/unpack.c int counter = -1; counter 4024 lib/pengine/unpack.c counter++; counter 4030 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;