last_rsc          885 pengine/clone.c     resource_t *last_rsc = NULL;
last_rsc          913 pengine/clone.c         if (clone_data->ordered && last_rsc) {
last_rsc          914 pengine/clone.c             order_start_start(last_rsc, child_rsc, pe_order_optional);
last_rsc          920 pengine/clone.c         if (clone_data->ordered && last_rsc) {
last_rsc          921 pengine/clone.c             order_stop_stop(child_rsc, last_rsc, pe_order_optional);
last_rsc          924 pengine/clone.c         last_rsc = child_rsc;
last_rsc          178 pengine/group.c     resource_t *last_rsc = NULL;
last_rsc          199 pengine/group.c         if (last_rsc == NULL) {
last_rsc          207 pengine/group.c                                child_rsc, last_rsc, NULL, NULL, data_set);
last_rsc          237 pengine/group.c         } else if (last_rsc != NULL) {
last_rsc          240 pengine/group.c             order_start_start(last_rsc, child_rsc, start);
last_rsc          241 pengine/group.c             order_stop_stop(child_rsc, last_rsc, pe_order_optional | pe_order_restart);
last_rsc          244 pengine/group.c                 new_rsc_order(last_rsc, RSC_PROMOTE, child_rsc, RSC_PROMOTE, start, data_set);
last_rsc          245 pengine/group.c                 new_rsc_order(child_rsc, RSC_DEMOTE, last_rsc, RSC_DEMOTE, pe_order_optional,
last_rsc          270 pengine/group.c                 && last_rsc
last_rsc          271 pengine/group.c                 && last_rsc->running_on == NULL && last_active && last_active->running_on) {
last_rsc          277 pengine/group.c         last_rsc = child_rsc;
last_rsc          280 pengine/group.c     if (group_data->ordered && last_rsc != NULL) {
last_rsc          284 pengine/group.c         order_stop_stop(rsc, last_rsc, stop_stop_flags);
last_rsc          285 pengine/group.c         new_rsc_order(last_rsc, RSC_STOP, rsc, RSC_STOPPED, stop_stopped_flags, data_set);
last_rsc          288 pengine/group.c             new_rsc_order(rsc, RSC_DEMOTE, last_rsc, RSC_DEMOTE, stop_stop_flags, data_set);
last_rsc          289 pengine/group.c             new_rsc_order(last_rsc, RSC_DEMOTE, rsc, RSC_DEMOTED, stop_stopped_flags, data_set);
last_rsc          939 pengine/master.c     resource_t *last_rsc = NULL;
last_rsc          954 pengine/master.c                                     rsc, child_rsc, last_rsc, data_set);
last_rsc          957 pengine/master.c                                    rsc, child_rsc, last_rsc, data_set);
last_rsc          959 pengine/master.c         last_rsc = child_rsc;