cluster_type 173 crmd/election.c const char *cluster_type = name_for_cluster_type(get_cluster_type()); cluster_type 204 crmd/election.c "cluster-infrastructure", cluster_type, FALSE, NULL, NULL); cluster_type 127 crmd/main.c enum cluster_type_e cluster_type = get_cluster_type(); cluster_type 129 crmd/main.c if (cluster_type != pcmk_cluster_corosync) { cluster_type 132 crmd/main.c name_for_cluster_type(cluster_type)); cluster_type 140 crmd/main.c name_for_cluster_type(cluster_type)); cluster_type 146 crmd/main.c name_for_cluster_type(cluster_type)); cluster_type 490 lib/cluster/cluster.c static enum cluster_type_e cluster_type = pcmk_cluster_unknown; cluster_type 495 lib/cluster/cluster.c if (cluster_type == pcmk_cluster_unknown) { cluster_type 497 lib/cluster/cluster.c cluster_type = type; cluster_type 500 lib/cluster/cluster.c } else if (cluster_type == type) { cluster_type 504 lib/cluster/cluster.c cluster_type = type; cluster_type 509 lib/cluster/cluster.c name_for_cluster_type(cluster_type), name_for_cluster_type(type)); cluster_type 519 lib/cluster/cluster.c if (cluster_type != pcmk_cluster_unknown) { cluster_type 520 lib/cluster/cluster.c return cluster_type; cluster_type 548 lib/cluster/cluster.c cluster_type = pcmk_cluster_heartbeat; cluster_type 559 lib/cluster/cluster.c cluster_type = find_corosync_variant(); cluster_type 560 lib/cluster/cluster.c if (cluster_type != pcmk_cluster_unknown) { cluster_type 573 lib/cluster/cluster.c cluster_type = pcmk_cluster_heartbeat; cluster_type 579 lib/cluster/cluster.c cluster_type = pcmk_cluster_classic_ais; cluster_type 582 lib/cluster/cluster.c cluster_type = pcmk_cluster_corosync; cluster_type 587 lib/cluster/cluster.c cluster_type = pcmk_cluster_cman; cluster_type 591 lib/cluster/cluster.c cluster_type = pcmk_cluster_invalid; cluster_type 596 lib/cluster/cluster.c if (cluster_type == pcmk_cluster_unknown) { cluster_type 599 lib/cluster/cluster.c } else if (cluster_type == pcmk_cluster_invalid) { cluster_type 605 lib/cluster/cluster.c crm_info("%s an active '%s' cluster", detected?"Detected":"Assuming", name_for_cluster_type(cluster_type)); cluster_type 608 lib/cluster/cluster.c return cluster_type;