cluster_type      192 daemons/controld/controld_election.c     const char *cluster_type = name_for_cluster_type(get_cluster_type());
cluster_type      217 daemons/controld/controld_election.c                          "cluster-infrastructure", cluster_type, FALSE, NULL, NULL);
cluster_type      315 lib/cluster/cluster.c     static enum cluster_type_e cluster_type = pcmk_cluster_unknown;
cluster_type      318 lib/cluster/cluster.c     if (cluster_type != pcmk_cluster_unknown) {
cluster_type      319 lib/cluster/cluster.c         return cluster_type;
cluster_type      328 lib/cluster/cluster.c         cluster_type = pcmk__corosync_detect();
cluster_type      329 lib/cluster/cluster.c         if (cluster_type != pcmk_cluster_unknown) {
cluster_type      343 lib/cluster/cluster.c         cluster_type = pcmk_cluster_corosync;
cluster_type      347 lib/cluster/cluster.c         cluster_type = pcmk_cluster_invalid;
cluster_type      352 lib/cluster/cluster.c     if (cluster_type == pcmk_cluster_unknown) {
cluster_type      355 lib/cluster/cluster.c     } else if (cluster_type == pcmk_cluster_invalid) {
cluster_type      363 lib/cluster/cluster.c                  name_for_cluster_type(cluster_type));
cluster_type      366 lib/cluster/cluster.c     return cluster_type;