graph_fns         204 lib/pacemaker/pcmk_graph_consumer.c static pcmk__graph_functions_t *graph_fns = NULL;
graph_fns         219 lib/pacemaker/pcmk_graph_consumer.c     graph_fns = fns;
graph_fns         272 lib/pacemaker/pcmk_graph_consumer.c         } else if (graph_fns->allowed && !(graph_fns->allowed(graph, a))) {
graph_fns         303 lib/pacemaker/pcmk_graph_consumer.c             return graph_fns->pseudo(graph, action);
graph_fns         307 lib/pacemaker/pcmk_graph_consumer.c             return graph_fns->rsc(graph, action);
graph_fns         314 lib/pacemaker/pcmk_graph_consumer.c                 return graph_fns->fence(graph, action);
graph_fns         317 lib/pacemaker/pcmk_graph_consumer.c             return graph_fns->cluster(graph, action);
graph_fns         421 lib/pacemaker/pcmk_graph_consumer.c     if (graph_fns == NULL) {
graph_fns         422 lib/pacemaker/pcmk_graph_consumer.c         graph_fns = &default_fns;