graph_fns         204 lib/pacemaker/pcmk_graph_consumer.c static pcmk__graph_functions_t *graph_fns = NULL;
graph_fns         216 lib/pacemaker/pcmk_graph_consumer.c     graph_fns = fns;
graph_fns         218 lib/pacemaker/pcmk_graph_consumer.c     CRM_ASSERT(graph_fns != NULL);
graph_fns         219 lib/pacemaker/pcmk_graph_consumer.c     CRM_ASSERT(graph_fns->rsc != NULL);
graph_fns         220 lib/pacemaker/pcmk_graph_consumer.c     CRM_ASSERT(graph_fns->cluster != NULL);
graph_fns         221 lib/pacemaker/pcmk_graph_consumer.c     CRM_ASSERT(graph_fns->pseudo != NULL);
graph_fns         222 lib/pacemaker/pcmk_graph_consumer.c     CRM_ASSERT(graph_fns->fence != NULL);
graph_fns         277 lib/pacemaker/pcmk_graph_consumer.c         } else if (graph_fns->allowed && !(graph_fns->allowed(graph, a))) {
graph_fns         308 lib/pacemaker/pcmk_graph_consumer.c             return graph_fns->pseudo(graph, action);
graph_fns         312 lib/pacemaker/pcmk_graph_consumer.c             return graph_fns->rsc(graph, action);
graph_fns         319 lib/pacemaker/pcmk_graph_consumer.c                 return graph_fns->fence(graph, action);
graph_fns         322 lib/pacemaker/pcmk_graph_consumer.c             return graph_fns->cluster(graph, action);
graph_fns         426 lib/pacemaker/pcmk_graph_consumer.c     if (graph_fns == NULL) {
graph_fns         427 lib/pacemaker/pcmk_graph_consumer.c         graph_fns = &default_fns;