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 252 lib/cluster/cluster.c static enum cluster_type_e cluster_type = pcmk_cluster_unknown; cluster_type 257 lib/cluster/cluster.c if (cluster_type == pcmk_cluster_unknown) { cluster_type 259 lib/cluster/cluster.c cluster_type = type; cluster_type 262 lib/cluster/cluster.c } else if (cluster_type == type) { cluster_type 266 lib/cluster/cluster.c cluster_type = type; cluster_type 271 lib/cluster/cluster.c name_for_cluster_type(cluster_type), name_for_cluster_type(type)); cluster_type 281 lib/cluster/cluster.c if (cluster_type != pcmk_cluster_unknown) { cluster_type 282 lib/cluster/cluster.c return cluster_type; cluster_type 291 lib/cluster/cluster.c cluster_type = find_corosync_variant(); cluster_type 292 lib/cluster/cluster.c if (cluster_type != pcmk_cluster_unknown) { cluster_type 305 lib/cluster/cluster.c cluster_type = pcmk_cluster_corosync; cluster_type 309 lib/cluster/cluster.c cluster_type = pcmk_cluster_invalid; cluster_type 314 lib/cluster/cluster.c if (cluster_type == pcmk_cluster_unknown) { cluster_type 317 lib/cluster/cluster.c } else if (cluster_type == pcmk_cluster_invalid) { cluster_type 323 lib/cluster/cluster.c crm_info("%s an active '%s' cluster", detected?"Detected":"Assuming", name_for_cluster_type(cluster_type)); cluster_type 326 lib/cluster/cluster.c return cluster_type;