call_id            82 daemons/attrd/attrd_alerts.c config_query_callback(xmlNode * msg, int call_id, int rc, xmlNode * output, void *user_data)
call_id           113 daemons/attrd/attrd_alerts.c     int call_id;
call_id           117 daemons/attrd/attrd_alerts.c     call_id = the_cib->cmds->query(the_cib, XPATH_ALERTS, NULL,
call_id           120 daemons/attrd/attrd_alerts.c     the_cib->cmds->register_callback_full(the_cib, call_id, 120, FALSE, NULL,
call_id           124 daemons/attrd/attrd_alerts.c     crm_trace("Querying the CIB... call %d", call_id);
call_id          1073 daemons/attrd/attrd_commands.c attrd_cib_callback(xmlNode * msg, int call_id, int rc, xmlNode * output, void *user_data)
call_id          1089 daemons/attrd/attrd_commands.c     if (rc == pcmk_ok && call_id < 0) {
call_id          1090 daemons/attrd/attrd_commands.c         rc = call_id;
call_id          1096 daemons/attrd/attrd_commands.c             last_cib_op_done = call_id;
call_id          1114 daemons/attrd/attrd_commands.c                call_id, a->id, pcmk_strerror(rc), rc);
call_id           104 daemons/attrd/pacemaker-attrd.c attrd_erase_cb(xmlNode *msg, int call_id, int rc, xmlNode *output,
call_id           132 daemons/attrd/pacemaker-attrd.c     int call_id;
call_id           138 daemons/attrd/pacemaker-attrd.c     call_id = the_cib->cmds->remove(the_cib, xpath, NULL,
call_id           140 daemons/attrd/pacemaker-attrd.c     the_cib->cmds->register_callback_full(the_cib, call_id, 120, FALSE, xpath,
call_id           374 daemons/based/based_callbacks.c     int call_id = 0;
call_id           379 daemons/based/based_callbacks.c     crm_element_value_int(notify_src, F_CIB_CALLID, &call_id);
call_id           384 daemons/based/based_callbacks.c                   call_id, client_id);
call_id           400 daemons/based/based_callbacks.c                       call_id, pcmk__client_name(client_obj),
call_id           406 daemons/based/based_callbacks.c                   call_id, pcmk__client_name(client_obj),
call_id           947 daemons/based/based_callbacks.c     const char *call_id = crm_element_value(request, F_CIB_CALLID);
call_id           970 daemons/based/based_callbacks.c                   op, client_name, call_id, originator, target, reply_to);
call_id           973 daemons/based/based_callbacks.c         crm_trace("Processing local %s operation from %s/%s intended for %s", op, client_name, call_id, target);
call_id          1017 daemons/based/based_callbacks.c                    client_name, call_id);
call_id          1075 daemons/based/based_callbacks.c                    originator ? originator : "local", client_name, call_id,
call_id          1096 daemons/based/based_callbacks.c                   originator ? originator : "local", client_name, call_id,
call_id          1180 daemons/based/based_callbacks.c     const char *call_id = crm_element_value(request, F_CIB_CALLID);
call_id          1348 daemons/based/based_callbacks.c         cib_diff_notify(call_options, client, call_id, op, input, rc, *cib_diff);
call_id          1365 daemons/based/based_callbacks.c         crm_xml_add(*reply, F_CIB_CALLID, call_id);
call_id           234 daemons/based/based_messages.c         const char *call_id = crm_element_value(req, F_CIB_CALLID);
call_id           254 daemons/based/based_messages.c             crm_xml_add(up, F_CIB_CALLID, call_id);
call_id           287 daemons/based/based_messages.c                 crm_xml_add(up, F_CIB_CALLID, call_id);
call_id           137 daemons/based/based_notify.c cib_diff_notify(int options, const char *client, const char *call_id, const char *op,
call_id           164 daemons/based/based_notify.c                    client, call_id ? ", call:" : "", call_id ? call_id : "",
call_id           171 daemons/based/based_notify.c                    client, call_id ? ", call: " : "", call_id ? call_id : "",
call_id           147 daemons/based/pacemaker-based.h void cib_diff_notify(int options, const char *client, const char *call_id,
call_id           171 daemons/controld/controld_based.c cib_delete_callback(xmlNode *msg, int call_id, int rc, xmlNode *output,
call_id           177 daemons/controld/controld_based.c         crm_debug("Deletion of %s (via CIB call %d) succeeded", desc, call_id);
call_id           180 daemons/controld/controld_based.c                  desc, call_id, pcmk_strerror(rc), rc);
call_id           253 daemons/controld/controld_based.c         int call_id;
call_id           257 daemons/controld/controld_based.c         call_id = fsa_cib_conn->cmds->remove(fsa_cib_conn, xpath, NULL, options);
call_id           259 daemons/controld/controld_based.c                  desc, call_id, xpath);
call_id           260 daemons/controld/controld_based.c         fsa_register_cib_callback(call_id, FALSE, desc, cib_delete_callback);
call_id           681 daemons/controld/controld_control.c config_query_callback(xmlNode * msg, int call_id, int rc, xmlNode * output, void *user_data)
call_id           716 daemons/controld/controld_control.c     crm_debug("Call %d : Parsing CIB options", call_id);
call_id           791 daemons/controld/controld_control.c     int call_id =
call_id           796 daemons/controld/controld_control.c     fsa_register_cib_callback(call_id, FALSE, NULL, config_query_callback);
call_id           797 daemons/controld/controld_control.c     crm_trace("Querying the CIB... call %d", call_id);
call_id           172 daemons/controld/controld_election.c feature_update_callback(xmlNode * msg, int call_id, int rc, xmlNode * output, void *user_data)
call_id            65 daemons/controld/controld_execd.c make_stop_id(const char *rsc, int call_id)
call_id            67 daemons/controld/controld_execd.c     return crm_strdup_printf("%s:%d", rsc, call_id);
call_id           199 daemons/controld/controld_execd.c     entry->last_callid = op->call_id;
call_id           940 daemons/controld/controld_execd.c                  pending->op_key, pending->call_id, rsc);
call_id           993 daemons/controld/controld_execd.c     crm_xml_add_int(xml_top, XML_LRM_ATTR_CALLID, op->call_id);
call_id          1005 daemons/controld/controld_execd.c               op->rsc_id, op->op_type, op->interval_ms, op->call_id);
call_id          1046 daemons/controld/controld_execd.c                         const char *key, const char *orig_op, int call_id)
call_id          1052 daemons/controld/controld_execd.c     if (call_id > 0) {
call_id          1055 daemons/controld/controld_execd.c                                      call_id);
call_id          1067 daemons/controld/controld_execd.c               key, rsc_id, call_id);
call_id          1208 daemons/controld/controld_execd.c         remove = !cancel_op(data->lrm_state, data->rsc->id, key, op->call_id, data->remove);
call_id          1352 daemons/controld/controld_execd.c     int call_id = 999999999;
call_id          1363 daemons/controld/controld_execd.c         call_id = entry->last_callid + 1;
call_id          1366 daemons/controld/controld_execd.c     if (call_id < 0) {
call_id          1367 daemons/controld/controld_execd.c         call_id = 1;
call_id          1369 daemons/controld/controld_execd.c     return call_id;
call_id          1376 daemons/controld/controld_execd.c     op->call_id = get_fake_call_id(lrm_state, op->rsc_id);
call_id          1615 daemons/controld/controld_execd.c     const char *call_id = NULL;
call_id          1638 daemons/controld/controld_execd.c     call_id = crm_element_value(params, meta_key);
call_id          1642 daemons/controld/controld_execd.c               op_key, (call_id? call_id : "NA"));
call_id          1643 daemons/controld/controld_execd.c     pcmk__scan_min_int(call_id, &call, 0);
call_id          2162 daemons/controld/controld_execd.c         crm_debug("Cancelling op %d for %s (%s)", op->call_id, op->rsc_id, (char*)key);
call_id          2163 daemons/controld/controld_execd.c         remove = !cancel_op(event->lrm_state, event->rsc->id, key, op->call_id, FALSE);
call_id          2177 daemons/controld/controld_execd.c         crm_info("Cancelling op %d for %s (%s)", op->call_id, op->rsc_id,
call_id          2179 daemons/controld/controld_execd.c         remove = !cancel_op(lrm_state, op->rsc_id, key, op->call_id, FALSE);
call_id          2206 daemons/controld/controld_execd.c     op->call_id = -1;
call_id          2224 daemons/controld/controld_execd.c     int call_id = 0;
call_id          2332 daemons/controld/controld_execd.c     call_id = lrm_state_exec(lrm_state, rsc->id, op->op_type, op->user_data,
call_id          2336 daemons/controld/controld_execd.c     if (call_id <= 0 && lrm_state_is_local(lrm_state)) {
call_id          2337 daemons/controld/controld_execd.c         crm_err("Operation %s on %s failed: %d", operation, rsc->id, call_id);
call_id          2340 daemons/controld/controld_execd.c     } else if (call_id <= 0) {
call_id          2342 daemons/controld/controld_execd.c                 operation, rsc->id, lrm_state->node_name, call_id);
call_id          2350 daemons/controld/controld_execd.c         char *call_id_s = make_stop_id(rsc->id, call_id);
call_id          2354 daemons/controld/controld_execd.c         crm_trace("Recording pending op: %d - %s %s", call_id, op_id, call_id_s);
call_id          2356 daemons/controld/controld_execd.c         pending->call_id = call_id;
call_id          2392 daemons/controld/controld_execd.c cib_rsc_callback(xmlNode * msg, int call_id, int rc, xmlNode * output, void *user_data)
call_id          2398 daemons/controld/controld_execd.c             crm_trace("Resource update %d complete: rc=%d", call_id, rc);
call_id          2401 daemons/controld/controld_execd.c             crm_warn("Resource update %d failed: (rc=%d) %s", call_id, rc, pcmk_strerror(rc));
call_id          2404 daemons/controld/controld_execd.c     if (call_id == last_resource_update) {
call_id          2636 daemons/controld/controld_execd.c     op_id = make_stop_id(op->rsc_id, op->call_id);
call_id          2797 daemons/controld/controld_execd.c                       op_key, op->call_id, op_id,
call_id          2813 daemons/controld/controld_execd.c                      op->call_id, op_key, pcmk__btoa(removed));
call_id          2822 daemons/controld/controld_execd.c                        op->call_id, op_key, pcmk__btoa(removed), update_id);
call_id          2831 daemons/controld/controld_execd.c                     op->call_id, op_key, op->timeout);
call_id          2839 daemons/controld/controld_execd.c                     services_lrm_status_str(op->op_status), op->call_id, op_key,
call_id          2847 daemons/controld/controld_execd.c                               op->call_id);
call_id            81 daemons/controld/controld_execd_state.c     event.call_id = op->call_id;
call_id           436 daemons/controld/controld_execd_state.c remote_config_check(xmlNode * msg, int call_id, int rc, xmlNode * output, void *user_data)
call_id           450 daemons/controld/controld_execd_state.c         crm_debug("Call %d : Parsing CIB options", call_id);
call_id           156 daemons/controld/controld_fencing.c cib_fencing_updated(xmlNode *msg, int call_id, int rc, xmlNode *output,
call_id           161 daemons/controld/controld_fencing.c                 call_id, (char *)user_data, pcmk_strerror(rc), rc);
call_id           166 daemons/controld/controld_fencing.c         crm_info("Fencing update %d for %s: complete", call_id, (char *)user_data);
call_id           716 daemons/controld/controld_fencing.c     int call_id = data->call_id;
call_id           721 daemons/controld/controld_fencing.c     crm_notice("Stonith operation %d/%s: %s (%d)", call_id, (char *)userdata,
call_id           754 daemons/controld/controld_fencing.c         crm_info("Stonith operation %d for %s passed", call_id, target);
call_id           798 daemons/controld/controld_fencing.c                    call_id, target, pcmk_strerror(rc));
call_id           153 daemons/controld/controld_fsa.c                    input->rsc_id, input->call_id, input->rc,
call_id            20 daemons/controld/controld_join_client.c void join_query_callback(xmlNode * msg, int call_id, int rc, xmlNode * output, void *user_data);
call_id           152 daemons/controld/controld_join_client.c join_query_callback(xmlNode * msg, int call_id, int rc, xmlNode * output, void *user_data)
call_id           159 daemons/controld/controld_join_client.c     if (query_call_id != call_id) {
call_id           160 daemons/controld/controld_join_client.c         crm_trace("Query %d superseded", call_id);
call_id            25 daemons/controld/controld_join_dc.c void finalize_sync_callback(xmlNode * msg, int call_id, int rc, xmlNode * output, void *user_data);
call_id           475 daemons/controld/controld_join_dc.c finalize_sync_callback(xmlNode * msg, int call_id, int rc, xmlNode * output, void *user_data)
call_id           512 daemons/controld/controld_join_dc.c join_update_complete_callback(xmlNode * msg, int call_id, int rc, xmlNode * output, void *user_data)
call_id           518 daemons/controld/controld_join_dc.c                   current_join_id, call_id);
call_id           524 daemons/controld/controld_join_dc.c                 current_join_id, call_id, pcmk_strerror(rc));
call_id           538 daemons/controld/controld_join_dc.c     int call_id = 0;
call_id           599 daemons/controld/controld_join_dc.c                 cib_scope_local | cib_quorum_override | cib_can_create, call_id, NULL);
call_id           602 daemons/controld/controld_join_dc.c                       "from query result (via CIB call %d)", join_id, call_id);
call_id           605 daemons/controld/controld_join_dc.c                 cib_scope_local | cib_quorum_override | cib_can_create, call_id, NULL);
call_id           607 daemons/controld/controld_join_dc.c                      "because query failed (via CIB call %d)", join_id, call_id);
call_id           611 daemons/controld/controld_join_dc.c            cib_scope_local | cib_quorum_override | cib_can_create, call_id, NULL);
call_id           613 daemons/controld/controld_join_dc.c                   "(via CIB call %d)", join_from, join_id, call_id);
call_id           615 daemons/controld/controld_join_dc.c     fsa_register_cib_callback(call_id, FALSE, NULL, join_update_complete_callback);
call_id            45 daemons/controld/controld_lrm.h     int call_id;
call_id            94 daemons/controld/controld_membership.c crmd_node_update_complete(xmlNode * msg, int call_id, int rc, xmlNode * output, void *user_data)
call_id           101 daemons/controld/controld_membership.c         crm_trace("Node update %d complete", call_id);
call_id           103 daemons/controld/controld_membership.c     } else if(call_id < pcmk_ok) {
call_id           104 daemons/controld/controld_membership.c         crm_err("Node update failed: %s (%d)", pcmk_strerror(call_id), call_id);
call_id           109 daemons/controld/controld_membership.c         crm_err("Node update %d failed: %s (%d)", call_id, pcmk_strerror(rc), rc);
call_id           188 daemons/controld/controld_membership.c remove_conflicting_node_callback(xmlNode * msg, int call_id, int rc,
call_id           199 daemons/controld/controld_membership.c search_conflicting_node_callback(xmlNode * msg, int call_id, int rc,
call_id           279 daemons/controld/controld_membership.c node_list_update_callback(xmlNode * msg, int call_id, int rc, xmlNode * output, void *user_data)
call_id           283 daemons/controld/controld_membership.c     if(call_id < pcmk_ok) {
call_id           284 daemons/controld/controld_membership.c         crm_err("Node list update failed: %s (%d)", pcmk_strerror(call_id), call_id);
call_id           289 daemons/controld/controld_membership.c         crm_err("Node update %d failed: %s (%d)", call_id, pcmk_strerror(rc), rc);
call_id           300 daemons/controld/controld_membership.c     int call_id = 0;
call_id           334 daemons/controld/controld_membership.c                 call_id = fsa_cib_conn->cmds->query(fsa_cib_conn, xpath, NULL,
call_id           336 daemons/controld/controld_membership.c                 fsa_register_cib_callback(call_id, FALSE, strdup(node->uuid),
call_id           344 daemons/controld/controld_membership.c     fsa_cib_update(XML_CIB_TAG_NODES, node_list, call_options, call_id, NULL);
call_id           345 daemons/controld/controld_membership.c     fsa_register_cib_callback(call_id, FALSE, NULL, node_list_update_callback);
call_id           349 daemons/controld/controld_membership.c     if (call_id >= pcmk_ok && crm_peer_cache != NULL && AM_I_DC) {
call_id           371 daemons/controld/controld_membership.c         fsa_cib_update(XML_CIB_TAG_STATUS, node_list, call_options, call_id, NULL);
call_id           372 daemons/controld/controld_membership.c         fsa_register_cib_callback(call_id, FALSE, NULL, crmd_node_update_complete);
call_id           373 daemons/controld/controld_membership.c         last_peer_update = call_id;
call_id           380 daemons/controld/controld_membership.c cib_quorum_update_complete(xmlNode * msg, int call_id, int rc, xmlNode * output, void *user_data)
call_id           385 daemons/controld/controld_membership.c         crm_trace("Quorum update %d complete", call_id);
call_id           388 daemons/controld/controld_membership.c         crm_err("Quorum update %d failed: %s (%d)", call_id, pcmk_strerror(rc), rc);
call_id           404 daemons/controld/controld_membership.c         int call_id = 0;
call_id           412 daemons/controld/controld_membership.c         fsa_cib_update(XML_TAG_CIB, update, call_options, call_id, NULL);
call_id           414 daemons/controld/controld_membership.c                   pcmk__btoa(quorum), call_id);
call_id           415 daemons/controld/controld_membership.c         fsa_register_cib_callback(call_id, FALSE, NULL, cib_quorum_update_complete);
call_id            54 daemons/controld/controld_remote_ra.c     int call_id;
call_id           178 daemons/controld/controld_remote_ra.c     int call_opt, call_id = 0;
call_id           233 daemons/controld/controld_remote_ra.c     fsa_cib_update(XML_CIB_TAG_STATUS, update, call_opt, call_id, NULL);
call_id           234 daemons/controld/controld_remote_ra.c     if (call_id < 0) {
call_id           256 daemons/controld/controld_remote_ra.c     int call_id = 0;
call_id           285 daemons/controld/controld_remote_ra.c     fsa_cib_update(XML_CIB_TAG_STATUS, update, call_opt, call_id, NULL);
call_id           286 daemons/controld/controld_remote_ra.c     if (call_id < 0) {
call_id           394 daemons/controld/controld_remote_ra.c     op.call_id = cmd->call_id;
call_id           518 daemons/controld/controld_remote_ra.c     op.call_id = generate_callid();
call_id          1079 daemons/controld/controld_remote_ra.c         cmd->call_id = generate_callid();
call_id          1123 daemons/controld/controld_remote_ra.c         rc = cmd->call_id;
call_id          1138 daemons/controld/controld_remote_ra.c     cmd->call_id = generate_callid();
call_id          1147 daemons/controld/controld_remote_ra.c     return cmd->call_id;
call_id          1233 daemons/controld/controld_remote_ra.c     int call_opt, call_id = 0;
call_id          1243 daemons/controld/controld_remote_ra.c     fsa_cib_update(XML_CIB_TAG_STATUS, update, call_opt, call_id, NULL);
call_id          1244 daemons/controld/controld_remote_ra.c     if (call_id < 0) {
call_id            54 daemons/controld/controld_schedulerd.c save_cib_contents(xmlNode *msg, int call_id, int rc, xmlNode *output,
call_id           201 daemons/controld/controld_schedulerd.c static void do_pe_invoke_callback(xmlNode *msg, int call_id, int rc,
call_id           418 daemons/controld/controld_schedulerd.c do_pe_invoke_callback(xmlNode * msg, int call_id, int rc, xmlNode * output, void *user_data)
call_id           425 daemons/controld/controld_schedulerd.c                 CRM_XS " rc=%d call=%d", pcmk_strerror(rc), rc, call_id);
call_id           429 daemons/controld/controld_schedulerd.c     } else if (call_id != fsa_pe_query) {
call_id           430 daemons/controld/controld_schedulerd.c         crm_trace("Skipping superseded CIB query: %d (current=%d)", call_id, fsa_pe_query);
call_id           246 daemons/controld/controld_te_actions.c     op->call_id = -1;
call_id           640 daemons/controld/controld_te_callbacks.c cib_action_updated(xmlNode * msg, int call_id, int rc, xmlNode * output, void *user_data)
call_id           643 daemons/controld/controld_te_callbacks.c         crm_err("Update %d FAILED: %s", call_id, pcmk_strerror(rc));
call_id            40 daemons/controld/controld_transition.h void cib_action_updated(xmlNode *msg, int call_id, int rc, xmlNode *output,
call_id            22 daemons/controld/controld_utils.h #  define fsa_cib_update(section, data, options, call_id, user_name)	\
call_id            24 daemons/controld/controld_utils.h 	    call_id = cib_internal_op(                                  \
call_id           194 daemons/execd/cts-exec-helper.c     if (exec_call_id && (event->call_id == exec_call_id)) {
call_id            28 daemons/execd/execd_alerts.c add_inflight_alert(int call_id, int timeout)
call_id            33 daemons/execd/execd_alerts.c     pcmk__intkey_table_insert(inflight_alerts, call_id,
call_id            38 daemons/execd/execd_alerts.c remove_inflight_alert(int call_id)
call_id            41 daemons/execd/execd_alerts.c         pcmk__intkey_table_remove(inflight_alerts, call_id);
call_id            65 daemons/execd/execd_alerts.c     int call_id;
call_id            73 daemons/execd/execd_alerts.c     remove_inflight_alert(cb_data->call_id);
call_id           121 daemons/execd/execd_alerts.c     crm_element_value_int(request, F_LRMD_CALLID, &(cb_data->call_id));
call_id           130 daemons/execd/execd_alerts.c     add_inflight_alert(cb_data->call_id, alert_timeout);
call_id            43 daemons/execd/execd_commands.c     int call_id;
call_id           220 daemons/execd/execd_commands.c                cmd->rsc_id, cmd->action, cmd->call_id,
call_id           225 daemons/execd/execd_commands.c                cmd->rsc_id, cmd->action, cmd->call_id,
call_id           240 daemons/execd/execd_commands.c                cmd->rsc_id, cmd->action, cmd->call_id);
call_id           285 daemons/execd/execd_commands.c     crm_element_value_int(msg, F_LRMD_CALLID, &cmd->call_id);
call_id           455 daemons/execd/execd_commands.c     dup->call_id = cmd->call_id;
call_id           509 daemons/execd/execd_commands.c create_lrmd_reply(const char *origin, int rc, int call_id)
call_id           515 daemons/execd/execd_commands.c     crm_xml_add_int(reply, F_LRMD_CALLID, call_id);
call_id           602 daemons/execd/execd_commands.c     crm_xml_add_int(notify, F_LRMD_CALLID, cmd->call_id);
call_id           654 daemons/execd/execd_commands.c         int call_id = 0;
call_id           660 daemons/execd/execd_commands.c         crm_element_value_int(request, F_LRMD_CALLID, &call_id);
call_id           665 daemons/execd/execd_commands.c         crm_xml_add_int(notify, F_LRMD_CALLID, call_id);
call_id          1543 daemons/execd/execd_commands.c process_lrmd_signon(pcmk__client_t *client, xmlNode *request, int call_id,
call_id          1569 daemons/execd/execd_commands.c     *reply = create_lrmd_reply(__func__, rc, call_id);
call_id          1599 daemons/execd/execd_commands.c process_lrmd_get_rsc_info(xmlNode *request, int call_id)
call_id          1617 daemons/execd/execd_commands.c     reply = create_lrmd_reply(__func__, rc, call_id);
call_id          1666 daemons/execd/execd_commands.c     int call_id;
call_id          1678 daemons/execd/execd_commands.c     call_id = cmd->call_id;
call_id          1684 daemons/execd/execd_commands.c     return call_id;
call_id          1819 daemons/execd/execd_commands.c process_lrmd_get_recurring(xmlNode *request, int call_id)
call_id          1846 daemons/execd/execd_commands.c     reply = create_lrmd_reply(__func__, rc, call_id);
call_id          1868 daemons/execd/execd_commands.c     int call_id = 0;
call_id          1881 daemons/execd/execd_commands.c     crm_element_value_int(request, F_LRMD_CALLID, &call_id);
call_id          1895 daemons/execd/execd_commands.c         rc = process_lrmd_signon(client, request, call_id, &reply);
call_id          1907 daemons/execd/execd_commands.c             reply = process_lrmd_get_rsc_info(request, call_id);
call_id          1958 daemons/execd/execd_commands.c             reply = process_lrmd_get_recurring(request, call_id);
call_id          1982 daemons/execd/execd_commands.c             reply = create_lrmd_reply(__func__, rc, call_id);
call_id           135 daemons/fenced/cts-fence-helper.c     crm_notice("Call id %d completed with rc %d", data->call_id, data->rc);
call_id          2680 daemons/fenced/fenced_commands.c         const char *call_id = crm_element_value(request, F_STONITH_CALLID);
call_id          2685 daemons/fenced/fenced_commands.c         do_stonith_async_timeout_update(client_id, call_id, op_timeout);
call_id            81 daemons/fenced/fenced_remote.c extern xmlNode *stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data,
call_id          1420 daemons/fenced/fenced_remote.c     const char *call_id = NULL;
call_id          1434 daemons/fenced/fenced_remote.c     call_id = crm_element_value(op->request, F_STONITH_CALLID);
call_id          1436 daemons/fenced/fenced_remote.c     if (!client_node || !call_id || !client_id) {
call_id          1442 daemons/fenced/fenced_remote.c         do_stonith_async_timeout_update(client_id, call_id, op_timeout);
call_id          1450 daemons/fenced/fenced_remote.c     crm_xml_add(update, F_STONITH_CALLID, call_id);
call_id           330 daemons/fenced/pacemaker-fenced.c do_stonith_async_timeout_update(const char *client_id, const char *call_id, int timeout)
call_id           335 daemons/fenced/pacemaker-fenced.c     if (!timeout || !call_id || !client_id) {
call_id           346 daemons/fenced/pacemaker-fenced.c     crm_xml_add(notify_data, F_STONITH_CALLID, call_id);
call_id           349 daemons/fenced/pacemaker-fenced.c     crm_trace("timeout update is %d for client %s and call id %s", timeout, client_id, call_id);
call_id          1158 daemons/fenced/pacemaker-fenced.c init_cib_cache_cb(xmlNode * msg, int call_id, int rc, xmlNode * output, void *user_data)
call_id           238 daemons/fenced/pacemaker-fenced.h  do_stonith_async_timeout_update(const char *client, const char *call_id, int timeout);
call_id            52 include/crm/cib.h void remove_cib_op_callback(int call_id, gboolean all_callbacks);
call_id           121 include/crm/cib/cib_types.h     gboolean (*register_callback) (cib_t *cib, int call_id, int timeout,
call_id           126 include/crm/cib/cib_types.h     gboolean (*register_callback_full)(cib_t *cib, int call_id, int timeout,
call_id           139 include/crm/cib/cib_types.h     int call_id;
call_id           145 include/crm/cib/cib_types.h     void (*op_callback) (const xmlNode *msg, int call_id, int rc,
call_id            96 include/crm/cib/internal.h     int call_id;
call_id           125 include/crm/cib/internal.h xmlNode *cib_create_op(int call_id, const char *token, const char *op, const char *host,
call_id           129 include/crm/cib/internal.h void cib_native_callback(cib_t * cib, xmlNode * msg, int call_id, int rc);
call_id           132 include/crm/cib/internal.h gboolean cib_client_register_callback(cib_t * cib, int call_id, int timeout, gboolean only_success,
call_id           135 include/crm/cib/internal.h gboolean cib_client_register_callback_full(cib_t *cib, int call_id,
call_id           210 include/crm/lrmd.h     int call_id;
call_id           140 include/crm/stonith-ng.h     int call_id;
call_id           326 include/crm/stonith-ng.h         int call_id,
call_id           336 include/crm/stonith-ng.h     int (*remove_callback)(stonith_t *st, int call_id, bool all_callbacks);
call_id           427 include/crm/stonith-ng.h     int call_id;
call_id            30 lib/cib/cib_client.c int cib_client_set_op_callback(cib_t * cib, void (*callback) (const xmlNode * msg, int call_id,
call_id           360 lib/cib/cib_client.c     new_cib->call_id = 1;
call_id           451 lib/cib/cib_client.c cib_client_set_op_callback(cib_t * cib, void (*callback) (const xmlNode * msg, int call_id,
call_id           589 lib/cib/cib_client.c     crm_debug("Async call %d timed out after %ds", timer->call_id, timer->timeout);
call_id           590 lib/cib/cib_client.c     cib_native_callback(timer->cib, NULL, timer->call_id, -ETIME);
call_id           599 lib/cib/cib_client.c cib_client_register_callback(cib_t * cib, int call_id, int timeout, gboolean only_success,
call_id           603 lib/cib/cib_client.c     return cib_client_register_callback_full(cib, call_id, timeout,
call_id           609 lib/cib/cib_client.c cib_client_register_callback_full(cib_t *cib, int call_id, int timeout,
call_id           618 lib/cib/cib_client.c     if (call_id < 0) {
call_id           620 lib/cib/cib_client.c             callback(NULL, call_id, call_id, NULL, user_data);
call_id           622 lib/cib/cib_client.c             crm_warn("CIB call failed: %s", pcmk_strerror(call_id));
call_id           644 lib/cib/cib_client.c         async_timer->call_id = call_id;
call_id           650 lib/cib/cib_client.c     crm_trace("Adding callback %s for call %d", callback_name, call_id);
call_id           651 lib/cib/cib_client.c     pcmk__intkey_table_insert(cib_op_callback_table, call_id, blob);
call_id           657 lib/cib/cib_client.c remove_cib_op_callback(int call_id, gboolean all_callbacks)
call_id           663 lib/cib/cib_client.c         pcmk__intkey_table_remove(cib_op_callback_table, call_id);
call_id           839 lib/cib/cib_file.c     cib->call_id++;
call_id           840 lib/cib/cib_file.c     request = cib_create_op(cib->call_id, "dummy-token", op, host, section, data, call_options, user_name);
call_id           872 lib/cib/cib_file.c         cib->op_callback(NULL, cib->call_id, rc, output);
call_id           337 lib/cib/cib_native.c     cib->call_id++;
call_id           338 lib/cib/cib_native.c     if (cib->call_id < 1) {
call_id           339 lib/cib/cib_native.c         cib->call_id = 1;
call_id           345 lib/cib/cib_native.c         cib_create_op(cib->call_id, native->token, op, host, section, data, call_options,
call_id           365 lib/cib/cib_native.c         crm_trace("Async call, returning %d", cib->call_id);
call_id           366 lib/cib/cib_native.c         CRM_CHECK(cib->call_id != 0, return -ENOMSG);
call_id           368 lib/cib/cib_native.c         return cib->call_id;
call_id           373 lib/cib/cib_native.c     if (reply_id == cib->call_id) {
call_id           395 lib/cib/cib_native.c         crm_err("Received bad reply: %d (wanted %d)", reply_id, cib->call_id);
call_id           492 lib/cib/cib_remote.c     cib->call_id++;
call_id           493 lib/cib/cib_remote.c     if (cib->call_id < 1) {
call_id           494 lib/cib/cib_remote.c         cib->call_id = 1;
call_id           498 lib/cib/cib_remote.c         cib_create_op(cib->call_id, private->callback.token, op, host, section, data, call_options,
call_id           517 lib/cib/cib_remote.c         return cib->call_id;
call_id           528 lib/cib/cib_remote.c         int msg_id = cib->call_id;
call_id           604 lib/cib/cib_remote.c             crm_trace("No output in reply to \"%s\" command %d", op, cib->call_id - 1);
call_id           514 lib/cib/cib_utils.c cib_create_op(int call_id, const char *token, const char *op, const char *host, const char *section,
call_id           529 lib/cib/cib_utils.c     crm_xml_add_int(op_msg, F_CIB_CALLID, call_id);
call_id           547 lib/cib/cib_utils.c cib_native_callback(cib_t * cib, xmlNode * msg, int call_id, int rc)
call_id           554 lib/cib/cib_utils.c         crm_element_value_int(msg, F_CIB_CALLID, &call_id);
call_id           558 lib/cib/cib_utils.c     blob = pcmk__intkey_table_lookup(cib_op_callback_table, call_id);
call_id           560 lib/cib/cib_utils.c         crm_trace("No callback found for call %d", call_id);
call_id           573 lib/cib/cib_utils.c         crm_trace("Invoking callback %s for call %d", crm_str(blob->id), call_id);
call_id           574 lib/cib/cib_utils.c         blob->callback(msg, call_id, rc, output, blob->user_data);
call_id           583 lib/cib/cib_utils.c         remove_cib_op_callback(call_id, FALSE);
call_id           587 lib/cib/cib_utils.c         crm_trace("Invoking global callback for call %d", call_id);
call_id           588 lib/cib/cib_utils.c         cib->op_callback(msg, call_id, rc, output);
call_id           590 lib/cib/cib_utils.c     crm_trace("OP callback activated for %d", call_id);
call_id           102 lib/fencing/st_client.c     int call_id;
call_id           112 lib/fencing/st_client.c xmlNode *stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data,
call_id          1204 lib/fencing/st_client.c stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data, int call_options)
call_id          1216 lib/fencing/st_client.c     crm_xml_add_int(op_msg, F_STONITH_CALLID, call_id);
call_id          1267 lib/fencing/st_client.c stonith_api_del_callback(stonith_t * stonith, int call_id, bool all_callbacks)
call_id          1276 lib/fencing/st_client.c     } else if (call_id == 0) {
call_id          1280 lib/fencing/st_client.c         pcmk__intkey_table_remove(private->stonith_op_callback_table, call_id);
call_id          1286 lib/fencing/st_client.c invoke_callback(stonith_t * st, int call_id, int rc, void *userdata,
call_id          1291 lib/fencing/st_client.c     data.call_id = call_id;
call_id          1299 lib/fencing/st_client.c stonith_perform_callback(stonith_t * stonith, xmlNode * msg, int call_id, int rc)
call_id          1317 lib/fencing/st_client.c         crm_element_value_int(msg, F_STONITH_CALLID, &call_id);
call_id          1320 lib/fencing/st_client.c     CRM_CHECK(call_id > 0, crm_log_xml_err(msg, "Bad result"));
call_id          1323 lib/fencing/st_client.c                                      call_id);
call_id          1328 lib/fencing/st_client.c         stonith_api_del_callback(stonith, call_id, FALSE);
call_id          1331 lib/fencing/st_client.c         crm_trace("No callback found for call %d", call_id);
call_id          1336 lib/fencing/st_client.c         crm_trace("Invoking callback %s for call %d", crm_str(local_blob.id), call_id);
call_id          1337 lib/fencing/st_client.c         invoke_callback(stonith, call_id, rc, local_blob.user_data, local_blob.callback);
call_id          1345 lib/fencing/st_client.c         crm_trace("Invoking global callback for call %d", call_id);
call_id          1346 lib/fencing/st_client.c         invoke_callback(stonith, call_id, rc, NULL, private->op_callback);
call_id          1356 lib/fencing/st_client.c     crm_err("Async call %d timed out after %dms", timer->call_id, timer->timeout);
call_id          1357 lib/fencing/st_client.c     stonith_perform_callback(timer->stonith, NULL, timer->call_id, -ETIME);
call_id          1366 lib/fencing/st_client.c set_callback_timeout(stonith_callback_client_t * callback, stonith_t * stonith, int call_id,
call_id          1381 lib/fencing/st_client.c     async_timer->call_id = call_id;
call_id          1394 lib/fencing/st_client.c update_callback_timeout(int call_id, int timeout, stonith_t * st)
call_id          1400 lib/fencing/st_client.c                                          call_id);
call_id          1405 lib/fencing/st_client.c     set_callback_timeout(callback, st, call_id, timeout);
call_id          1437 lib/fencing/st_client.c         int call_id = 0;
call_id          1441 lib/fencing/st_client.c         crm_element_value_int(blob.xml, F_STONITH_CALLID, &call_id);
call_id          1443 lib/fencing/st_client.c         update_callback_timeout(call_id, timeout, st);
call_id          1650 lib/fencing/st_client.c stonith_api_add_callback(stonith_t * stonith, int call_id, int timeout, int options,
call_id          1661 lib/fencing/st_client.c     if (call_id == 0) {
call_id          1664 lib/fencing/st_client.c     } else if (call_id < 0) {
call_id          1666 lib/fencing/st_client.c             crm_trace("Call failed, calling %s: %s", callback_name, pcmk_strerror(call_id));
call_id          1667 lib/fencing/st_client.c             invoke_callback(stonith, call_id, call_id, user_data, callback);
call_id          1669 lib/fencing/st_client.c             crm_warn("Fencer call failed: %s", pcmk_strerror(call_id));
call_id          1682 lib/fencing/st_client.c         set_callback_timeout(blob, stonith, call_id, timeout);
call_id          1685 lib/fencing/st_client.c     pcmk__intkey_table_insert(private->stonith_op_callback_table, call_id,
call_id          1687 lib/fencing/st_client.c     crm_trace("Added callback to %s for call %d", callback_name, call_id);
call_id          1862 lib/fencing/st_client.c     stonith->call_id++;
call_id          1863 lib/fencing/st_client.c     if (stonith->call_id < 1) {
call_id          1864 lib/fencing/st_client.c         stonith->call_id = 1;
call_id          1867 lib/fencing/st_client.c     op_msg = stonith_create_op(stonith->call_id, native->token, op, data, call_options);
call_id          1904 lib/fencing/st_client.c         crm_trace("Async call %d, returning", stonith->call_id);
call_id          1906 lib/fencing/st_client.c         return stonith->call_id;
call_id          1912 lib/fencing/st_client.c     if (reply_id == stonith->call_id) {
call_id          1934 lib/fencing/st_client.c         crm_err("Received bad reply: %d (wanted %d)", reply_id, stonith->call_id);
call_id          2119 lib/fencing/st_client.c     new_stonith->call_id = 1;
call_id           278 lib/lrmd/lrmd_client.c     crm_element_value_int(msg, F_LRMD_CALLID, &event.call_id);
call_id           103 lib/pacemaker/pcmk_fence.c     int call_id = 0;
call_id           114 lib/pacemaker/pcmk_fence.c     call_id = st->cmds->fence_with_delay(st,
call_id           122 lib/pacemaker/pcmk_fence.c     if (call_id < 0) {
call_id           128 lib/pacemaker/pcmk_fence.c                                 call_id,
call_id           176 lib/pacemaker/pcmk_sched_allocate.c     const char *call_id = NULL;
call_id           182 lib/pacemaker/pcmk_sched_allocate.c     call_id = crm_element_value(xml_op, XML_LRM_ATTR_CALLID);
call_id           190 lib/pacemaker/pcmk_sched_allocate.c     add_hash_param(cancel->meta, XML_LRM_ATTR_CALLID, call_id);
call_id           130 lib/pacemaker/pcmk_sched_transition.c     op->call_id = 0;
call_id           137 lib/pacemaker/pcmk_sched_transition.c         if (tmp > op->call_id) {
call_id           138 lib/pacemaker/pcmk_sched_transition.c             op->call_id = tmp;
call_id           141 lib/pacemaker/pcmk_sched_transition.c     op->call_id++;
call_id           690 lib/pacemaker/pcmk_sched_utils.c                   op->call_id, origin);
call_id           691 lib/pacemaker/pcmk_sched_utils.c         local_user_data = pcmk__transition_key(-1, op->call_id, target_rc,
call_id           710 lib/pacemaker/pcmk_sched_utils.c     crm_xml_add_int(xml_op, XML_LRM_ATTR_CALLID, op->call_id);
call_id           340 lib/pacemaker/pcmk_trans_unpack.c         if (tmp > op->call_id) {
call_id           341 lib/pacemaker/pcmk_trans_unpack.c             op->call_id = tmp;
call_id           345 lib/pacemaker/pcmk_trans_unpack.c     op->call_id++;
call_id          2724 lib/pengine/unpack.c          int call_id, pe_working_set_t *data_set)
call_id          2729 lib/pengine/unpack.c     return pe__call_id(action) > call_id;
call_id            35 tools/cibadmin.c void cibadmin_op_callback(xmlNode *msg, int call_id, int rc, xmlNode *output,
call_id           751 tools/cibadmin.c cibadmin_op_callback(xmlNode * msg, int call_id, int rc, xmlNode * output, void *user_data)
call_id           775 tools/cibadmin.c     if (call_id == request_id) {
call_id           780 tools/cibadmin.c                  call_id, request_id);