crm_graph_t        41 crmd/te_actions.c te_start_action_timer(crm_graph_t * graph, crm_action_t * action)
crm_graph_t        54 crmd/te_actions.c te_pseudo_action(crm_graph_t * graph, crm_action_t * pseudo)
crm_graph_t       161 crmd/te_actions.c te_fence_node(crm_graph_t * graph, crm_action_t * action)
crm_graph_t       221 crmd/te_actions.c te_crm_command(crm_graph_t * graph, crm_action_t * action)
crm_graph_t       401 crmd/te_actions.c te_rsc_command(crm_graph_t * graph, crm_action_t * action)
crm_graph_t       606 crmd/te_actions.c te_should_perform_action_on(crm_graph_t * graph, crm_action_t * action, const char *target)
crm_graph_t       649 crmd/te_actions.c te_should_perform_action(crm_graph_t * graph, crm_action_t * action)
crm_graph_t       703 crmd/te_actions.c notify_crmd(crm_graph_t * graph)
crm_graph_t        37 crmd/te_callbacks.c crm_graph_t *transition_graph;
crm_graph_t        35 crmd/te_events.c fail_incompletable_actions(crm_graph_t * graph, const char *down_node)
crm_graph_t       127 crmd/te_utils.c fail_incompletable_stonith(crm_graph_t * graph)
crm_graph_t        41 crmd/tengine.c static crm_graph_t *
crm_graph_t        44 crmd/tengine.c     crm_graph_t *a_graph = unpack_graph(NULL, NULL);
crm_graph_t        40 crmd/tengine.h extern gboolean fail_incompletable_actions(crm_graph_t * graph, const char *down_node);
crm_graph_t        52 crmd/tengine.h extern crm_graph_t *transition_graph;
crm_graph_t        57 crmd/tengine.h extern void notify_crmd(crm_graph_t * graph);
crm_graph_t        32 include/crm/transition.h typedef struct crm_graph_s crm_graph_t;
crm_graph_t       121 include/crm/transition.h     gboolean(*pseudo) (crm_graph_t * graph, crm_action_t * action);
crm_graph_t       122 include/crm/transition.h     gboolean(*rsc) (crm_graph_t * graph, crm_action_t * action);
crm_graph_t       123 include/crm/transition.h     gboolean(*crmd) (crm_graph_t * graph, crm_action_t * action);
crm_graph_t       124 include/crm/transition.h     gboolean(*stonith) (crm_graph_t * graph, crm_action_t * action);
crm_graph_t       125 include/crm/transition.h     gboolean(*allowed) (crm_graph_t * graph, crm_action_t * action);
crm_graph_t       140 include/crm/transition.h crm_graph_t *unpack_graph(xmlNode * xml_graph, const char *reference);
crm_graph_t       141 include/crm/transition.h int run_graph(crm_graph_t * graph);
crm_graph_t       142 include/crm/transition.h gboolean update_graph(crm_graph_t * graph, crm_action_t * action);
crm_graph_t       143 include/crm/transition.h void destroy_graph(crm_graph_t * graph);
crm_graph_t       145 include/crm/transition.h void print_graph(unsigned int log_level, crm_graph_t * graph);
crm_graph_t       147 include/crm/transition.h bool update_abort_priority(crm_graph_t * graph, int priority,
crm_graph_t       102 lib/transition/graph.c update_graph(crm_graph_t * graph, crm_action_t * action)
crm_graph_t       131 lib/transition/graph.c should_fire_synapse(crm_graph_t * graph, synapse_t * synapse)
crm_graph_t       177 lib/transition/graph.c initiate_action(crm_graph_t * graph, crm_action_t * action)
crm_graph_t       215 lib/transition/graph.c fire_synapse(crm_graph_t * graph, synapse_t * synapse)
crm_graph_t       247 lib/transition/graph.c run_graph(crm_graph_t * graph)
crm_graph_t        94 lib/transition/unpack.c unpack_synapse(crm_graph_t * new_graph, xmlNode * xml_synapse)
crm_graph_t       171 lib/transition/unpack.c crm_graph_t *
crm_graph_t       184 lib/transition/unpack.c     crm_graph_t *new_graph = NULL;
crm_graph_t       189 lib/transition/unpack.c     new_graph = calloc(1, sizeof(crm_graph_t));
crm_graph_t       280 lib/transition/unpack.c destroy_graph(crm_graph_t * graph)
crm_graph_t        31 lib/transition/utils.c pseudo_action_dummy(crm_graph_t * graph, crm_action_t * action)
crm_graph_t       120 lib/transition/utils.c find_action(crm_graph_t * graph, int id)
crm_graph_t       144 lib/transition/utils.c print_synapse(unsigned int log_level, crm_graph_t * graph, synapse_t * synapse)
crm_graph_t       223 lib/transition/utils.c print_graph(unsigned int log_level, crm_graph_t * graph)
crm_graph_t       263 lib/transition/utils.c update_abort_priority(crm_graph_t * graph, int priority,
crm_graph_t       152 pengine/ptest.c     crm_graph_t *transition = NULL;
crm_graph_t       608 tools/fake_transition.c exec_pseudo_action(crm_graph_t * graph, crm_action_t * action)
crm_graph_t       621 tools/fake_transition.c exec_rsc_action(crm_graph_t * graph, crm_action_t * action)
crm_graph_t       747 tools/fake_transition.c exec_crmd_action(crm_graph_t * graph, crm_action_t * action)
crm_graph_t       765 tools/fake_transition.c exec_stonith_action(crm_graph_t * graph, crm_action_t * action)
crm_graph_t       804 tools/fake_transition.c     crm_graph_t *transition = NULL;