last             1442 daemons/based/based_callbacks.c             qb_ipcs_connection_t *last = c;
last             1444 daemons/based/based_callbacks.c             c = qb_ipcs_connection_next_get(ipcs_rw, last);
last             1446 daemons/based/based_callbacks.c             crm_debug("Disconnecting r/w client %p...", last);
last             1447 daemons/based/based_callbacks.c             qb_ipcs_disconnect(last);
last             1448 daemons/based/based_callbacks.c             qb_ipcs_connection_unref(last);
last             1454 daemons/based/based_callbacks.c             qb_ipcs_connection_t *last = c;
last             1456 daemons/based/based_callbacks.c             c = qb_ipcs_connection_next_get(ipcs_ro, last);
last             1458 daemons/based/based_callbacks.c             crm_debug("Disconnecting r/o client %p...", last);
last             1459 daemons/based/based_callbacks.c             qb_ipcs_disconnect(last);
last             1460 daemons/based/based_callbacks.c             qb_ipcs_connection_unref(last);
last             1466 daemons/based/based_callbacks.c             qb_ipcs_connection_t *last = c;
last             1468 daemons/based/based_callbacks.c             c = qb_ipcs_connection_next_get(ipcs_shm, last);
last             1470 daemons/based/based_callbacks.c             crm_debug("Disconnecting non-blocking r/w client %p...", last);
last             1471 daemons/based/based_callbacks.c             qb_ipcs_disconnect(last);
last             1472 daemons/based/based_callbacks.c             qb_ipcs_connection_unref(last);
last              154 daemons/controld/controld_execd.c     lrmd_free_event(history->last);
last              223 daemons/controld/controld_execd.c         if (entry->last) {
last              224 daemons/controld/controld_execd.c             lrmd_free_event(entry->last);
last              226 daemons/controld/controld_execd.c         entry->last = lrmd_copy_event(op);
last              749 daemons/controld/controld_execd.c     if (entry == NULL || entry->last == NULL) {
last              753 daemons/controld/controld_execd.c     crm_trace("Processing %s: %s.%d=%d", rsc_id, entry->last->op_type,
last              754 daemons/controld/controld_execd.c               entry->last->interval_ms, entry->last->rc);
last              755 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              758 daemons/controld/controld_execd.c     } else if (entry->last->rc == PCMK_OCF_OK
last              759 daemons/controld/controld_execd.c                && pcmk__str_eq(entry->last->op_type, CRMD_ACTION_MIGRATE, pcmk__str_casei)) {
last              763 daemons/controld/controld_execd.c     } else if (entry->last->rc == PCMK_OCF_NOT_RUNNING) {
last              766 daemons/controld/controld_execd.c     } else if ((entry->last->interval_ms == 0)
last              767 daemons/controld/controld_execd.c                && (entry->last->rc == PCMK_OCF_NOT_CONFIGURED)) {
last              792 daemons/controld/controld_execd.c         if (entry->last && entry->last->params) {
last              793 daemons/controld/controld_execd.c             const char *container = g_hash_table_lookup(entry->last->params, CRM_META"_"XML_RSC_ATTR_CONTAINER);
last              801 daemons/controld/controld_execd.c         build_operation_update(xml_rsc, &(entry->rsc), entry->last, lrm_state->node_name,
last               38 daemons/controld/controld_join_dc.c     enum crm_join_phase last = 0;
last               47 daemons/controld/controld_join_dc.c     last = node->join;
last               49 daemons/controld/controld_join_dc.c     if(phase == last) {
last               52 daemons/controld/controld_join_dc.c                   node->uname, current_join_id, crm_join_phase_str(last),
last               55 daemons/controld/controld_join_dc.c     } else if ((phase <= crm_join_none) || (phase == (last + 1))) {
last               60 daemons/controld/controld_join_dc.c                  crm_join_phase_str(last), node->id, source);
last               65 daemons/controld/controld_join_dc.c                  current_join_id, node->uname, crm_join_phase_str(last),
last               25 daemons/controld/controld_lrm.h     lrmd_event_data_t *last;
last              362 daemons/controld/controld_throttle.c     static enum throttle_state_e last = -1;
last              364 daemons/controld/controld_throttle.c     if(mode != last) {
last              366 daemons/controld/controld_throttle.c                  load2str(mode), load2str(last));
last              367 daemons/controld/controld_throttle.c         last = mode;
last              848 daemons/execd/execd_commands.c     const char *last = NULL;
last              865 daemons/execd/execd_commands.c         last = cur;
last              867 daemons/execd/execd_commands.c     if (last == NULL) {
last              872 daemons/execd/execd_commands.c     eol = strchr(last, '\n');
last              874 daemons/execd/execd_commands.c         reason_len = QB_MIN(reason_len, eol - last);
last              876 daemons/execd/execd_commands.c     return strndup(last, reason_len);
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              597 daemons/fenced/fenced_commands.c     int last = 0, lpc = 0, max = 0, added = 0;
last              610 daemons/fenced/fenced_commands.c                 if (lpc > last) {
last              612 daemons/fenced/fenced_commands.c                     name = calloc(1, 1 + lpc - last);
last              613 daemons/fenced/fenced_commands.c                     memcpy(name, hostmap + last, lpc - last);
last              615 daemons/fenced/fenced_commands.c                 last = lpc + 1;
last              627 daemons/fenced/fenced_commands.c                     value = calloc(1, 1 + lpc - last);
last              628 daemons/fenced/fenced_commands.c                     memcpy(value, hostmap + last, lpc - last);
last              639 daemons/fenced/fenced_commands.c                 } else if (lpc > last) {
last              640 daemons/fenced/fenced_commands.c                     crm_debug("Parse error at offset %d near '%s'", lpc - last, hostmap + last);
last              643 daemons/fenced/fenced_commands.c                 last = lpc + 1;
last             1345 daemons/fenced/fenced_commands.c     int last = 0;
last             1355 daemons/fenced/fenced_commands.c             char *line = strndup(devices + last, lpc - last);
last             1360 daemons/fenced/fenced_commands.c             last = lpc + 1;
last              201 include/crm/cib/internal.h gboolean cib_config_changed(xmlNode * last, xmlNode * next, xmlNode ** diff);
last              417 lib/cib/cib_ops.c         int last = 0, lpc = 0, len = 0;
last              424 lib/cib/cib_ops.c                 if (last == lpc) {
last              426 lib/cib/cib_ops.c                     last = lpc + 1;
last              430 lib/cib/cib_ops.c                 replace_item = strndup(replace + last, lpc - last);
last              439 lib/cib/cib_ops.c                 last = lpc + 1;
last              603 lib/cib/cib_ops.c cib_config_changed(xmlNode * last, xmlNode * next, xmlNode ** diff)
last              612 lib/cib/cib_ops.c     if (*diff == NULL && last != NULL && next != NULL) {
last              613 lib/cib/cib_ops.c         *diff = diff_xml_object(last, next, FALSE);
last              788 lib/cluster/membership.c     uint32_t last = 0;
last              799 lib/cluster/membership.c     last = node->processes;
last              802 lib/cluster/membership.c         if (node->processes != last) {
last              836 lib/cluster/membership.c             crm_status_callback(crm_status_processes, node, &last);
last              866 lib/cluster/membership.c     char *last = NULL;
last              877 lib/cluster/membership.c     last = node->expected;
last              885 lib/cluster/membership.c                  expected, last);
last              886 lib/cluster/membership.c         free(last);
last              928 lib/cluster/membership.c         char *last = node->state;
last              933 lib/cluster/membership.c                    node->id, (last? last : "unknown"), source);
last              935 lib/cluster/membership.c             crm_status_callback(crm_status_nstate, node, last);
last              937 lib/cluster/membership.c         free(last);
last              129 lib/common/ipc_server.c         qb_ipcs_connection_t *last = c;
last              131 lib/common/ipc_server.c         c = qb_ipcs_connection_next_get(service, last);
last              135 lib/common/ipc_server.c                    last, pcmk__client_pid(last));
last              136 lib/common/ipc_server.c         qb_ipcs_disconnect(last);
last              137 lib/common/ipc_server.c         qb_ipcs_connection_unref(last);
last              413 lib/common/logging.c     static volatile time_t last = 0;
last              427 lib/common/logging.c             if (nsig == 0 && now == last) {
last              444 lib/common/logging.c             last = now;
last             1323 lib/common/mainloop.c     guint last = 0;
last             1326 lib/common/mainloop.c         last = t->period_ms;
last             1330 lib/common/mainloop.c     if(t && t->id != 0 && last != t->period_ms) {
last             1333 lib/common/mainloop.c     return last;
last              223 lib/common/patchset.c xml_repair_v1_diff(xmlNode *last, xmlNode *next, xmlNode *local_diff,
last              255 lib/common/patchset.c     for (lpc = 0; (last != NULL) && (lpc < DIMOF(vfields)); lpc++) {
last              256 lib/common/patchset.c         const char *value = crm_element_value(last, vfields[lpc]);
last             1198 lib/common/patchset.c                 if ((match->parent != NULL) && (match->parent->last != NULL)) {
last             1199 lib/common/patchset.c                     xmlAddNextSibling(match->parent->last, match);
last             1271 lib/common/patchset.c             } else if (match->last) {
last             1274 lib/common/patchset.c                 xmlAddNextSibling(match->last, child);
last             1308 lib/common/patchset.c                           (match_child? match_child : match->parent->last));
last             1314 lib/common/patchset.c                     CRM_ASSERT(match->parent->last != NULL);
last             1315 lib/common/patchset.c                     xmlAddNextSibling(match->parent->last, match);
last              186 lib/common/schemas.c     int last = xml_schema_max;
last              193 lib/common/schemas.c     memset(known_schemas+last, 0, sizeof(struct schema_s));
last              194 lib/common/schemas.c     known_schemas[last].validator = validator;
last              195 lib/common/schemas.c     known_schemas[last].after_transform = after_transform;
last              198 lib/common/schemas.c         known_schemas[last].version.v[i] = version->v[i];
last              204 lib/common/schemas.c         known_schemas[last].name = schema_strdup_printf("pacemaker-", *version, "");
last              207 lib/common/schemas.c         schema_scanf(name, "%*[^-]-", known_schemas[last].version, "");
last              208 lib/common/schemas.c         known_schemas[last].name = strdup(name);
last              212 lib/common/schemas.c         known_schemas[last].transform = strdup(transform);
last              215 lib/common/schemas.c         known_schemas[last].transform_enter = strdup(transform_enter);
last              217 lib/common/schemas.c     known_schemas[last].transform_onleave = transform_onleave;
last              221 lib/common/schemas.c     known_schemas[last].after_transform = after_transform;
last              223 lib/common/schemas.c     if (known_schemas[last].after_transform < 0) {
last              225 lib/common/schemas.c                   last, known_schemas[last].name);
last              227 lib/common/schemas.c     } else if (known_schemas[last].transform) {
last              229 lib/common/schemas.c                   last, known_schemas[last].name,
last              230 lib/common/schemas.c                   known_schemas[last].after_transform,
last              231 lib/common/schemas.c                   known_schemas[last].transform);
last              235 lib/common/schemas.c                   last, known_schemas[last].name,
last              236 lib/common/schemas.c                   known_schemas[last].after_transform);
last             1117 lib/fencing/st_client.c     stonith_history_t *last = NULL;
last             1151 lib/fencing/st_client.c             if (last) {
last             1152 lib/fencing/st_client.c                 last->next = kvp;
last             1156 lib/fencing/st_client.c             last = kvp;
last              125 lib/pacemaker/pcmk_sched_allocate.c     enum pe_action_flags last = action->flags;
last              133 lib/pacemaker/pcmk_sched_allocate.c     if (last != action->flags) {
last              141 lib/pacemaker/pcmk_sched_allocate.c                   clear ? "un-" : "", flags, last, action->flags, calls, source);
last             1687 lib/pacemaker/pcmk_sched_constraints.c     pe_resource_t *last = NULL;
last             1791 lib/pacemaker/pcmk_sched_constraints.c             if (last != NULL) {
last             1792 lib/pacemaker/pcmk_sched_constraints.c                 new_rsc_order(last, action, resource, action, flags, data_set);
last             1794 lib/pacemaker/pcmk_sched_constraints.c             last = resource;
last             1803 lib/pacemaker/pcmk_sched_constraints.c     last = NULL;
last             1837 lib/pacemaker/pcmk_sched_constraints.c             if (last != NULL) {
last             1838 lib/pacemaker/pcmk_sched_constraints.c                 new_rsc_order(resource, action, last, action, flags, data_set);
last             1840 lib/pacemaker/pcmk_sched_constraints.c             last = resource;
last             2173 lib/pacemaker/pcmk_sched_constraints.c     xmlNode *last = NULL;
last             2248 lib/pacemaker/pcmk_sched_constraints.c                           last) {
last             2249 lib/pacemaker/pcmk_sched_constraints.c                 if (order_rsc_sets(id, last, set, kind, data_set, FALSE, invert_bool) == FALSE) {
last             2254 lib/pacemaker/pcmk_sched_constraints.c                     && order_rsc_sets(id, set, last, kind, data_set, TRUE, invert_bool) == FALSE) {
last             2259 lib/pacemaker/pcmk_sched_constraints.c             last = set;
last             2324 lib/pacemaker/pcmk_sched_constraints.c         pe_resource_t *last = NULL;
last             2330 lib/pacemaker/pcmk_sched_constraints.c                 if (last != NULL) {
last             2331 lib/pacemaker/pcmk_sched_constraints.c                     pe_rsc_trace(resource, "Colocating %s with %s", last->id, resource->id);
last             2332 lib/pacemaker/pcmk_sched_constraints.c                     rsc_colocation_new(set_id, NULL, local_score, last, resource, role, role,
last             2336 lib/pacemaker/pcmk_sched_constraints.c                 last = resource;
last             2665 lib/pacemaker/pcmk_sched_constraints.c     xmlNode *last = NULL;
last             2698 lib/pacemaker/pcmk_sched_constraints.c             } else if (last && colocate_rsc_sets(id, last, set, score_i, data_set) == FALSE) {
last             2701 lib/pacemaker/pcmk_sched_constraints.c             last = set;
last              372 lib/pacemaker/pcmk_sched_native.c             GList *last = g_list_last(rsc->children);
last              373 lib/pacemaker/pcmk_sched_native.c             pe_resource_t *last_rsc = last->data;
last               22 lib/pacemaker/pcmk_sched_promotable.c                             pe_resource_t * rsc, pe_resource_t * child, pe_resource_t * last,
last               26 lib/pacemaker/pcmk_sched_promotable.c         if (clone_data->ordered && last != NULL) {
last               29 lib/pacemaker/pcmk_sched_promotable.c             new_rsc_order(last, RSC_PROMOTE, rsc, RSC_PROMOTED, type, data_set);
last               42 lib/pacemaker/pcmk_sched_promotable.c         if (last == NULL) {
last               44 lib/pacemaker/pcmk_sched_promotable.c             last = rsc;
last               48 lib/pacemaker/pcmk_sched_promotable.c         order_start_start(last, child, type);
last               49 lib/pacemaker/pcmk_sched_promotable.c         new_rsc_order(last, RSC_PROMOTE, child, RSC_PROMOTE, type, data_set);
last               58 lib/pacemaker/pcmk_sched_promotable.c                            pe_resource_t * rsc, pe_resource_t * child, pe_resource_t * last,
last               62 lib/pacemaker/pcmk_sched_promotable.c         if (clone_data->ordered && last != NULL) {
last               65 lib/pacemaker/pcmk_sched_promotable.c             new_rsc_order(rsc, RSC_DEMOTE, last, RSC_DEMOTE, pe_order_optional, data_set);
last               76 lib/pacemaker/pcmk_sched_promotable.c     if (clone_data->ordered && last != NULL) {
last               80 lib/pacemaker/pcmk_sched_promotable.c         new_rsc_order(child, RSC_DEMOTE, last, RSC_DEMOTE, type, data_set);
last              258 lib/pengine/failcounts.c     time_t last = 0;
last              269 lib/pengine/failcounts.c             last = QB_MAX(last, (time_t) crm_parse_ll(value, NULL));
last              276 lib/pengine/failcounts.c     if ((failcount > 0) && (last > 0) && (last_failure != NULL)) {
last              277 lib/pengine/failcounts.c         *last_failure = last;
last              290 lib/pengine/failcounts.c     if (pcmk_is_set(flags, pe_fc_effective) && (failcount > 0) && (last > 0)
last              295 lib/pengine/failcounts.c         if (now > (last + rsc->failure_timeout)) {
last              968 lib/pengine/pe_output.c     const char *last = crm_element_value(xml_op, XML_RSC_OP_LAST_CHANGE);
last              990 lib/pengine/pe_output.c     if (last) {
last              993 lib/pengine/pe_output.c         time_t when = crm_parse_int(last, "0");
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             1759 tools/crm_resource_runtime.c         int more, lpc, last;
last             1781 tools/crm_resource_runtime.c             last = 0;
last             1786 tools/crm_resource_runtime.c                     printf(" >  stdout: %s\n", local_copy + last);
last             1787 tools/crm_resource_runtime.c                     last = lpc + 1;
last             1795 tools/crm_resource_runtime.c             last = 0;
last             1800 tools/crm_resource_runtime.c                     printf(" >  stderr: %s\n", local_copy + last);
last             1801 tools/crm_resource_runtime.c                     last = lpc + 1;