ha_node           611 lib/cluster/heartbeat.c     const char *ha_node = NULL;
ha_node           629 lib/cluster/heartbeat.c         ha_node = conn->llc_ops->nextnode(conn);
ha_node           630 lib/cluster/heartbeat.c         if (ha_node == NULL) {
ha_node           634 lib/cluster/heartbeat.c         ha_node_type = conn->llc_ops->node_type(conn, ha_node);
ha_node           636 lib/cluster/heartbeat.c             crm_debug("Node %s: skipping '%s'", ha_node, ha_node_type);
ha_node           640 lib/cluster/heartbeat.c         peer = crm_get_peer(0, ha_node);
ha_node           644 lib/cluster/heartbeat.c             crm_warn("Node %s: no uuid found", ha_node);
ha_node           648 lib/cluster/heartbeat.c         crm_debug("Node: %s (uuid: %s)", ha_node, ha_node_uuid);
ha_node           651 lib/cluster/heartbeat.c         crm_xml_add(node, XML_ATTR_UNAME, ha_node);
ha_node           654 lib/cluster/heartbeat.c     } while (ha_node != NULL);