counter            60 crmd/crmd_fsa.h     int counter;
counter           557 crmd/fsa.c                 election_trigger->counter = 0;
counter           591 crmd/fsa.c                 election_trigger->counter = 0;
counter           408 crmd/lrm.c         int counter = 0;
counter           443 crmd/lrm.c                     counter++;
counter           448 crmd/lrm.c         if (counter > 0) {
counter           450 crmd/lrm.c                        counter, s_if_plural(counter), when);
counter           473 crmd/lrm.c         counter = 0;
counter           480 crmd/lrm.c             counter++;
counter           500 crmd/lrm.c         if (counter) {
counter           502 crmd/lrm.c                     counter, (counter == 1)? " was" : "s were", when);
counter           223 crmd/te_actions.c     char *counter = NULL;
counter           279 crmd/te_actions.c     counter =
counter           281 crmd/te_actions.c     crm_xml_add(cmd, XML_ATTR_TRANSITION_KEY, counter);
counter           284 crmd/te_actions.c     free(counter);
counter           416 crmd/te_actions.c     char *counter = NULL;
counter           442 crmd/te_actions.c     counter =
counter           444 crmd/te_actions.c     crm_xml_add(rsc_op, XML_ATTR_TRANSITION_KEY, counter);
counter           485 crmd/te_actions.c     free(counter);
counter           113 crmd/utils.c           timer->counter++;
counter           121 crmd/utils.c       if (timer == election_trigger && election_trigger->counter > 5) {
counter           124 crmd/utils.c           election_trigger->counter = 0;
counter           296 fencing/commands.c     int counter = 0;
counter           308 fencing/commands.c             counter++;
counter           312 fencing/commands.c     return counter;
counter            62 include/crm/cluster/internal.h     uint32_t counter;
counter          1315 lib/ais/plugin.c     static int counter = 0;
counter          1318 lib/ais/plugin.c     ais_trace("Sending local nodeid: %d to %p[%d]", local_nodeid, conn, counter);
counter          1324 lib/ais/plugin.c     resp.counter = counter++;
counter            46 lib/cluster/cpg.c #define cs_repeat(counter, max, code) do {		\
counter            49 lib/cluster/cpg.c 	    counter++;					\
counter            50 lib/cluster/cpg.c 	    crm_debug("Retrying operation after %ds", counter);	\
counter            51 lib/cluster/cpg.c 	    sleep(counter);				\
counter            55 lib/cluster/cpg.c     } while(counter < max)
counter           371 lib/cluster/cpg.c     static int counter = 0;
counter           379 lib/cluster/cpg.c                  (peer? peer->uname : "<none>"), counter, i);
counter           387 lib/cluster/cpg.c                  joined_list[i].nodeid, groupName->value, counter, i);
counter           395 lib/cluster/cpg.c                  (peer? peer->uname : "<none>"), counter, i);
counter           432 lib/cluster/cpg.c     counter++;
counter           428 lib/common/logging.c     static int counter = 1;
counter           448 lib/common/logging.c             snprintf(buffer, NAME_MAX, "%s.%d", blackbox_file_prefix, counter++);
counter          1296 lib/common/xml.c     int counter = 0;
counter          1316 lib/common/xml.c         crm_element_value_int(target, XML_ATTR_GENERATION, &counter);
counter          1317 lib/common/xml.c         crm_xml_add_int(target, XML_ATTR_GENERATION, counter+1);
counter          1320 lib/common/xml.c         crm_element_value_int(target, XML_ATTR_NUMUPDATES, &counter);
counter          1321 lib/common/xml.c         crm_trace("Status changed %d - %d %s", format, counter, crm_element_value(source, XML_ATTR_NUMUPDATES));
counter          1322 lib/common/xml.c         crm_xml_add_int(target, XML_ATTR_NUMUPDATES, counter+1);
counter           642 lib/pengine/native.c         int counter = 0;
counter           654 lib/pengine/native.c             counter++;
counter           664 lib/pengine/native.c                 status_print("\t%d : %s", counter, n->details->uname);
counter          2087 lib/pengine/unpack.c     int counter = -1;
counter          2103 lib/pengine/unpack.c         counter++;
counter          2110 lib/pengine/unpack.c         } else if (start_index < stop_index && counter <= stop_index) {
counter          2114 lib/pengine/unpack.c         } else if (counter < start_index) {
counter          2115 lib/pengine/unpack.c             pe_rsc_trace(rsc, "Skipping %s/%s: old %d", id, node->details->uname, counter);
counter          2142 lib/pengine/unpack.c     int counter = -1;
counter          2155 lib/pengine/unpack.c         counter++;
counter          2162 lib/pengine/unpack.c             *stop_index = counter;
counter          2165 lib/pengine/unpack.c             *start_index = counter;
counter          2171 lib/pengine/unpack.c                 implied_monitor_start = counter;
counter          2174 lib/pengine/unpack.c             implied_master_start = counter;
counter          3359 lib/pengine/unpack.c     int counter = -1;
counter          3400 lib/pengine/unpack.c         counter++;
counter          3406 lib/pengine/unpack.c         } else if (counter < start_index) {
counter            99 mcp/corosync.c #define cs_repeat(counter, max, code) do {		\
counter           102 mcp/corosync.c 	    counter++;					\
counter           103 mcp/corosync.c 	    crm_debug("Retrying operation after %ds", counter);	\
counter           104 mcp/corosync.c 	    sleep(counter);				\
counter           108 mcp/corosync.c     } while(counter < max)
counter           151 replace/scandir.c     int counter = 0;
counter           202 replace/scandir.c             if (counter + 1 == allocated) {
counter           213 replace/scandir.c             array[counter++] = copy;
counter           218 replace/scandir.c     array[counter] = NULL;
counter           224 replace/scandir.c     if (counter > 1 && compare_function)
counter           225 replace/scandir.c         qsort((char *)array, counter, sizeof(struct dirent *)
counter           228 replace/scandir.c     return counter;