get_cluster_type  173 crmd/election.c     const char *cluster_type = name_for_cluster_type(get_cluster_type());
get_cluster_type  127 crmd/main.c        enum cluster_type_e cluster_type = get_cluster_type();
get_cluster_type  221 include/crm/cluster.h enum cluster_type_e get_cluster_type(void);
get_cluster_type  112 include/crm/cluster/internal.h     switch (get_cluster_type()) {
get_cluster_type  138 lib/cluster/cluster.c     enum cluster_type_e type = get_cluster_type();
get_cluster_type  177 lib/cluster/cluster.c     enum cluster_type_e type = get_cluster_type();
get_cluster_type  236 lib/cluster/cluster.c     enum cluster_type_e type = get_cluster_type();
get_cluster_type  314 lib/cluster/cluster.c     stack = get_cluster_type();
get_cluster_type  614 lib/cluster/cluster.c     return get_cluster_type() == pcmk_cluster_cman;
get_cluster_type  620 lib/cluster/cluster.c     return get_cluster_type() == pcmk_cluster_corosync;
get_cluster_type  626 lib/cluster/cluster.c     return get_cluster_type() == pcmk_cluster_classic_ais;
get_cluster_type  632 lib/cluster/cluster.c     enum cluster_type_e type = get_cluster_type();
get_cluster_type  647 lib/cluster/cluster.c     return get_cluster_type() == pcmk_cluster_heartbeat;
get_cluster_type  342 lib/cluster/corosync.c     enum cluster_type_e stack = get_cluster_type();
get_cluster_type   86 lib/cluster/cpg.c     if(get_cluster_type() == pcmk_cluster_classic_ais) {
get_cluster_type  641 lib/cluster/cpg.c     if(get_cluster_type() == pcmk_cluster_classic_ais) {
get_cluster_type  618 lib/cluster/legacy.c                 if (getenv("HA_mcp") && get_cluster_type() != pcmk_cluster_cman) {
get_cluster_type  682 lib/cluster/legacy.c     enum cluster_type_e stack = get_cluster_type();
get_cluster_type  316 lib/cluster/membership.c     crm_err("Unhandled cluster type: %s", name_for_cluster_type(get_cluster_type()));
get_cluster_type  318 mcp/corosync.c     stack = get_cluster_type();
get_cluster_type  243 mcp/pacemaker.c     enum cluster_type_e stack = get_cluster_type();
get_cluster_type  966 tools/crm_node.c     try_stack = get_cluster_type();