callid             27 daemons/attrd/attrd_corosync.c attrd_confirmation(int callid)
callid             34 daemons/attrd/attrd_corosync.c     crm_xml_add_int(node, XML_LRM_ATTR_CALLID, callid);
callid             77 daemons/attrd/attrd_corosync.c             int callid = 0;
callid             84 daemons/attrd/attrd_corosync.c             crm_element_value_int(xml, XML_LRM_ATTR_CALLID, &callid);
callid             85 daemons/attrd/attrd_corosync.c             reply = attrd_confirmation(callid);
callid            104 daemons/attrd/attrd_messages.c         int callid;
callid            108 daemons/attrd/attrd_messages.c         if (crm_element_value_int(request->xml, XML_LRM_ATTR_CALLID, &callid) == -1) {
callid            112 daemons/attrd/attrd_messages.c             attrd_handle_confirmation(callid, request->peer);
callid            241 daemons/attrd/attrd_sync.c     int callid;
callid            248 daemons/attrd/attrd_sync.c     if (crm_element_value_int(xml, XML_LRM_ATTR_CALLID, &callid) == -1) {
callid            253 daemons/attrd/attrd_sync.c     value = pcmk__intkey_table_lookup(waitlist, callid);
callid            273 daemons/attrd/attrd_sync.c         pcmk__intkey_table_remove(waitlist, callid);
callid            418 daemons/attrd/attrd_sync.c         int callid = *(int *) node->data;
callid            419 daemons/attrd/attrd_sync.c         attrd_handle_confirmation(callid, host);
callid            483 daemons/attrd/attrd_sync.c     int callid;
callid            489 daemons/attrd/attrd_sync.c     if (crm_element_value_int(request->xml, XML_LRM_ATTR_CALLID, &callid) == -1) {
callid            494 daemons/attrd/attrd_sync.c     if (pcmk__intkey_table_lookup(expected_confirmations, callid)) {
callid            495 daemons/attrd/attrd_sync.c         crm_err("Already waiting on confirmations for call id %d", callid);
callid            525 daemons/attrd/attrd_sync.c     pcmk__intkey_table_insert(expected_confirmations, callid, action);
callid            526 daemons/attrd/attrd_sync.c     crm_trace("Callid %d now waiting on %d confirmations", callid, g_list_length(respondents));
callid            551 daemons/attrd/attrd_sync.c attrd_handle_confirmation(int callid, const char *host)
callid            560 daemons/attrd/attrd_sync.c     action = pcmk__intkey_table_lookup(expected_confirmations, callid);
callid            572 daemons/attrd/attrd_sync.c     crm_trace("Callid %d now waiting on %d confirmations", callid, g_list_length(action->respondents));
callid            576 daemons/attrd/attrd_sync.c         pcmk__intkey_table_remove(expected_confirmations, callid);
callid            212 daemons/attrd/pacemaker-attrd.h void attrd_handle_confirmation(int callid, const char *host);
callid            421 daemons/controld/controld_te_events.c     int callid = -1;            // Executor call ID
callid            450 daemons/controld/controld_te_events.c     crm_element_value_int(event, XML_LRM_ATTR_CALLID, &callid);
callid            458 daemons/controld/controld_te_events.c                 CRM_XS " call-id=%d", id, callid);
callid            574 daemons/controld/controld_te_events.c                    target_rc, rc, callid, desc);
callid            580 daemons/controld/controld_te_events.c                  desc, rc, target_rc, callid);
callid            586 daemons/controld/controld_te_events.c                  services_ocf_exitcode_str(rc), rc, callid);
callid            596 daemons/controld/controld_te_events.c                    target_rc, rc, callid);
callid            419 daemons/fenced/cts-fence-helper.c register_callback_helper(int callid)
callid            422 daemons/fenced/cts-fence-helper.c                                        callid,
callid            137 include/crm/cib/cib_types.h                                                           int callid, int rc,