last             1329 daemons/based/based_callbacks.c             qb_ipcs_connection_t *last = c;
last             1331 daemons/based/based_callbacks.c             c = qb_ipcs_connection_next_get(ipcs_rw, last);
last             1333 daemons/based/based_callbacks.c             crm_debug("Disconnecting r/w client %p...", last);
last             1334 daemons/based/based_callbacks.c             qb_ipcs_disconnect(last);
last             1335 daemons/based/based_callbacks.c             qb_ipcs_connection_unref(last);
last             1341 daemons/based/based_callbacks.c             qb_ipcs_connection_t *last = c;
last             1343 daemons/based/based_callbacks.c             c = qb_ipcs_connection_next_get(ipcs_ro, last);
last             1345 daemons/based/based_callbacks.c             crm_debug("Disconnecting r/o client %p...", last);
last             1346 daemons/based/based_callbacks.c             qb_ipcs_disconnect(last);
last             1347 daemons/based/based_callbacks.c             qb_ipcs_connection_unref(last);
last             1353 daemons/based/based_callbacks.c             qb_ipcs_connection_t *last = c;
last             1355 daemons/based/based_callbacks.c             c = qb_ipcs_connection_next_get(ipcs_shm, last);
last             1357 daemons/based/based_callbacks.c             crm_debug("Disconnecting non-blocking r/w client %p...", last);
last             1358 daemons/based/based_callbacks.c             qb_ipcs_disconnect(last);
last             1359 daemons/based/based_callbacks.c             qb_ipcs_connection_unref(last);
last              149 daemons/controld/controld_execd.c     lrmd_free_event(history->last);
last              214 daemons/controld/controld_execd.c         if (entry->last) {
last              215 daemons/controld/controld_execd.c             lrmd_free_event(entry->last);
last              217 daemons/controld/controld_execd.c         entry->last = lrmd_copy_event(op);
last              503 daemons/controld/controld_execd.c     if (entry == NULL || entry->last == NULL) {
last              507 daemons/controld/controld_execd.c     crm_trace("Processing %s: %s.%d=%d", rsc_id, entry->last->op_type,
last              508 daemons/controld/controld_execd.c               entry->last->interval_ms, entry->last->rc);
last              509 daemons/controld/controld_execd.c     if ((entry->last->rc == PCMK_OCF_OK)
last              510 daemons/controld/controld_execd.c         && pcmk__str_eq(entry->last->op_type, PCMK_ACTION_STOP,
last              514 daemons/controld/controld_execd.c     } else if (entry->last->rc == PCMK_OCF_OK
last              515 daemons/controld/controld_execd.c                && pcmk__str_eq(entry->last->op_type, PCMK_ACTION_MIGRATE_TO,
last              520 daemons/controld/controld_execd.c     } else if (entry->last->rc == PCMK_OCF_NOT_RUNNING) {
last              523 daemons/controld/controld_execd.c     } else if ((entry->last->interval_ms == 0)
last              524 daemons/controld/controld_execd.c                && (entry->last->rc == PCMK_OCF_NOT_CONFIGURED)) {
last              549 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,
last              561 daemons/controld/controld_execd.c         controld_add_resource_history_xml(xml_rsc, &(entry->rsc), entry->last,
last              159 daemons/controld/controld_join_dc.c     enum controld_join_phase last = controld_get_join_phase(node);
last              168 daemons/controld/controld_join_dc.c     if (phase == last) {
last              171 daemons/controld/controld_join_dc.c                   node->name, current_join_id, join_phase_text(last),
last              176 daemons/controld/controld_join_dc.c     if ((phase <= controld_join_none) || (phase == (last + 1))) {
last              189 daemons/controld/controld_join_dc.c                   join_phase_text(last), node->cluster_layer_id,
last              196 daemons/controld/controld_join_dc.c              current_join_id, node->name, join_phase_text(last),
last               24 daemons/controld/controld_lrm.h     lrmd_event_data_t *last;
last              184 daemons/controld/controld_throttle.c     static enum throttle_state_e last = -1;
last              186 daemons/controld/controld_throttle.c     if(mode != last) {
last              188 daemons/controld/controld_throttle.c                  load2str(mode), load2str(last));
last              189 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              830 daemons/fenced/fenced_commands.c     int last = 0, lpc = 0, max = 0, added = 0;
last              848 daemons/fenced/fenced_commands.c                 if (lpc > last) {
last              850 daemons/fenced/fenced_commands.c                     name = pcmk__assert_alloc(1, 1 + lpc - last);
last              851 daemons/fenced/fenced_commands.c                     memcpy(name, hostmap + last, lpc - last);
last              853 daemons/fenced/fenced_commands.c                 last = lpc + 1;
last              866 daemons/fenced/fenced_commands.c                     value = pcmk__assert_alloc(1, 1 + lpc - last);
last              867 daemons/fenced/fenced_commands.c                     memcpy(value, hostmap + last, lpc - last);
last              885 daemons/fenced/fenced_commands.c                 } else if (lpc > last) {
last              886 daemons/fenced/fenced_commands.c                     crm_debug("Parse error at offset %d near '%s'", lpc - last, hostmap + last);
last              889 daemons/fenced/fenced_commands.c                 last = lpc + 1;
last             1118 lib/cluster/membership.c     uint32_t last = 0;
last             1130 lib/cluster/membership.c     last = node->processes;
last             1133 lib/cluster/membership.c         if (node->processes != last) {
last             1175 lib/cluster/membership.c             peer_status_callback(pcmk__node_update_processes, node, &last);
last             1215 lib/cluster/membership.c     char *last = NULL;
last             1226 lib/cluster/membership.c     last = node->expected;
last             1234 lib/cluster/membership.c                  source, node->name, node->cluster_layer_id, expected, last);
last             1235 lib/cluster/membership.c         free(last);
last             1279 lib/cluster/membership.c         char *last = node->state;
last             1292 lib/cluster/membership.c                    pcmk__s(last, "unknown"), source);
last             1294 lib/cluster/membership.c             peer_status_callback(pcmk__node_update_state, node, last);
last             1296 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              522 lib/common/logging.c     static volatile time_t last = 0;
last              536 lib/common/logging.c             if (nsig == 0 && now == last) {
last              553 lib/common/logging.c             last = now;
last             1358 lib/common/mainloop.c     guint last = 0;
last             1361 lib/common/mainloop.c         last = t->period_ms;
last             1365 lib/common/mainloop.c     if(t && t->id != 0 && last != t->period_ms) {
last             1368 lib/common/mainloop.c     return last;
last              635 lib/common/patchset.c                 if ((match->parent != NULL) && (match->parent->last != NULL)) {
last              636 lib/common/patchset.c                     xmlAddNextSibling(match->parent->last, match);
last              735 lib/common/patchset.c                           (match_child? match_child : match->parent->last));
last              741 lib/common/patchset.c                     pcmk__assert(match->parent->last != NULL);
last              742 lib/common/patchset.c                     xmlAddNextSibling(match->parent->last, match);
last              716 lib/fencing/st_client.c     stonith_history_t *last = NULL;
last              755 lib/fencing/st_client.c             if (last) {
last              756 lib/fencing/st_client.c                 last->next = kvp;
last              760 lib/fencing/st_client.c             last = kvp;
last              977 lib/pacemaker/pcmk_sched_colocation.c     xmlNode *last = NULL;
last             1031 lib/pacemaker/pcmk_sched_colocation.c         if (last != NULL) {
last             1032 lib/pacemaker/pcmk_sched_colocation.c             colocate_rsc_sets(id, last, set, score_i, influence_s, scheduler);
last             1034 lib/pacemaker/pcmk_sched_colocation.c         last = set;
last             1042 lib/pacemaker/pcmk_sched_colocation.c     if (last == NULL) {
last              561 lib/pacemaker/pcmk_sched_ordering.c     pcmk_resource_t *last = NULL;
last              625 lib/pacemaker/pcmk_sched_ordering.c             if (last != NULL) {
last              626 lib/pacemaker/pcmk_sched_ordering.c                 pcmk__order_resource_actions(last, action, resource, action,
last              629 lib/pacemaker/pcmk_sched_ordering.c             last = resource;
last              638 lib/pacemaker/pcmk_sched_ordering.c     last = NULL;
last              650 lib/pacemaker/pcmk_sched_ordering.c             if (last != NULL) {
last              651 lib/pacemaker/pcmk_sched_ordering.c                 pcmk__order_resource_actions(resource, action, last, action,
last              654 lib/pacemaker/pcmk_sched_ordering.c             last = resource;
last              997 lib/pacemaker/pcmk_sched_ordering.c     xmlNode *last = NULL;
last             1032 lib/pacemaker/pcmk_sched_ordering.c         if (last != NULL) {
last             1034 lib/pacemaker/pcmk_sched_ordering.c             if (order_rsc_sets(id, last, set, kind, scheduler,
last             1043 lib/pacemaker/pcmk_sched_ordering.c                 && (order_rsc_sets(id, set, last, kind, scheduler,
last             1052 lib/pacemaker/pcmk_sched_ordering.c         last = set;
last             1061 lib/pacemaker/pcmk_sched_ordering.c     if (last == NULL) {
last               29 lib/pacemaker/pcmk_sched_promotable.c                          pcmk_resource_t *last)
last               40 lib/pacemaker/pcmk_sched_promotable.c     if ((last != NULL) && pe__clone_is_ordered(clone)) {
last               41 lib/pacemaker/pcmk_sched_promotable.c         pcmk__order_resource_actions(last, PCMK_ACTION_PROMOTE,
last               57 lib/pacemaker/pcmk_sched_promotable.c                         pcmk_resource_t *last)
last               68 lib/pacemaker/pcmk_sched_promotable.c     if ((last != NULL) && pe__clone_is_ordered(clone)) {
last               69 lib/pacemaker/pcmk_sched_promotable.c         pcmk__order_resource_actions(child, PCMK_ACTION_DEMOTE, last,
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              376 tools/crm_resource_runtime.c         GList *last = g_list_last(*resources);
last              378 tools/crm_resource_runtime.c         *resources = g_list_remove_link(*resources, last);
last              380 tools/crm_resource_runtime.c         *resources = last;