crm_msg_cib       296 daemons/based/based_callbacks.c         send_cluster_message(NULL, crm_msg_cib, ping, TRUE);
crm_msg_cib       828 daemons/based/based_callbacks.c         send_cluster_message(crm_get_peer(0, host), crm_msg_cib, request, FALSE);
crm_msg_cib       832 daemons/based/based_callbacks.c         send_cluster_message(NULL, crm_msg_cib, request, FALSE);
crm_msg_cib       887 daemons/based/based_callbacks.c         return send_cluster_message(NULL, crm_msg_cib, msg, TRUE);
crm_msg_cib       893 daemons/based/based_callbacks.c         return send_cluster_message(crm_get_peer(0, originator), crm_msg_cib, msg, FALSE);
crm_msg_cib      1513 daemons/based/based_callbacks.c     send_cluster_message(NULL, crm_msg_cib, leaving, TRUE);
crm_msg_cib       150 daemons/based/based_messages.c     send_cluster_message(host ? crm_get_peer(0, host) : NULL, crm_msg_cib, sync_me, FALSE);
crm_msg_cib       261 daemons/based/based_messages.c                 send_cluster_message(NULL, crm_msg_cib, up, FALSE);
crm_msg_cib       289 daemons/based/based_messages.c                 if (send_cluster_message(origin, crm_msg_cib, up, TRUE)
crm_msg_cib       534 daemons/based/based_messages.c         (all ? NULL : crm_get_peer(0, host), crm_msg_cib, replace_request, FALSE) == FALSE) {
crm_msg_cib       293 include/crm/cluster/internal.h         case crm_msg_cib:
crm_msg_cib       785 lib/cluster/cpg.c         type = crm_msg_cib;