get_cluster_type  216 daemons/controld/controld_election.c     const char *cluster_type = name_for_cluster_type(get_cluster_type());
get_cluster_type  321 daemons/pacemakerd/pcmkd_corosync.c     stack = get_cluster_type();
get_cluster_type  200 include/crm/cluster.h enum cluster_type_e get_cluster_type(void);
get_cluster_type   42 include/crm/cluster/internal.h     switch (get_cluster_type()) {
get_cluster_type   50 lib/cluster/cluster.c     switch (get_cluster_type()) {
get_cluster_type   77 lib/cluster/cluster.c     enum cluster_type_e type = get_cluster_type();
get_cluster_type  103 lib/cluster/cluster.c     enum cluster_type_e type = get_cluster_type();
get_cluster_type  165 lib/cluster/cluster.c     switch (get_cluster_type()) {
get_cluster_type  207 lib/cluster/cluster.c     enum cluster_type_e stack = get_cluster_type();
get_cluster_type  391 lib/cluster/cluster.c     return get_cluster_type() == pcmk_cluster_corosync;
get_cluster_type  454 lib/cluster/corosync.c     enum cluster_type_e stack = get_cluster_type();
get_cluster_type  298 lib/cluster/membership.c     crm_err("Unhandled cluster type: %s", name_for_cluster_type(get_cluster_type()));