last_action 40 crmd/te_events.c xmlNode *last_action = NULL; last_action 84 crmd/te_events.c last_action = action->xml; last_action 99 crmd/te_events.c if (last_action != NULL) { last_action 101 crmd/te_events.c abort_transition(INFINITY, tg_restart, "Node failure", last_action); last_action 131 crmd/te_utils.c xmlNode *last_action = NULL; last_action 155 crmd/te_utils.c last_action = action->xml; last_action 163 crmd/te_utils.c if (last_action != NULL) { last_action 165 crmd/te_utils.c abort_for_stonith_failure(tg_restart, NULL, last_action); last_action 1413 pengine/graph.c check_dump_input(int last_action, action_t * action, action_wrapper_t * wrapper) last_action 1442 pengine/graph.c if (last_action == wrapper->action->id) { last_action 1651 pengine/graph.c should_dump_input(int last_action, action_t * action, action_wrapper_t * wrapper) last_action 1655 pengine/graph.c if (check_dump_input(last_action, action, wrapper) == FALSE) { last_action 1700 pengine/graph.c int last_action = -1; last_action 1739 pengine/graph.c if (should_dump_input(last_action, action, wrapper) == FALSE) { last_action 1744 pengine/graph.c CRM_CHECK(last_action < wrapper->action->id,; last_action 1746 pengine/graph.c last_action = wrapper->action->id;