crm_msg_cib       295 daemons/based/based_callbacks.c         send_cluster_message(NULL, crm_msg_cib, ping, TRUE);
crm_msg_cib       845 daemons/based/based_callbacks.c         send_cluster_message(crm_get_peer(0, host), crm_msg_cib, request, FALSE);
crm_msg_cib       849 daemons/based/based_callbacks.c         send_cluster_message(NULL, crm_msg_cib, request, FALSE);
crm_msg_cib       904 daemons/based/based_callbacks.c         return send_cluster_message(NULL, crm_msg_cib, msg, TRUE);
crm_msg_cib       910 daemons/based/based_callbacks.c         return send_cluster_message(crm_get_peer(0, originator), crm_msg_cib, msg, FALSE);
crm_msg_cib      1531 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       326 lib/cluster/cpg.c         case crm_msg_cib:
crm_msg_cib      1048 lib/cluster/cpg.c         type = crm_msg_cib;