last 1587 daemons/based/based_callbacks.c qb_ipcs_connection_t *last = c; last 1589 daemons/based/based_callbacks.c c = qb_ipcs_connection_next_get(ipcs_rw, last); last 1591 daemons/based/based_callbacks.c crm_debug("Disconnecting r/w client %p...", last); last 1592 daemons/based/based_callbacks.c qb_ipcs_disconnect(last); last 1593 daemons/based/based_callbacks.c qb_ipcs_connection_unref(last); last 1599 daemons/based/based_callbacks.c qb_ipcs_connection_t *last = c; last 1601 daemons/based/based_callbacks.c c = qb_ipcs_connection_next_get(ipcs_ro, last); last 1603 daemons/based/based_callbacks.c crm_debug("Disconnecting r/o client %p...", last); last 1604 daemons/based/based_callbacks.c qb_ipcs_disconnect(last); last 1605 daemons/based/based_callbacks.c qb_ipcs_connection_unref(last); last 1611 daemons/based/based_callbacks.c qb_ipcs_connection_t *last = c; last 1613 daemons/based/based_callbacks.c c = qb_ipcs_connection_next_get(ipcs_shm, last); last 1615 daemons/based/based_callbacks.c crm_debug("Disconnecting non-blocking r/w client %p...", last); last 1616 daemons/based/based_callbacks.c qb_ipcs_disconnect(last); last 1617 daemons/based/based_callbacks.c qb_ipcs_connection_unref(last); last 155 daemons/controld/controld_execd.c lrmd_free_event(history->last); last 220 daemons/controld/controld_execd.c if (entry->last) { last 221 daemons/controld/controld_execd.c lrmd_free_event(entry->last); last 223 daemons/controld/controld_execd.c entry->last = lrmd_copy_event(op); last 507 daemons/controld/controld_execd.c if (entry == NULL || entry->last == NULL) { last 511 daemons/controld/controld_execd.c crm_trace("Processing %s: %s.%d=%d", rsc_id, entry->last->op_type, last 512 daemons/controld/controld_execd.c entry->last->interval_ms, entry->last->rc); last 513 daemons/controld/controld_execd.c if (entry->last->rc == PCMK_OCF_OK && pcmk__str_eq(entry->last->op_type, CRMD_ACTION_STOP, pcmk__str_casei)) { last 516 daemons/controld/controld_execd.c } else if (entry->last->rc == PCMK_OCF_OK last 517 daemons/controld/controld_execd.c && pcmk__str_eq(entry->last->op_type, CRMD_ACTION_MIGRATE, pcmk__str_casei)) { last 521 daemons/controld/controld_execd.c } else if (entry->last->rc == PCMK_OCF_NOT_RUNNING) { last 524 daemons/controld/controld_execd.c } else if ((entry->last->interval_ms == 0) last 525 daemons/controld/controld_execd.c && (entry->last->rc == PCMK_OCF_NOT_CONFIGURED)) { last 550 daemons/controld/controld_execd.c if (entry->last && entry->last->params) { last 551 daemons/controld/controld_execd.c const char *container = g_hash_table_lookup(entry->last->params, CRM_META"_"XML_RSC_ATTR_CONTAINER); last 559 daemons/controld/controld_execd.c controld_add_resource_history_xml(xml_rsc, &(entry->rsc), entry->last, last 122 daemons/controld/controld_join_dc.c enum crm_join_phase last = 0; last 131 daemons/controld/controld_join_dc.c last = node->join; last 133 daemons/controld/controld_join_dc.c if(phase == last) { last 136 daemons/controld/controld_join_dc.c node->uname, current_join_id, crm_join_phase_str(last), last 139 daemons/controld/controld_join_dc.c } else if ((phase <= crm_join_none) || (phase == (last + 1))) { last 144 daemons/controld/controld_join_dc.c crm_join_phase_str(last), node->id, source); last 149 daemons/controld/controld_join_dc.c current_join_id, node->uname, crm_join_phase_str(last), last 24 daemons/controld/controld_lrm.h lrmd_event_data_t *last; last 363 daemons/controld/controld_throttle.c static enum throttle_state_e last = -1; last 365 daemons/controld/controld_throttle.c if(mode != last) { last 367 daemons/controld/controld_throttle.c load2str(mode), load2str(last)); last 368 daemons/controld/controld_throttle.c last = mode; last 76 daemons/execd/remoted_pidone.c find_env_var_name(char *line, char **first, char **last) last 85 daemons/execd/remoted_pidone.c *last = *first; last 86 daemons/execd/remoted_pidone.c while (isalnum(*(*last + 1)) || (*(*last + 1) == '_')) { last 87 daemons/execd/remoted_pidone.c ++*last; last 92 daemons/execd/remoted_pidone.c *first = *last = NULL; last 770 daemons/fenced/fenced_commands.c int last = 0, lpc = 0, max = 0, added = 0; last 788 daemons/fenced/fenced_commands.c if (lpc > last) { last 790 daemons/fenced/fenced_commands.c name = calloc(1, 1 + lpc - last); last 791 daemons/fenced/fenced_commands.c memcpy(name, hostmap + last, lpc - last); last 793 daemons/fenced/fenced_commands.c last = lpc + 1; last 806 daemons/fenced/fenced_commands.c value = calloc(1, 1 + lpc - last); last 807 daemons/fenced/fenced_commands.c memcpy(value, hostmap + last, lpc - last); last 825 daemons/fenced/fenced_commands.c } else if (lpc > last) { last 826 daemons/fenced/fenced_commands.c crm_debug("Parse error at offset %d near '%s'", lpc - last, hostmap + last); last 829 daemons/fenced/fenced_commands.c last = lpc + 1; last 1628 daemons/fenced/fenced_commands.c int last = 0; last 1638 daemons/fenced/fenced_commands.c char *line = strndup(devices + last, lpc - last); last 1643 daemons/fenced/fenced_commands.c last = lpc + 1; last 207 include/crm/cib/internal.h bool cib__config_changed_v1(xmlNode *last, xmlNode *next, xmlNode **diff); last 429 lib/cib/cib_ops.c int last = 0, lpc = 0, len = 0; last 436 lib/cib/cib_ops.c if (last == lpc) { last 438 lib/cib/cib_ops.c last = lpc + 1; last 442 lib/cib/cib_ops.c replace_item = strndup(replace + last, lpc - last); last 451 lib/cib/cib_ops.c last = lpc + 1; last 656 lib/cib/cib_ops.c cib__config_changed_v1(xmlNode *last, xmlNode *next, xmlNode **diff) last 665 lib/cib/cib_ops.c if (*diff == NULL && last != NULL && next != NULL) { last 666 lib/cib/cib_ops.c *diff = diff_xml_object(last, next, FALSE); last 875 lib/cluster/membership.c uint32_t last = 0; last 887 lib/cluster/membership.c last = node->processes; last 890 lib/cluster/membership.c if (node->processes != last) { last 924 lib/cluster/membership.c peer_status_callback(crm_status_processes, node, &last); last 963 lib/cluster/membership.c char *last = NULL; last 974 lib/cluster/membership.c last = node->expected; last 982 lib/cluster/membership.c expected, last); last 983 lib/cluster/membership.c free(last); last 1026 lib/cluster/membership.c char *last = node->state; last 1031 lib/cluster/membership.c node->id, (last? last : "unknown"), source); last 1033 lib/cluster/membership.c peer_status_callback(crm_status_nstate, node, last); last 1035 lib/cluster/membership.c free(last); last 141 lib/common/ipc_server.c qb_ipcs_connection_t *last = c; last 143 lib/common/ipc_server.c c = qb_ipcs_connection_next_get(service, last); last 147 lib/common/ipc_server.c last, pcmk__client_pid(last)); last 148 lib/common/ipc_server.c qb_ipcs_disconnect(last); last 149 lib/common/ipc_server.c qb_ipcs_connection_unref(last); last 503 lib/common/logging.c static volatile time_t last = 0; last 517 lib/common/logging.c if (nsig == 0 && now == last) { last 534 lib/common/logging.c last = now; last 1351 lib/common/mainloop.c guint last = 0; last 1354 lib/common/mainloop.c last = t->period_ms; last 1358 lib/common/mainloop.c if(t && t->id != 0 && last != t->period_ms) { last 1361 lib/common/mainloop.c return last; last 172 lib/common/patchset.c xml_repair_v1_diff(xmlNode *last, xmlNode *next, xmlNode *local_diff, last 204 lib/common/patchset.c for (lpc = 0; (last != NULL) && (lpc < PCMK__NELEM(vfields)); lpc++) { last 205 lib/common/patchset.c const char *value = crm_element_value(last, vfields[lpc]); last 962 lib/common/patchset.c if ((match->parent != NULL) && (match->parent->last != NULL)) { last 963 lib/common/patchset.c xmlAddNextSibling(match->parent->last, match); last 1029 lib/common/patchset.c } else if (match->last) { last 1032 lib/common/patchset.c xmlAddNextSibling(match->last, child); last 1066 lib/common/patchset.c (match_child? match_child : match->parent->last)); last 1072 lib/common/patchset.c CRM_ASSERT(match->parent->last != NULL); last 1073 lib/common/patchset.c xmlAddNextSibling(match->parent->last, match); last 184 lib/common/schemas.c int last = xml_schema_max; last 191 lib/common/schemas.c memset(known_schemas+last, 0, sizeof(struct schema_s)); last 192 lib/common/schemas.c known_schemas[last].validator = validator; last 193 lib/common/schemas.c known_schemas[last].after_transform = after_transform; last 196 lib/common/schemas.c known_schemas[last].version.v[i] = version->v[i]; last 202 lib/common/schemas.c known_schemas[last].name = schema_strdup_printf("pacemaker-", *version, ""); last 205 lib/common/schemas.c schema_scanf(name, "%*[^-]-", known_schemas[last].version, ""); last 206 lib/common/schemas.c known_schemas[last].name = strdup(name); last 210 lib/common/schemas.c known_schemas[last].transform = strdup(transform); last 213 lib/common/schemas.c known_schemas[last].transform_enter = strdup(transform_enter); last 215 lib/common/schemas.c known_schemas[last].transform_onleave = transform_onleave; last 219 lib/common/schemas.c known_schemas[last].after_transform = after_transform; last 221 lib/common/schemas.c if (known_schemas[last].after_transform < 0) { last 223 lib/common/schemas.c last, known_schemas[last].name); last 225 lib/common/schemas.c } else if (known_schemas[last].transform) { last 227 lib/common/schemas.c last, known_schemas[last].name, last 228 lib/common/schemas.c known_schemas[last].after_transform, last 229 lib/common/schemas.c known_schemas[last].transform); last 233 lib/common/schemas.c last, known_schemas[last].name, last 234 lib/common/schemas.c known_schemas[last].after_transform); last 702 lib/fencing/st_client.c stonith_history_t *last = NULL; last 741 lib/fencing/st_client.c if (last) { last 742 lib/fencing/st_client.c last->next = kvp; last 746 lib/fencing/st_client.c last = kvp; last 442 lib/pacemaker/pcmk_sched_colocation.c pe_resource_t *last = NULL; last 448 lib/pacemaker/pcmk_sched_colocation.c if (last != NULL) { last 450 lib/pacemaker/pcmk_sched_colocation.c last->id, resource->id); last 451 lib/pacemaker/pcmk_sched_colocation.c pcmk__new_colocation(set_id, NULL, local_score, last, last 453 lib/pacemaker/pcmk_sched_colocation.c unpack_influence(coloc_id, last, last 457 lib/pacemaker/pcmk_sched_colocation.c last = resource; last 816 lib/pacemaker/pcmk_sched_colocation.c xmlNode *last = NULL; last 852 lib/pacemaker/pcmk_sched_colocation.c if (last != NULL) { last 853 lib/pacemaker/pcmk_sched_colocation.c colocate_rsc_sets(id, last, set, score_i, influence_s, data_set); last 855 lib/pacemaker/pcmk_sched_colocation.c last = set; last 863 lib/pacemaker/pcmk_sched_colocation.c if (last == NULL) { last 595 lib/pacemaker/pcmk_sched_ordering.c pe_resource_t *last = NULL; last 656 lib/pacemaker/pcmk_sched_ordering.c if (last != NULL) { last 657 lib/pacemaker/pcmk_sched_ordering.c pcmk__order_resource_actions(last, action, resource, action, last 660 lib/pacemaker/pcmk_sched_ordering.c last = resource; last 669 lib/pacemaker/pcmk_sched_ordering.c last = NULL; last 681 lib/pacemaker/pcmk_sched_ordering.c if (last != NULL) { last 682 lib/pacemaker/pcmk_sched_ordering.c pcmk__order_resource_actions(resource, action, last, action, last 685 lib/pacemaker/pcmk_sched_ordering.c last = resource; last 995 lib/pacemaker/pcmk_sched_ordering.c xmlNode *last = NULL; last 1030 lib/pacemaker/pcmk_sched_ordering.c if (last != NULL) { last 1032 lib/pacemaker/pcmk_sched_ordering.c if (order_rsc_sets(id, last, set, kind, data_set, last 1041 lib/pacemaker/pcmk_sched_ordering.c && (order_rsc_sets(id, set, last, kind, data_set, last 1050 lib/pacemaker/pcmk_sched_ordering.c last = set; last 1059 lib/pacemaker/pcmk_sched_ordering.c if (last == NULL) { last 27 lib/pacemaker/pcmk_sched_promotable.c pe_resource_t *last) last 36 lib/pacemaker/pcmk_sched_promotable.c if ((last != NULL) && pe__clone_is_ordered(clone)) { last 37 lib/pacemaker/pcmk_sched_promotable.c pcmk__order_resource_actions(last, RSC_PROMOTE, child, RSC_PROMOTE, last 52 lib/pacemaker/pcmk_sched_promotable.c pe_resource_t *last) last 61 lib/pacemaker/pcmk_sched_promotable.c if ((last != NULL) && pe__clone_is_ordered(clone)) { last 62 lib/pacemaker/pcmk_sched_promotable.c pcmk__order_resource_actions(child, RSC_DEMOTE, last, RSC_DEMOTE, last 282 lib/pengine/failcounts.c time_t last = 0; last 300 lib/pengine/failcounts.c last = (time_t) QB_MAX(last, last_ll); last 308 lib/pengine/failcounts.c if ((failcount > 0) && (last > 0) && (last_failure != NULL)) { last 309 lib/pengine/failcounts.c *last_failure = last; last 322 lib/pengine/failcounts.c if (pcmk_is_set(flags, pe_fc_effective) && (failcount > 0) && (last > 0) last 327 lib/pengine/failcounts.c if (now > (last + rsc->failure_timeout)) { last 1951 libltdl/ltdl.c lt_dlhandle cur, last; last 1955 libltdl/ltdl.c last = cur = handles; last 1958 libltdl/ltdl.c last = cur; last 1982 libltdl/ltdl.c last->next = cur->next; last 144 libltdl/slist.c SList *last; last 151 libltdl/slist.c last = head; last 152 libltdl/slist.c while (last->next) last 153 libltdl/slist.c last = last->next; last 155 libltdl/slist.c last->next = tail; last 239 maint/gnulib/lib/findprog-in.c bool last; last 248 maint/gnulib/lib/findprog-in.c last = (*cp == '\0'); last 388 maint/gnulib/lib/findprog-in.c if (last) last 78 maint/gnulib/lib/findprog.c bool last; last 85 maint/gnulib/lib/findprog.c last = (*cp == '\0'); last 148 maint/gnulib/lib/findprog.c if (last) last 671 maint/gnulib/lib/gen-uni-tables.c unsigned int last; last 675 maint/gnulib/lib/gen-uni-tables.c last = ch; last 676 maint/gnulib/lib/gen-uni-tables.c if (first < last) last 677 maint/gnulib/lib/gen-uni-tables.c fprintf (stream, "0x%04X..0x%04X\n", first, last); last 719 maint/gnulib/lib/gen-uni-tables.c unsigned int last; last 723 maint/gnulib/lib/gen-uni-tables.c last = ch; last 726 maint/gnulib/lib/gen-uni-tables.c fprintf (stream, " { 0x%04X, 0x%04X }", first, last); last 75 maint/gnulib/lib/mkdir.c char *last = last_component (tmp_dir); last 76 maint/gnulib/lib/mkdir.c if (*last == '.' && (last[1] == '\0' last 77 maint/gnulib/lib/mkdir.c || (last[1] == '.' && last[2] == '\0'))) last 4052 maint/gnulib/lib/regexec.c re_sub_match_last_t *last = top->lasts[sl_idx]; last 4053 maint/gnulib/lib/regexec.c re_free (last->path.array); last 4054 maint/gnulib/lib/regexec.c re_free (last); last 4137 maint/gnulib/lib/regexec.c Idx left, right, mid, last; last 4138 maint/gnulib/lib/regexec.c last = right = mctx->nbkref_ents; last 4147 maint/gnulib/lib/regexec.c if (left < last && mctx->bkref_ents[left].str_idx == str_idx) last 167 maint/gnulib/tests/test-bitset.c bitset_bindex last = bitset_last (adst); last 168 maint/gnulib/tests/test-bitset.c ASSERT (last == bitset_last (bdst)); last 170 maint/gnulib/tests/test-bitset.c ASSERT (first <= last); last 179 maint/gnulib/tests/test-bitset.c bitset_bindex last = bitset_last (bdst); last 184 maint/gnulib/tests/test-bitset.c ASSERT (first <= j && j <= last); last 188 maint/gnulib/tests/test-bitset.c if (j == last) last 208 maint/gnulib/tests/test-bitset.c bitset_bindex last = bitset_last (bdst); last 213 maint/gnulib/tests/test-bitset.c ASSERT (first <= j && j <= last); last 217 maint/gnulib/tests/test-bitset.c if (j == last) last 29 maint/gnulib/tests/test-dirname.c const char *last; /* last_component (name). */ last 141 maint/gnulib/tests/test-dirname.c char *last = last_component (t->name); last 157 maint/gnulib/tests/test-dirname.c if (strcmp (last, t->last)) last 161 maint/gnulib/tests/test-dirname.c t->name, last, t->last); last 34 maint/gnulib/tests/unistr/test-chr.h size_t last = i + 63 < size - 2 ? i + 63 : size - 2; last 38 maint/gnulib/tests/unistr/test-chr.h u32_set (input32 + i, uc, last - i); last 35 maint/gnulib/tests/unistr/test-strchr.h size_t last = i + 63 < size - 2 ? i + 63 : size - 2; last 39 maint/gnulib/tests/unistr/test-strchr.h u32_set (input32 + i, uc, last - i); last 319 tools/crm_resource_runtime.c GList *last = g_list_last(resources); last 321 tools/crm_resource_runtime.c resources = g_list_remove_link(resources, last); last 323 tools/crm_resource_runtime.c resources = last;