llc_ops 726 attrd/legacy.c attrd_cluster_conn->llc_ops->signoff(attrd_cluster_conn, TRUE); llc_ops 727 attrd/legacy.c attrd_cluster_conn->llc_ops->delete(attrd_cluster_conn); llc_ops 1588 cib/callbacks.c heartbeat_cluster->llc_ops->client_status(heartbeat_cluster, NULL, crm_system_name, 0); llc_ops 250 cib/main.c hb_conn->llc_ops->delete(hb_conn); llc_ops 504 cib/main.c hb_conn->llc_ops->set_cstatus_callback(hb_conn, cib_client_status_callback, llc_ops 507 cib/main.c crm_err("Cannot set cstatus callback: %s", hb_conn->llc_ops->errmsg(hb_conn)); llc_ops 519 cib/main.c hb_conn->llc_ops->client_status(hb_conn, NULL, CRM_SYSTEM_CIB, -1); llc_ops 112 crmd/control.c fsa_cluster_conn->llc_ops->set_nstatus_callback(fsa_cluster_conn, llc_ops 117 crmd/control.c fsa_cluster_conn->llc_ops->errmsg(fsa_cluster_conn)); llc_ops 123 crmd/control.c fsa_cluster_conn->llc_ops->set_cstatus_callback(fsa_cluster_conn, llc_ops 128 crmd/control.c fsa_cluster_conn->llc_ops->errmsg(fsa_cluster_conn)); llc_ops 134 crmd/control.c fsa_cluster_conn->llc_ops->client_status(fsa_cluster_conn, NULL, CRM_SYSTEM_CRMD, llc_ops 478 crmd/control.c fsa_cluster_conn->llc_ops->delete(fsa_cluster_conn); llc_ops 854 crmd/control.c msg = fsa_cluster_conn->llc_ops->readmsg(fsa_cluster_conn, 0); llc_ops 251 crmd/heartbeat.c heartbeat_cluster->llc_ops->client_status(heartbeat_cluster, NULL, crm_system_name, 0); llc_ops 525 crmd/heartbeat.c channel = cluster_conn->llc_ops->ipcchan(cluster_conn); llc_ops 532 crmd/heartbeat.c if (cluster_conn->llc_ops->msgready(cluster_conn) == 0) { llc_ops 536 crmd/heartbeat.c cluster_conn->llc_ops->rcvmsg(cluster_conn, 0); llc_ops 1495 fencing/main.c cluster.hb_conn->llc_ops->set_msg_callback(cluster.hb_conn, T_STONITH_NOTIFY, llc_ops 1497 fencing/main.c crm_crit("Cannot set msg callback %s: %s", T_STONITH_NOTIFY, cluster.hb_conn->llc_ops->errmsg(cluster.hb_conn)); llc_ops 1501 fencing/main.c cluster.hb_conn->llc_ops->set_msg_callback(cluster.hb_conn, T_STONITH_TIMEOUT_VALUE, llc_ops 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)); llc_ops 1552 fencing/main.c cluster.hb_conn->llc_ops->delete(cluster.hb_conn); llc_ops 59 lib/cluster/cluster.c if (heartbeat_cluster->llc_ops->get_uuid_by_name(heartbeat_cluster, uname, &uuid_raw) == llc_ops 202 lib/cluster/cluster.c cluster->hb_conn->llc_ops->signoff(cluster->hb_conn, FALSE); llc_ops 207 lib/cluster/cluster.c heartbeat_cluster->llc_ops->signoff(heartbeat_cluster, FALSE); llc_ops 221 lib/cluster/cluster.c if (HA_OK != heartbeat_cluster->llc_ops->set_sendq_len(heartbeat_cluster, 1024)) { llc_ops 223 lib/cluster/cluster.c heartbeat_cluster->llc_ops->errmsg(heartbeat_cluster)); llc_ops 256 lib/cluster/cluster.c cluster->hb_conn->llc_ops->signoff(cluster->hb_conn, TRUE); llc_ops 433 lib/cluster/cluster.c if (heartbeat_cluster->llc_ops->get_name_by_uuid(heartbeat_cluster, &uuid_raw, uname, llc_ops 545 lib/cluster/cluster.c if (hb->llc_ops->signon(hb, NULL) == HA_OK) { llc_ops 546 lib/cluster/cluster.c hb->llc_ops->signoff(hb, FALSE); llc_ops 391 lib/cluster/heartbeat.c const char *const_uname = heartbeat_cluster->llc_ops->get_mynodeid(heartbeat_cluster); llc_ops 418 lib/cluster/heartbeat.c } else if (hb_conn->llc_ops->chan_is_connected(hb_conn) == FALSE) { llc_ops 425 lib/cluster/heartbeat.c if (hb_conn->llc_ops->send_ordered_nodemsg(hb_conn, msg, host_lowercase) != HA_OK) { llc_ops 432 lib/cluster/heartbeat.c if (hb_conn->llc_ops->send_ordered_clustermsg(hb_conn, msg) != HA_OK) { llc_ops 438 lib/cluster/heartbeat.c if (hb_conn->llc_ops->sendclustermsg(hb_conn, msg) != HA_OK) { llc_ops 448 lib/cluster/heartbeat.c if (hb_conn->llc_ops->chan_is_connected(hb_conn) != HA_OK) { llc_ops 449 lib/cluster/heartbeat.c ipc = hb_conn->llc_ops->ipcchan(hb_conn); llc_ops 481 lib/cluster/heartbeat.c channel = cluster_conn->llc_ops->ipcchan(cluster_conn); llc_ops 489 lib/cluster/heartbeat.c if (cluster_conn->llc_ops->msgready(cluster_conn) == 0) { llc_ops 494 lib/cluster/heartbeat.c msg = cluster_conn->llc_ops->readmsg(cluster_conn, 0); llc_ops 531 lib/cluster/heartbeat.c if (cluster->hb_conn->llc_ops->signon(cluster->hb_conn, crm_system_name) != HA_OK) { llc_ops 533 lib/cluster/heartbeat.c cluster->hb_conn->llc_ops->errmsg(cluster->hb_conn)); llc_ops 538 lib/cluster/heartbeat.c cluster->hb_conn->llc_ops->set_msg_callback(cluster->hb_conn, crm_system_name, llc_ops 541 lib/cluster/heartbeat.c crm_err("Cannot set msg callback: %s", cluster->hb_conn->llc_ops->errmsg(cluster->hb_conn)); llc_ops 558 lib/cluster/heartbeat.c const_uname = cluster->hb_conn->llc_ops->get_mynodeid(cluster->hb_conn); llc_ops 621 lib/cluster/heartbeat.c conn->llc_ops->init_nodewalk(conn); llc_ops 629 lib/cluster/heartbeat.c ha_node = conn->llc_ops->nextnode(conn); llc_ops 634 lib/cluster/heartbeat.c ha_node_type = conn->llc_ops->node_type(conn, ha_node); llc_ops 656 lib/cluster/heartbeat.c conn->llc_ops->end_nodewalk(conn);