stack             209 daemons/pacemakerd/pcmkd_corosync.c     enum cluster_type_e stack;
stack             256 daemons/pacemakerd/pcmkd_corosync.c     stack = get_cluster_type();
stack             257 daemons/pacemakerd/pcmkd_corosync.c     if (stack != pcmk_cluster_corosync) {
stack             259 daemons/pacemakerd/pcmkd_corosync.c                  name_for_cluster_type(stack), stack);
stack             264 daemons/pacemakerd/pcmkd_corosync.c              name_for_cluster_type(stack));
stack             135 lib/cluster/cluster.c     enum cluster_type_e stack;
stack             137 lib/cluster/cluster.c     stack = get_cluster_type();
stack             138 lib/cluster/cluster.c     switch (stack) {
stack             146 lib/cluster/cluster.c             crm_err("Unknown cluster type: %s (%d)", name_for_cluster_type(stack), stack);
stack             153 lib/cluster/cluster.c                     name_for_cluster_type(stack));
stack             157 lib/cluster/cluster.c                    name_for_cluster_type(stack));
stack             162 lib/cluster/cluster.c                    name_for_cluster_type(stack), nodeid);
stack             386 lib/cluster/corosync.c     enum cluster_type_e stack = get_cluster_type();
stack             391 lib/cluster/corosync.c     if (stack != pcmk_cluster_corosync) {
stack             392 lib/cluster/corosync.c         crm_err("Invalid cluster type: %s (%d)", name_for_cluster_type(stack), stack);
stack             399 lib/cluster/corosync.c     crm_info("Connection to '%s': established", name_for_cluster_type(stack));
stack              63 lib/pengine/pe_output.c     xmlNode *stack = get_xpath_object("//nvpair[@name='cluster-infrastructure']",
stack              65 lib/pengine/pe_output.c     return stack? crm_element_value(stack, XML_NVPAIR_ATTR_VALUE) : "unknown";