graph_fns         137 lib/pacemaker/pcmk_graph_consumer.c static pcmk__graph_functions_t *graph_fns = NULL;
graph_fns         149 lib/pacemaker/pcmk_graph_consumer.c     graph_fns = fns;
graph_fns         151 lib/pacemaker/pcmk_graph_consumer.c     CRM_ASSERT(graph_fns != NULL);
graph_fns         152 lib/pacemaker/pcmk_graph_consumer.c     CRM_ASSERT(graph_fns->rsc != NULL);
graph_fns         153 lib/pacemaker/pcmk_graph_consumer.c     CRM_ASSERT(graph_fns->cluster != NULL);
graph_fns         154 lib/pacemaker/pcmk_graph_consumer.c     CRM_ASSERT(graph_fns->pseudo != NULL);
graph_fns         155 lib/pacemaker/pcmk_graph_consumer.c     CRM_ASSERT(graph_fns->fence != NULL);
graph_fns         208 lib/pacemaker/pcmk_graph_consumer.c         } else if (graph_fns->allowed && !(graph_fns->allowed(graph, a))) {
graph_fns         239 lib/pacemaker/pcmk_graph_consumer.c             return graph_fns->pseudo(graph, action);
graph_fns         243 lib/pacemaker/pcmk_graph_consumer.c             return graph_fns->rsc(graph, action);
graph_fns         250 lib/pacemaker/pcmk_graph_consumer.c                 return graph_fns->fence(graph, action);
graph_fns         253 lib/pacemaker/pcmk_graph_consumer.c             return graph_fns->cluster(graph, action);
graph_fns         357 lib/pacemaker/pcmk_graph_consumer.c     if (graph_fns == NULL) {
graph_fns         358 lib/pacemaker/pcmk_graph_consumer.c         graph_fns = &default_fns;