graph_fns 144 lib/pacemaker/pcmk_graph_consumer.c static pcmk__graph_functions_t *graph_fns = NULL; graph_fns 156 lib/pacemaker/pcmk_graph_consumer.c graph_fns = fns; graph_fns 158 lib/pacemaker/pcmk_graph_consumer.c CRM_ASSERT(graph_fns != NULL); graph_fns 159 lib/pacemaker/pcmk_graph_consumer.c CRM_ASSERT(graph_fns->rsc != NULL); graph_fns 160 lib/pacemaker/pcmk_graph_consumer.c CRM_ASSERT(graph_fns->cluster != NULL); graph_fns 161 lib/pacemaker/pcmk_graph_consumer.c CRM_ASSERT(graph_fns->pseudo != NULL); graph_fns 162 lib/pacemaker/pcmk_graph_consumer.c CRM_ASSERT(graph_fns->fence != NULL); graph_fns 217 lib/pacemaker/pcmk_graph_consumer.c } else if (graph_fns->allowed && !(graph_fns->allowed(graph, a))) { graph_fns 248 lib/pacemaker/pcmk_graph_consumer.c return graph_fns->pseudo(graph, action); graph_fns 252 lib/pacemaker/pcmk_graph_consumer.c return graph_fns->rsc(graph, action); graph_fns 259 lib/pacemaker/pcmk_graph_consumer.c return graph_fns->fence(graph, action); graph_fns 262 lib/pacemaker/pcmk_graph_consumer.c return graph_fns->cluster(graph, action); graph_fns 366 lib/pacemaker/pcmk_graph_consumer.c if (graph_fns == NULL) { graph_fns 367 lib/pacemaker/pcmk_graph_consumer.c graph_fns = &default_fns;