hb_conn           681 attrd/legacy.c             cluster.hb_conn = NULL;
hb_conn           696 attrd/legacy.c         attrd_cluster_conn = cluster.hb_conn;
hb_conn            67 cib/main.c     ll_cluster_t *hb_conn = NULL;
hb_conn            71 cib/main.c     void *hb_conn = NULL;
hb_conn           249 cib/main.c         if (hb_conn) {
hb_conn           250 cib/main.c             hb_conn->llc_ops->delete(hb_conn);
hb_conn           501 cib/main.c                 hb_conn = crm_cluster.hb_conn;
hb_conn           504 cib/main.c                         hb_conn->llc_ops->set_cstatus_callback(hb_conn, cib_client_status_callback,
hb_conn           505 cib/main.c                                                                hb_conn)) {
hb_conn           507 cib/main.c                         crm_err("Cannot set cstatus callback: %s", hb_conn->llc_ops->errmsg(hb_conn));
hb_conn           519 cib/main.c                     hb_conn->llc_ops->client_status(hb_conn, NULL, CRM_SYSTEM_CIB, -1);
hb_conn           108 crmd/control.c             fsa_cluster_conn = cluster->hb_conn;
hb_conn          1466 fencing/main.c         cluster.hb_conn = NULL;
hb_conn          1495 fencing/main.c                 cluster.hb_conn->llc_ops->set_msg_callback(cluster.hb_conn, T_STONITH_NOTIFY,
hb_conn          1496 fencing/main.c                                                             cluster.hb_dispatch, cluster.hb_conn)) {
hb_conn          1497 fencing/main.c                 crm_crit("Cannot set msg callback %s: %s", T_STONITH_NOTIFY, cluster.hb_conn->llc_ops->errmsg(cluster.hb_conn));
hb_conn          1501 fencing/main.c                 cluster.hb_conn->llc_ops->set_msg_callback(cluster.hb_conn, T_STONITH_TIMEOUT_VALUE,
hb_conn          1502 fencing/main.c                                                             cluster.hb_dispatch, cluster.hb_conn)) {
hb_conn          1503 fencing/main.c                 crm_crit("Cannot set msg callback %s: %s", T_STONITH_TIMEOUT_VALUE, cluster.hb_conn->llc_ops->errmsg(cluster.hb_conn));
hb_conn          1551 fencing/main.c     if (cluster.hb_conn) {
hb_conn          1552 fencing/main.c         cluster.hb_conn->llc_ops->delete(cluster.hb_conn);
hb_conn           102 include/crm/cluster.h     ll_cluster_t *hb_conn;
hb_conn           395 include/crm/cluster/internal.h gboolean send_ha_message(ll_cluster_t * hb_conn, xmlNode * msg,
hb_conn           192 lib/cluster/cluster.c         if (cluster->hb_conn == NULL) {
hb_conn           197 lib/cluster/cluster.c             cluster->hb_conn = (*new_cluster) ("heartbeat");
hb_conn           202 lib/cluster/cluster.c             cluster->hb_conn->llc_ops->signoff(cluster->hb_conn, FALSE);
hb_conn           206 lib/cluster/cluster.c         if (heartbeat_cluster && heartbeat_cluster != cluster->hb_conn) {
hb_conn           210 lib/cluster/cluster.c         CRM_ASSERT(cluster->hb_conn != NULL);
hb_conn           211 lib/cluster/cluster.c         heartbeat_cluster = cluster->hb_conn;
hb_conn           255 lib/cluster/cluster.c         } else if (cluster->hb_conn) {
hb_conn           256 lib/cluster/cluster.c             cluster->hb_conn->llc_ops->signoff(cluster->hb_conn, TRUE);
hb_conn           257 lib/cluster/cluster.c             cluster->hb_conn = NULL;
hb_conn           405 lib/cluster/heartbeat.c send_ha_message(ll_cluster_t * hb_conn, xmlNode * xml, const char *node, gboolean force_ordered)
hb_conn           414 lib/cluster/heartbeat.c     } else if (hb_conn == NULL) {
hb_conn           418 lib/cluster/heartbeat.c     } else if (hb_conn->llc_ops->chan_is_connected(hb_conn) == FALSE) {
hb_conn           425 lib/cluster/heartbeat.c         if (hb_conn->llc_ops->send_ordered_nodemsg(hb_conn, msg, host_lowercase) != HA_OK) {
hb_conn           432 lib/cluster/heartbeat.c         if (hb_conn->llc_ops->send_ordered_clustermsg(hb_conn, msg) != HA_OK) {
hb_conn           438 lib/cluster/heartbeat.c         if (hb_conn->llc_ops->sendclustermsg(hb_conn, msg) != HA_OK) {
hb_conn           444 lib/cluster/heartbeat.c     if (all_is_good == FALSE && hb_conn != NULL) {
hb_conn           448 lib/cluster/heartbeat.c         if (hb_conn->llc_ops->chan_is_connected(hb_conn) != HA_OK) {
hb_conn           449 lib/cluster/heartbeat.c             ipc = hb_conn->llc_ops->ipcchan(hb_conn);
hb_conn           531 lib/cluster/heartbeat.c     if (cluster->hb_conn->llc_ops->signon(cluster->hb_conn, crm_system_name) != HA_OK) {
hb_conn           533 lib/cluster/heartbeat.c                 cluster->hb_conn->llc_ops->errmsg(cluster->hb_conn));
hb_conn           538 lib/cluster/heartbeat.c         cluster->hb_conn->llc_ops->set_msg_callback(cluster->hb_conn, crm_system_name,
hb_conn           539 lib/cluster/heartbeat.c                                                     cluster->hb_dispatch, cluster->hb_conn)) {
hb_conn           541 lib/cluster/heartbeat.c         crm_err("Cannot set msg callback: %s", cluster->hb_conn->llc_ops->errmsg(cluster->hb_conn));
hb_conn           553 lib/cluster/heartbeat.c         (*g_main_add_cluster) (G_PRIORITY_HIGH, cluster->hb_conn,
hb_conn           554 lib/cluster/heartbeat.c                                FALSE, ha_msg_dispatch, cluster->hb_conn, cluster->destroy);
hb_conn           558 lib/cluster/heartbeat.c     const_uname = cluster->hb_conn->llc_ops->get_mynodeid(cluster->hb_conn);