last             1296 daemons/based/based_callbacks.c             qb_ipcs_connection_t *last = c;
last             1298 daemons/based/based_callbacks.c             c = qb_ipcs_connection_next_get(ipcs_rw, last);
last             1300 daemons/based/based_callbacks.c             crm_debug("Disconnecting r/w client %p...", last);
last             1301 daemons/based/based_callbacks.c             qb_ipcs_disconnect(last);
last             1302 daemons/based/based_callbacks.c             qb_ipcs_connection_unref(last);
last             1308 daemons/based/based_callbacks.c             qb_ipcs_connection_t *last = c;
last             1310 daemons/based/based_callbacks.c             c = qb_ipcs_connection_next_get(ipcs_ro, last);
last             1312 daemons/based/based_callbacks.c             crm_debug("Disconnecting r/o client %p...", last);
last             1313 daemons/based/based_callbacks.c             qb_ipcs_disconnect(last);
last             1314 daemons/based/based_callbacks.c             qb_ipcs_connection_unref(last);
last             1320 daemons/based/based_callbacks.c             qb_ipcs_connection_t *last = c;
last             1322 daemons/based/based_callbacks.c             c = qb_ipcs_connection_next_get(ipcs_shm, last);
last             1324 daemons/based/based_callbacks.c             crm_debug("Disconnecting non-blocking r/w client %p...", last);
last             1325 daemons/based/based_callbacks.c             qb_ipcs_disconnect(last);
last             1326 daemons/based/based_callbacks.c             qb_ipcs_connection_unref(last);
last              150 daemons/controld/controld_execd.c     lrmd_free_event(history->last);
last              215 daemons/controld/controld_execd.c         if (entry->last) {
last              216 daemons/controld/controld_execd.c             lrmd_free_event(entry->last);
last              218 daemons/controld/controld_execd.c         entry->last = lrmd_copy_event(op);
last              504 daemons/controld/controld_execd.c     if (entry == NULL || entry->last == NULL) {
last              508 daemons/controld/controld_execd.c     crm_trace("Processing %s: %s.%d=%d", rsc_id, entry->last->op_type,
last              509 daemons/controld/controld_execd.c               entry->last->interval_ms, entry->last->rc);
last              510 daemons/controld/controld_execd.c     if ((entry->last->rc == PCMK_OCF_OK)
last              511 daemons/controld/controld_execd.c         && pcmk__str_eq(entry->last->op_type, PCMK_ACTION_STOP,
last              515 daemons/controld/controld_execd.c     } else if (entry->last->rc == PCMK_OCF_OK
last              516 daemons/controld/controld_execd.c                && pcmk__str_eq(entry->last->op_type, PCMK_ACTION_MIGRATE_TO,
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              552 daemons/controld/controld_execd.c             const char *container = g_hash_table_lookup(entry->last->params,
last              562 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              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              775 daemons/fenced/fenced_commands.c     int last = 0, lpc = 0, max = 0, added = 0;
last              793 daemons/fenced/fenced_commands.c                 if (lpc > last) {
last              795 daemons/fenced/fenced_commands.c                     name = pcmk__assert_alloc(1, 1 + lpc - last);
last              796 daemons/fenced/fenced_commands.c                     memcpy(name, hostmap + last, lpc - last);
last              798 daemons/fenced/fenced_commands.c                 last = lpc + 1;
last              811 daemons/fenced/fenced_commands.c                     value = pcmk__assert_alloc(1, 1 + lpc - last);
last              812 daemons/fenced/fenced_commands.c                     memcpy(value, hostmap + last, lpc - last);
last              830 daemons/fenced/fenced_commands.c                 } else if (lpc > last) {
last              831 daemons/fenced/fenced_commands.c                     crm_debug("Parse error at offset %d near '%s'", lpc - last, hostmap + last);
last              834 daemons/fenced/fenced_commands.c                 last = lpc + 1;
last             1570 daemons/fenced/fenced_commands.c     int last = 0;
last             1580 daemons/fenced/fenced_commands.c             char *line = strndup(devices + last, lpc - last);
last             1585 daemons/fenced/fenced_commands.c             last = lpc + 1;
last             1098 lib/cluster/membership.c     uint32_t last = 0;
last             1110 lib/cluster/membership.c     last = node->processes;
last             1113 lib/cluster/membership.c         if (node->processes != last) {
last             1155 lib/cluster/membership.c             peer_status_callback(pcmk__node_update_processes, node, &last);
last             1195 lib/cluster/membership.c     char *last = NULL;
last             1206 lib/cluster/membership.c     last = node->expected;
last             1214 lib/cluster/membership.c                  source, node->name, node->cluster_layer_id, expected, last);
last             1215 lib/cluster/membership.c         free(last);
last             1259 lib/cluster/membership.c         char *last = node->state;
last             1272 lib/cluster/membership.c                    pcmk__s(last, "unknown"), source);
last             1274 lib/cluster/membership.c             peer_status_callback(pcmk__node_update_state, node, last);
last             1276 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             1352 lib/common/mainloop.c     guint last = 0;
last             1355 lib/common/mainloop.c         last = t->period_ms;
last             1359 lib/common/mainloop.c     if(t && t->id != 0 && last != t->period_ms) {
last             1362 lib/common/mainloop.c     return last;
last              631 lib/common/patchset.c                 if ((match->parent != NULL) && (match->parent->last != NULL)) {
last              632 lib/common/patchset.c                     xmlAddNextSibling(match->parent->last, match);
last              729 lib/common/patchset.c                           (match_child? match_child : match->parent->last));
last              735 lib/common/patchset.c                     pcmk__assert(match->parent->last != NULL);
last              736 lib/common/patchset.c                     xmlAddNextSibling(match->parent->last, match);
last              709 lib/fencing/st_client.c     stonith_history_t *last = NULL;
last              747 lib/fencing/st_client.c             if (last) {
last              748 lib/fencing/st_client.c                 last->next = kvp;
last              752 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              558 lib/pacemaker/pcmk_sched_ordering.c     pcmk_resource_t *last = NULL;
last              622 lib/pacemaker/pcmk_sched_ordering.c             if (last != NULL) {
last              623 lib/pacemaker/pcmk_sched_ordering.c                 pcmk__order_resource_actions(last, action, resource, action,
last              626 lib/pacemaker/pcmk_sched_ordering.c             last = resource;
last              635 lib/pacemaker/pcmk_sched_ordering.c     last = NULL;
last              647 lib/pacemaker/pcmk_sched_ordering.c             if (last != NULL) {
last              648 lib/pacemaker/pcmk_sched_ordering.c                 pcmk__order_resource_actions(resource, action, last, action,
last              651 lib/pacemaker/pcmk_sched_ordering.c             last = resource;
last              994 lib/pacemaker/pcmk_sched_ordering.c     xmlNode *last = NULL;
last             1029 lib/pacemaker/pcmk_sched_ordering.c         if (last != NULL) {
last             1031 lib/pacemaker/pcmk_sched_ordering.c             if (order_rsc_sets(id, last, set, kind, scheduler,
last             1040 lib/pacemaker/pcmk_sched_ordering.c                 && (order_rsc_sets(id, set, last, kind, scheduler,
last             1049 lib/pacemaker/pcmk_sched_ordering.c         last = set;
last             1058 lib/pacemaker/pcmk_sched_ordering.c     if (last == NULL) {
last               27 lib/pacemaker/pcmk_sched_promotable.c                          pcmk_resource_t *last)
last               38 lib/pacemaker/pcmk_sched_promotable.c     if ((last != NULL) && pe__clone_is_ordered(clone)) {
last               39 lib/pacemaker/pcmk_sched_promotable.c         pcmk__order_resource_actions(last, PCMK_ACTION_PROMOTE,
last               55 lib/pacemaker/pcmk_sched_promotable.c                         pcmk_resource_t *last)
last               66 lib/pacemaker/pcmk_sched_promotable.c     if ((last != NULL) && pe__clone_is_ordered(clone)) {
last               67 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              359 tools/crm_resource_runtime.c         GList *last = g_list_last(*resources);
last              361 tools/crm_resource_runtime.c         *resources = g_list_remove_link(*resources, last);
last              363 tools/crm_resource_runtime.c         *resources = last;