graph_fns          17 lib/pacemaker/pcmk_trans_graph.c crm_graph_functions_t *graph_fns = NULL;
graph_fns         156 lib/pacemaker/pcmk_trans_graph.c         } else if(graph_fns->allowed && graph_fns->allowed(graph, a) == FALSE) {
graph_fns         178 lib/pacemaker/pcmk_trans_graph.c         return graph_fns->pseudo(graph, action);
graph_fns         182 lib/pacemaker/pcmk_trans_graph.c         return graph_fns->rsc(graph, action);
graph_fns         192 lib/pacemaker/pcmk_trans_graph.c             return graph_fns->stonith(graph, action);
graph_fns         196 lib/pacemaker/pcmk_trans_graph.c         return graph_fns->crmd(graph, action);
graph_fns         244 lib/pacemaker/pcmk_trans_graph.c     if (graph_fns == NULL) {
graph_fns          17 lib/pacemaker/pcmk_trans_utils.c extern crm_graph_functions_t *graph_fns;
graph_fns          56 lib/pacemaker/pcmk_trans_utils.c     graph_fns = &default_fns;
graph_fns          63 lib/pacemaker/pcmk_trans_utils.c     graph_fns = fns;
graph_fns          65 lib/pacemaker/pcmk_trans_utils.c     CRM_ASSERT(graph_fns != NULL);
graph_fns          66 lib/pacemaker/pcmk_trans_utils.c     CRM_ASSERT(graph_fns->rsc != NULL);
graph_fns          67 lib/pacemaker/pcmk_trans_utils.c     CRM_ASSERT(graph_fns->crmd != NULL);
graph_fns          68 lib/pacemaker/pcmk_trans_utils.c     CRM_ASSERT(graph_fns->pseudo != NULL);
graph_fns          69 lib/pacemaker/pcmk_trans_utils.c     CRM_ASSERT(graph_fns->stonith != NULL);