graph_fns         137 lib/pacemaker/pcmk_graph_consumer.c static crm_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->crmd != 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->stonith != 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)? pcmk_rc_ok : pcmk_rc_error;
graph_fns         243 lib/pacemaker/pcmk_graph_consumer.c             return graph_fns->rsc(graph, action)? pcmk_rc_ok : pcmk_rc_error;
graph_fns         250 lib/pacemaker/pcmk_graph_consumer.c                 return graph_fns->stonith(graph, action)? pcmk_rc_ok : pcmk_rc_error;
graph_fns         253 lib/pacemaker/pcmk_graph_consumer.c             return graph_fns->crmd(graph, action)? pcmk_rc_ok : pcmk_rc_error;
graph_fns         351 lib/pacemaker/pcmk_graph_consumer.c     if (graph_fns == NULL) {
graph_fns         352 lib/pacemaker/pcmk_graph_consumer.c         graph_fns = &default_fns;