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         274 lib/pacemaker/pcmk_graph_consumer.c         } else if (graph_fns->allowed && !(graph_fns->allowed(graph, a))) {
graph_fns         305 lib/pacemaker/pcmk_graph_consumer.c             return graph_fns->pseudo(graph, action);
graph_fns         309 lib/pacemaker/pcmk_graph_consumer.c             return graph_fns->rsc(graph, action);
graph_fns         316 lib/pacemaker/pcmk_graph_consumer.c                 return graph_fns->fence(graph, action);
graph_fns         319 lib/pacemaker/pcmk_graph_consumer.c             return graph_fns->cluster(graph, action);
graph_fns         423 lib/pacemaker/pcmk_graph_consumer.c     if (graph_fns == NULL) {
graph_fns         424 lib/pacemaker/pcmk_graph_consumer.c         graph_fns = &default_fns;