msg_id 574 daemons/controld/controld_execd_state.c int msg_id = 0; msg_id 580 daemons/controld/controld_execd_state.c crm_element_value_int(msg, F_LRMD_IPC_MSG_ID, &msg_id); msg_id 581 daemons/controld/controld_execd_state.c remote_proxy_relay_response(proxy, op_reply, msg_id); msg_id 199 daemons/execd/remoted_proxy.c int msg_id = 0; msg_id 201 daemons/execd/remoted_proxy.c crm_element_value_int(xml, F_LRMD_IPC_MSG_ID, &msg_id); msg_id 203 daemons/execd/remoted_proxy.c rc = pcmk__ipc_send_xml(ipc_client, msg_id, msg, FALSE); msg_id 205 daemons/execd/remoted_proxy.c CRM_LOG_ASSERT(msg_id == ipc_client->request_id); msg_id 84 include/crm/lrmd_internal.h int msg_id); msg_id 119 lib/cib/cib_remote.c int msg_id = cib->call_id; msg_id 131 lib/cib/cib_remote.c if (reply_id == msg_id) { msg_id 134 lib/cib/cib_remote.c } else if (reply_id < msg_id) { msg_id 135 lib/cib/cib_remote.c crm_debug("Received old reply: %d (wanted %d)", reply_id, msg_id); msg_id 138 lib/cib/cib_remote.c } else if ((reply_id - 10000) > msg_id) { msg_id 140 lib/cib/cib_remote.c crm_debug("Received old reply: %d (wanted %d)", reply_id, msg_id); msg_id 143 lib/cib/cib_remote.c crm_err("Received a __future__ reply:" " %d (wanted %d)", reply_id, msg_id); msg_id 921 lib/cluster/cpg.c static int msg_id = 0; msg_id 962 lib/cluster/cpg.c msg_id++; msg_id 963 lib/cluster/cpg.c msg->id = msg_id; msg_id 83 lib/lrmd/proxy_common.c remote_proxy_relay_response(remote_proxy_t *proxy, xmlNode *msg, int msg_id) msg_id 89 lib/lrmd/proxy_common.c crm_xml_add_int(response, F_LRMD_IPC_MSG_ID, msg_id); msg_id 212 lib/lrmd/proxy_common.c int msg_id = 0; msg_id 221 lib/lrmd/proxy_common.c crm_element_value_int(msg, F_LRMD_IPC_MSG_ID, &msg_id); msg_id 275 lib/lrmd/proxy_common.c op, msg_id, proxy->node_name, crm_ipc_name(proxy->ipc), name, pcmk_strerror(rc), rc); msg_id 281 lib/lrmd/proxy_common.c remote_proxy_relay_response(proxy, op_reply, msg_id); msg_id 286 lib/lrmd/proxy_common.c op, msg_id, proxy->node_name, crm_ipc_name(proxy->ipc), name); msg_id 287 lib/lrmd/proxy_common.c proxy->last_request_id = msg_id; msg_id 296 lib/lrmd/proxy_common.c op, msg_id, proxy->node_name, crm_ipc_name(proxy->ipc), name); msg_id 301 lib/lrmd/proxy_common.c op, msg_id, proxy->node_name, crm_ipc_name(proxy->ipc), name, pcmk_strerror(rc), rc); msg_id 304 lib/lrmd/proxy_common.c op, msg_id, proxy->node_name, crm_ipc_name(proxy->ipc), name); msg_id 308 lib/lrmd/proxy_common.c remote_proxy_relay_response(proxy, op_reply, msg_id);