cluster_type_e    127 crmd/main.c        enum cluster_type_e cluster_type = get_cluster_type();
cluster_type_e    221 include/crm/cluster.h enum cluster_type_e get_cluster_type(void);
cluster_type_e    222 include/crm/cluster.h const char *name_for_cluster_type(enum cluster_type_e type);
cluster_type_e    428 include/crm/cluster/internal.h enum cluster_type_e find_corosync_variant(void);
cluster_type_e    138 lib/cluster/cluster.c     enum cluster_type_e type = get_cluster_type();
cluster_type_e    177 lib/cluster/cluster.c     enum cluster_type_e type = get_cluster_type();
cluster_type_e    236 lib/cluster/cluster.c     enum cluster_type_e type = get_cluster_type();
cluster_type_e    305 lib/cluster/cluster.c     enum cluster_type_e stack;
cluster_type_e    468 lib/cluster/cluster.c name_for_cluster_type(enum cluster_type_e type)
cluster_type_e    489 lib/cluster/cluster.c int set_cluster_type(enum cluster_type_e type);
cluster_type_e    490 lib/cluster/cluster.c static enum cluster_type_e cluster_type = pcmk_cluster_unknown;
cluster_type_e    493 lib/cluster/cluster.c set_cluster_type(enum cluster_type_e type)
cluster_type_e    512 lib/cluster/cluster.c enum cluster_type_e
cluster_type_e    632 lib/cluster/cluster.c     enum cluster_type_e type = get_cluster_type();
cluster_type_e    342 lib/cluster/corosync.c     enum cluster_type_e stack = get_cluster_type();
cluster_type_e    439 lib/cluster/corosync.c enum cluster_type_e
cluster_type_e    676 lib/cluster/legacy.c extern int set_cluster_type(enum cluster_type_e type);
cluster_type_e    682 lib/cluster/legacy.c     enum cluster_type_e stack = get_cluster_type();
cluster_type_e    876 lib/cluster/legacy.c enum cluster_type_e
cluster_type_e    880 lib/cluster/legacy.c     enum cluster_type_e found = pcmk_cluster_unknown;
cluster_type_e     46 mcp/corosync.c enum cluster_type_e stack = pcmk_cluster_unknown;
cluster_type_e    243 mcp/pacemaker.c     enum cluster_type_e stack = get_cluster_type();
cluster_type_e    294 tools/crm_node.c try_pacemaker(int command, enum cluster_type_e stack)
cluster_type_e    518 tools/crm_node.c try_heartbeat(int command, enum cluster_type_e stack)
cluster_type_e    582 tools/crm_node.c try_cman(int command, enum cluster_type_e stack)
cluster_type_e    757 tools/crm_node.c try_corosync(int command, enum cluster_type_e stack)
cluster_type_e    817 tools/crm_node.c try_openais(int command, enum cluster_type_e stack)
cluster_type_e    865 tools/crm_node.c int set_cluster_type(enum cluster_type_e type);
cluster_type_e    875 tools/crm_node.c     enum cluster_type_e try_stack = pcmk_cluster_unknown;