stack 305 lib/cluster/cluster.c enum cluster_type_e stack; stack 314 lib/cluster/cluster.c stack = get_cluster_type(); stack 315 lib/cluster/cluster.c switch (stack) { stack 338 lib/cluster/cluster.c crm_err("Unknown cluster type: %s (%d)", name_for_cluster_type(stack), stack); stack 347 lib/cluster/cluster.c name_for_cluster_type(stack)); stack 352 lib/cluster/cluster.c crm_err("Could not obtain the local %s node name", name_for_cluster_type(stack)); stack 359 lib/cluster/cluster.c name_for_cluster_type(stack), nodeid); stack 342 lib/cluster/corosync.c enum cluster_type_e stack = get_cluster_type(); stack 347 lib/cluster/corosync.c if (stack != pcmk_cluster_corosync) { stack 348 lib/cluster/corosync.c crm_err("Invalid cluster type: %s (%d)", name_for_cluster_type(stack), stack); stack 355 lib/cluster/corosync.c crm_info("Connection to '%s': established", name_for_cluster_type(stack)); stack 682 lib/cluster/legacy.c enum cluster_type_e stack = get_cluster_type(); stack 687 lib/cluster/legacy.c switch (stack) { stack 703 lib/cluster/legacy.c crm_err("Invalid cluster type: %s (%d)", name_for_cluster_type(stack), stack); stack 708 lib/cluster/legacy.c crm_info("Connection to '%s': established", name_for_cluster_type(stack)); stack 46 mcp/corosync.c enum cluster_type_e stack = pcmk_cluster_unknown; stack 318 mcp/corosync.c stack = get_cluster_type(); stack 319 mcp/corosync.c crm_info("Reading configure for stack: %s", name_for_cluster_type(stack)); stack 322 mcp/corosync.c if (stack == pcmk_cluster_corosync) { stack 327 mcp/corosync.c } else if (stack == pcmk_cluster_cman) { stack 332 mcp/corosync.c } else if (stack == pcmk_cluster_classic_ais) { stack 365 mcp/corosync.c crm_err("Unsupported stack type: %s", name_for_cluster_type(stack)); stack 243 mcp/pacemaker.c enum cluster_type_e stack = get_cluster_type(); stack 313 mcp/pacemaker.c if(stack == pcmk_cluster_corosync) { stack 2658 tools/crm_mon.c xmlNode *stack = get_xpath_object("//nvpair[@name='cluster-infrastructure']", stack 2660 tools/crm_mon.c return stack? crm_element_value(stack, XML_NVPAIR_ATTR_VALUE) : "unknown"; stack 294 tools/crm_node.c try_pacemaker(int command, enum cluster_type_e stack) stack 301 tools/crm_node.c if (stack == pcmk_cluster_heartbeat) { stack 518 tools/crm_node.c try_heartbeat(int command, enum cluster_type_e stack) stack 582 tools/crm_node.c try_cman(int command, enum cluster_type_e stack) stack 601 tools/crm_node.c try_pacemaker(command, stack); stack 757 tools/crm_node.c try_corosync(int command, enum cluster_type_e stack) stack 808 tools/crm_node.c try_pacemaker(command, stack); stack 817 tools/crm_node.c try_openais(int command, enum cluster_type_e stack)