msg_id            167 daemons/based/based_callbacks.c     int msg_id = 0;
msg_id            174 daemons/based/based_callbacks.c     crm_element_value_int(notify_src, PCMK__XA_CIB_CALLID, &msg_id);
msg_id            181 daemons/based/based_callbacks.c                   (sync_reply? "synchronously" : "asynchronously"), msg_id);
msg_id            188 daemons/based/based_callbacks.c             msg_id = client_obj->request_id;
msg_id            195 daemons/based/based_callbacks.c             rc = pcmk__ipc_send_xml(client_obj, msg_id, notify_src, flags);
msg_id            210 daemons/based/based_callbacks.c                   (sync_reply? "synchronously" : "asynchronously"), msg_id);
msg_id            216 daemons/based/based_callbacks.c                  (sync_reply? "synchronously" : "asynchronously"), msg_id,
msg_id            589 daemons/controld/controld_execd_state.c             int msg_id = 0;
msg_id            595 daemons/controld/controld_execd_state.c             crm_element_value_int(msg, PCMK__XA_LRMD_IPC_MSG_ID, &msg_id);
msg_id            596 daemons/controld/controld_execd_state.c             remote_proxy_relay_response(proxy, op_reply, msg_id);
msg_id            205 daemons/execd/remoted_proxy.c         int msg_id = 0;
msg_id            207 daemons/execd/remoted_proxy.c         crm_element_value_int(xml, PCMK__XA_LRMD_IPC_MSG_ID, &msg_id);
msg_id            209 daemons/execd/remoted_proxy.c         rc = pcmk__ipc_send_xml(ipc_client, msg_id, msg, crm_ipc_flags_none);
msg_id            211 daemons/execd/remoted_proxy.c         CRM_LOG_ASSERT(msg_id == ipc_client->request_id);
msg_id             89 include/crm/lrmd_internal.h                                  int msg_id);
msg_id            118 lib/cib/cib_remote.c         int msg_id = cib->call_id;
msg_id            130 lib/cib/cib_remote.c         if (reply_id == msg_id) {
msg_id            133 lib/cib/cib_remote.c         } else if (reply_id < msg_id) {
msg_id            134 lib/cib/cib_remote.c             crm_debug("Received old reply: %d (wanted %d)", reply_id, msg_id);
msg_id            137 lib/cib/cib_remote.c         } else if ((reply_id - 10000) > msg_id) {
msg_id            139 lib/cib/cib_remote.c             crm_debug("Received old reply: %d (wanted %d)", reply_id, msg_id);
msg_id            142 lib/cib/cib_remote.c             crm_err("Received a __future__ reply:" " %d (wanted %d)", reply_id, msg_id);
msg_id            919 lib/cluster/cpg.c     static int msg_id = 0;
msg_id            945 lib/cluster/cpg.c     msg_id++;
msg_id            946 lib/cluster/cpg.c     msg->id = msg_id;
msg_id             88 lib/lrmd/proxy_common.c remote_proxy_relay_response(remote_proxy_t *proxy, xmlNode *msg, int msg_id)
msg_id             96 lib/lrmd/proxy_common.c     crm_xml_add_int(response, PCMK__XA_LRMD_IPC_MSG_ID, msg_id);
msg_id            222 lib/lrmd/proxy_common.c     int msg_id = 0;
msg_id            231 lib/lrmd/proxy_common.c     crm_element_value_int(msg, PCMK__XA_LRMD_IPC_MSG_ID, &msg_id);
msg_id            294 lib/lrmd/proxy_common.c                          op, msg_id, proxy->node_name, crm_ipc_name(proxy->ipc), name, pcmk_strerror(rc), rc);
msg_id            300 lib/lrmd/proxy_common.c                 remote_proxy_relay_response(proxy, op_reply, msg_id);
msg_id            305 lib/lrmd/proxy_common.c                           op, msg_id, proxy->node_name, crm_ipc_name(proxy->ipc), name);
msg_id            306 lib/lrmd/proxy_common.c                 proxy->last_request_id = msg_id;
msg_id            315 lib/lrmd/proxy_common.c                       op, msg_id, proxy->node_name, crm_ipc_name(proxy->ipc), name);
msg_id            320 lib/lrmd/proxy_common.c                          op, msg_id, proxy->node_name, crm_ipc_name(proxy->ipc), name, pcmk_strerror(rc), rc);
msg_id            323 lib/lrmd/proxy_common.c                           op, msg_id, proxy->node_name, crm_ipc_name(proxy->ipc), name);
msg_id            327 lib/lrmd/proxy_common.c                 remote_proxy_relay_response(proxy, op_reply, msg_id);