fired             109 include/crm/transition.h     int fired;
fired             262 lib/transition/graph.c     graph->fired = 0;
fired             301 lib/transition/graph.c             graph->fired++;
fired             307 lib/transition/graph.c                 graph->fired--;
fired             320 lib/transition/graph.c     if (graph->pending == 0 && graph->fired == 0) {
fired             335 lib/transition/graph.c     } else if (graph->fired == 0) {
fired             342 lib/transition/graph.c                graph->id, graph->completed, graph->pending, graph->fired,