cluster_name 221 daemons/controld/controld_election.c char *cluster_name = pcmk__corosync_cluster_name(); cluster_name 223 daemons/controld/controld_election.c if (cluster_name) { cluster_name 225 daemons/controld/controld_election.c "cluster-name", cluster_name, FALSE, NULL, NULL); cluster_name 227 daemons/controld/controld_election.c free(cluster_name); cluster_name 674 lib/cluster/corosync.c char *cluster_name = NULL; cluster_name 710 lib/cluster/corosync.c rc = cmap_get_string(handle, "totem.cluster_name", &cluster_name); cluster_name 715 lib/cluster/corosync.c crm_debug("cmap totem.cluster_name = '%s'", cluster_name); cluster_name 720 lib/cluster/corosync.c return cluster_name; cluster_name 3931 lib/pengine/unpack.c const char *cluster_name = NULL; cluster_name 3957 lib/pengine/unpack.c cluster_name = g_hash_table_lookup(data_set->config_hash, "cluster-name"); cluster_name 3958 lib/pengine/unpack.c if (cluster_name) { cluster_name 3960 lib/pengine/unpack.c strdup(cluster_name)); cluster_name 3974 lib/pengine/unpack.c } else if (cluster_name) { cluster_name 3978 lib/pengine/unpack.c strdup(cluster_name));