id                 34 daemons/attrd/attrd_attributes.c     a->id      = crm_element_value_copy(xml, PCMK__XA_ATTR_NAME);
id                 43 daemons/attrd/attrd_attributes.c     crm_trace("Performing all %s operations as user '%s'", a->id, a->user);
id                 48 daemons/attrd/attrd_attributes.c     crm_trace("Created attribute %s with %s write delay", a->id,
id                 53 daemons/attrd/attrd_attributes.c         a->timer = attrd_add_timer(a->id, a->timeout_ms, a);
id                 55 daemons/attrd/attrd_attributes.c         crm_warn("Ignoring invalid delay %s for attribute %s", value, a->id);
id                 58 daemons/attrd/attrd_attributes.c     g_hash_table_replace(attributes, a->id, a);
id                121 daemons/attrd/attrd_attributes.c     crm_xml_add(xml, PCMK__XA_ATTR_NAME, a->id);
id                150 daemons/attrd/attrd_attributes.c             crm_trace("Clear seen flag %s[%s] = %s.", a->id, v->nodename, v->current);
id                 31 daemons/attrd/attrd_cib.c     crm_trace("Dampen interval expired for %s", a->id);
id                 78 daemons/attrd/attrd_cib.c                call_id, a->id, pcmk_strerror(rc), rc);
id                 82 daemons/attrd/attrd_cib.c         do_crm_log(level, "* %s[%s]=%s", a->id, peer, v->requested);
id                118 daemons/attrd/attrd_cib.c             a->timer = attrd_add_timer(a->id, 2000, a);
id                155 daemons/attrd/attrd_cib.c         crm_xml_set_id(xml_obj, "%s-%s", set, a->id);
id                157 daemons/attrd/attrd_cib.c     crm_xml_add(xml_obj, XML_NVPAIR_ATTR_NAME, a->id);
id                179 daemons/attrd/attrd_cib.c                                         a->id, at->current);
id                181 daemons/attrd/attrd_cib.c                   a->id, at->nodename, at->current, at->nodeid, rc);
id                200 daemons/attrd/attrd_cib.c attrd_add_timer(const char *id, int timeout_ms, attribute_t *attr)
id                202 daemons/attrd/attrd_cib.c    return mainloop_timer_add(id, timeout_ms, FALSE, attribute_timer_cb, attr);
id                225 daemons/attrd/attrd_cib.c             crm_info("Write out of '%s' continuing: update %d considered lost", a->id, a->update);
id                229 daemons/attrd/attrd_cib.c             crm_info("Write out of '%s' delayed: update %d in progress", a->id, a->update);
id                238 daemons/attrd/attrd_cib.c                 crm_debug("Write out of '%s': timer is running but ignore delay", a->id);
id                240 daemons/attrd/attrd_cib.c                 crm_info("Write out of '%s' delayed: timer is running", a->id);
id                269 daemons/attrd/attrd_cib.c                        a->id, v->nodename, v->current);
id                274 daemons/attrd/attrd_cib.c         if (peer->id && (v->nodeid == 0)) {
id                275 daemons/attrd/attrd_cib.c             crm_trace("Learned ID %u for node %s", peer->id, v->nodename);
id                276 daemons/attrd/attrd_cib.c             v->nodeid = peer->id;
id                290 daemons/attrd/attrd_cib.c                        a->id, v->nodename, v->current);
id                296 daemons/attrd/attrd_cib.c                   a->id, v->nodename, v->current,
id                297 daemons/attrd/attrd_cib.c                   peer->uname, peer->uuid, peer->id, v->nodeid);
id                320 daemons/attrd/attrd_cib.c                  a->id, pcmk__s(a->uuid, "n/a"), pcmk__s(a->set_id, "n/a"));
id                331 daemons/attrd/attrd_cib.c                  a->id, pcmk__s(a->uuid, "n/a"), pcmk__s(a->set_id, "n/a"));
id                335 daemons/attrd/attrd_cib.c                                               strdup(a->id),
id                367 daemons/attrd/attrd_cib.c             crm_trace("Skipping unchanged attribute %s", a->id);
id                552 daemons/attrd/attrd_corosync.c             crm_debug("Removed %s[%s] for peer %s", a->id, host, source);
id                578 daemons/attrd/attrd_corosync.c             crm_debug("Syncing %s[%s] = %s to %s", a->id, v->nodename, v->current, peer?peer->uname:"everyone");
id                558 daemons/attrd/attrd_ipc.c     uint32_t id = 0;
id                570 daemons/attrd/attrd_ipc.c     xml = pcmk__client_data2xml(client, data, &id, &flags);
id                574 daemons/attrd/attrd_ipc.c         pcmk__ipc_send_ack(client, id, flags, "ack", NULL, CRM_EX_PROTOCOL);
id                580 daemons/attrd/attrd_ipc.c             .ipc_id         = id,
id                152 daemons/attrd/attrd_sync.c     wl->client_id = strdup(request->ipc_client->id);
id                219 daemons/attrd/attrd_sync.c         if (pcmk__str_eq(wl->client_id, client->id, pcmk__str_none)) {
id                381 daemons/attrd/attrd_sync.c             crm_trace("Timed out waiting for confirmations for client %s", client->id);
id                447 daemons/attrd/attrd_sync.c         if (pcmk__str_eq(action->client_id, client->id, pcmk__str_none)) {
id                448 daemons/attrd/attrd_sync.c             crm_trace("Removing client %s from expected confirmations", client->id);
id                514 daemons/attrd/attrd_sync.c     action->client_id = strdup(request->ipc_client->id);
id                275 daemons/attrd/attrd_utils.c         free(a->id);
id                 51 daemons/attrd/pacemaker-attrd.h #define attrd_send_ack(client, id, flags) \
id                 52 daemons/attrd/pacemaker-attrd.h     pcmk__ipc_send_ack((client), (id), (flags), "ack", ATTRD_PROTOCOL_VERSION, CRM_EX_INDETERMINATE)
id                121 daemons/attrd/pacemaker-attrd.h     char *id;
id                188 daemons/attrd/pacemaker-attrd.h mainloop_timer_t *attrd_add_timer(const char *id, int timeout_ms, attribute_t *attr);
id                 88 daemons/based/based_callbacks.c     crm_trace("%p message from %s", c, client->id);
id                 97 daemons/based/based_callbacks.c     crm_trace("%p message from %s", c, client->id);
id                142 daemons/based/based_callbacks.c cib_common_callback_worker(uint32_t id, uint32_t flags, xmlNode * op_request,
id                152 daemons/based/based_callbacks.c             crm_xml_add(ack, F_CIB_CLIENTID, cib_client->id);
id                153 daemons/based/based_callbacks.c             pcmk__ipc_send_xml(cib_client, id, ack, flags);
id                198 daemons/based/based_callbacks.c         pcmk__ipc_send_ack(cib_client, id, flags, "ack", NULL, status);
id                208 daemons/based/based_callbacks.c     uint32_t id = 0;
id                212 daemons/based/based_callbacks.c     xmlNode *op_request = pcmk__client_data2xml(cib_client, data, &id, &flags);
id                220 daemons/based/based_callbacks.c         pcmk__ipc_send_ack(cib_client, id, flags, "nack", NULL, CRM_EX_PROTOCOL);
id                231 daemons/based/based_callbacks.c         cib_client->request_id = id;    /* Reply only to the last one */
id                258 daemons/based/based_callbacks.c     crm_xml_add(op_request, F_CIB_CLIENTID, cib_client->id);
id                264 daemons/based/based_callbacks.c     cib_common_callback_worker(id, flags, op_request, cib_client, privileged);
id                 87 daemons/based/based_notify.c                              client->id);
id                 95 daemons/based/based_notify.c                           type, pcmk__client_name(client), client->id);
id                344 daemons/based/based_remote.c              CRM_XS " %p id: %s", new_client, new_client->id);
id                423 daemons/based/based_remote.c             client->name = strdup(client->id);
id                435 daemons/based/based_remote.c     crm_xml_add(command, F_CIB_CLIENTID, client->id);
id                527 daemons/based/based_remote.c         crm_xml_add(reg, F_CIB_CLIENTID, client->id);
id                 79 daemons/based/pacemaker-based.h void cib_common_callback_worker(uint32_t id, uint32_t flags,
id                 48 daemons/controld/controld_alerts.c                          node->uname, node->id, node->state);
id                128 daemons/controld/controld_callbacks.c         crm_debug("Sending hello to node %u so that it learns our node name", node->id);
id                268 daemons/controld/controld_callbacks.c                   alive, appeared, (down? down->id : -1));
id                293 daemons/controld/controld_callbacks.c                              task, node->uname, down->id);
id                296 daemons/controld/controld_callbacks.c                                task, node->uname, down->id);
id                306 daemons/controld/controld_callbacks.c                           task, down->id);
id                311 daemons/controld/controld_callbacks.c                 || (controld_globals.transition_graph->id == -1)) {
id                 73 daemons/controld/controld_cib.h #  define fsa_register_cib_callback(id, data, fn) do {                      \
id                 77 daemons/controld/controld_cib.h     cib_conn->cmds->register_callback_full(cib_conn, id, cib_op_timeout(),  \
id                385 daemons/controld/controld_control.c     uint32_t id = 0;
id                389 daemons/controld/controld_control.c     xmlNode *msg = pcmk__client_data2xml(client, data, &id, &flags);
id                392 daemons/controld/controld_control.c         pcmk__ipc_send_ack(client, id, flags, "ack", NULL, CRM_EX_PROTOCOL);
id                395 daemons/controld/controld_control.c     pcmk__ipc_send_ack(client, id, flags, "ack", NULL, CRM_EX_INDETERMINATE);
id                400 daemons/controld/controld_control.c     crm_xml_add(msg, F_CRM_SYS_FROM, client->id);
id                 58 daemons/controld/controld_corosync.c                      peer->uname, peer->id);
id                128 daemons/controld/controld_corosync.c                 if (left_list[i].nodeid == peer->id) {
id                156 daemons/controld/controld_execd.c     free(history->id);
id                183 daemons/controld/controld_execd.c         entry->id = strdup(op->rsc_id);
id                184 daemons/controld/controld_execd.c         g_hash_table_insert(lrm_state->resource_history, entry->id, entry);
id                186 daemons/controld/controld_execd.c         entry->rsc.id = entry->id;
id                469 daemons/controld/controld_execd.c         if (is_rsc_active(lrm_state, entry->id) == FALSE) {
id                475 daemons/controld/controld_execd.c             crm_info("Found %s active at %s", entry->id, when);
id                477 daemons/controld/controld_execd.c             crm_trace("Found %s active at %s", entry->id, when);
id                484 daemons/controld/controld_execd.c                 if (pcmk__str_eq(entry->id, pending->rsc_id, pcmk__str_none)) {
id                545 daemons/controld/controld_execd.c         crm_xml_add(xml_rsc, XML_ATTR_ID, entry->id);
id                553 daemons/controld/controld_execd.c                 crm_trace("Resource %s is a part of container resource %s", entry->id, container);
id                863 daemons/controld/controld_execd.c         remove = !cancel_op(data->lrm_state, data->rsc->id, key, op->call_id, data->remove);
id                911 daemons/controld/controld_execd.c     const char *id = ID(rsc_xml);
id                914 daemons/controld/controld_execd.c     CRM_CHECK(id, return -EINVAL);
id                920 daemons/controld/controld_execd.c     crm_trace("Retrieving resource information for %s from the executor", id);
id                921 daemons/controld/controld_execd.c     *rsc_info = lrm_state_get_rsc_info(lrm_state, id, 0);
id                938 daemons/controld/controld_execd.c         crm_trace("Registering resource %s with the executor", id);
id                939 daemons/controld/controld_execd.c         rc = lrm_state_register_rsc(lrm_state, id, class, provider, type,
id                946 daemons/controld/controld_execd.c                     id, lrm_state->node_name, pcmk_strerror(rc), rc);
id                958 daemons/controld/controld_execd.c         *rsc_info = lrm_state_get_rsc_info(lrm_state, id, 0);
id                964 daemons/controld/controld_execd.c delete_resource(lrm_state_t *lrm_state, const char *id, lrmd_rsc_info_t *rsc,
id                971 daemons/controld/controld_execd.c              id, sys, (user? " as " : ""), (user? user : ""));
id                974 daemons/controld/controld_execd.c         rc = lrm_state_unregister_rsc(lrm_state, id, 0);
id                978 daemons/controld/controld_execd.c         crm_trace("Resource %s deleted from executor", id);
id                980 daemons/controld/controld_execd.c         crm_info("Deletion of resource '%s' from executor is pending", id);
id                986 daemons/controld/controld_execd.c             op->rsc = strdup(rsc->id);
id                993 daemons/controld/controld_execd.c                  CRM_XS " rc=%d", id, sys, (user? " as " : ""),
id                997 daemons/controld/controld_execd.c     delete_rsc_entry(lrm_state, request, id, iter, rc, user, from_cib);
id               1049 daemons/controld/controld_execd.c         if (is_remote_lrmd_ra(NULL, NULL, entry->id)) {
id               1053 daemons/controld/controld_execd.c                 lrm_state_t *remote_lrm_state = lrm_state_find(entry->id);
id               1068 daemons/controld/controld_execd.c         delete_resource(lrm_state, entry->id, &entry->rsc, &gIter, from_sys,
id               1193 daemons/controld/controld_execd.c         crm_info("Failing resource %s...", rsc->id);
id               1261 daemons/controld/controld_execd.c     op_key = pcmk__op_key(rsc->id, op_task, interval_ms);
id               1276 daemons/controld/controld_execd.c         in_progress = cancel_op(lrm_state, rsc->id, NULL, call, TRUE);
id               1280 daemons/controld/controld_execd.c     if (!in_progress || is_remote_lrmd_ra(NULL, NULL, rsc->id)) {
id               1281 daemons/controld/controld_execd.c         char *op_id = make_stop_id(rsc->id, call);
id               1283 daemons/controld/controld_execd.c         if (is_remote_lrmd_ra(NULL, NULL, rsc->id) == FALSE) {
id               1286 daemons/controld/controld_execd.c         controld_delete_action_history_by_key(rsc->id, lrm_state->node_name,
id               1288 daemons/controld/controld_execd.c         send_task_ok_ack(lrm_state, input, rsc->id, rsc, op_task,
id               1310 daemons/controld/controld_execd.c             send_task_ok_ack(lrm_state, input, rsc->id, rsc, op_task,
id               1325 daemons/controld/controld_execd.c     int cib_rc = controld_delete_resource_history(rsc->id, lrm_state->node_name,
id               1332 daemons/controld/controld_execd.c         op = construct_op(lrm_state, input->xml, rsc->id, CRMD_ACTION_DELETE);
id               1338 daemons/controld/controld_execd.c         controld_ack_event_directly(from_host, from_sys, NULL, op, rsc->id);
id               1343 daemons/controld/controld_execd.c     if (crm_rsc_delete && is_remote_lrmd_ra(NULL, NULL, rsc->id)) {
id               1347 daemons/controld/controld_execd.c     delete_resource(lrm_state, rsc->id, rsc, NULL, from_sys,
id               1579 daemons/controld/controld_execd.c                          rsc->id, rsc->standard,
id               1813 daemons/controld/controld_execd.c         && pcmk__str_eq(op->rsc_id, event->rsc->id, pcmk__str_none)) {
id               1816 daemons/controld/controld_execd.c         remove = !cancel_op(event->lrm_state, event->rsc->id, key, op->call_id, FALSE);
id               1926 daemons/controld/controld_execd.c                 operation, rsc->id, pcmk__s(transition, ""));
id               1948 daemons/controld/controld_execd.c     op = construct_op(lrm_state, msg, rsc->id, operation);
id               1951 daemons/controld/controld_execd.c     if (should_cancel_recurring(rsc->id, operation, op->interval_ms)) {
id               1964 daemons/controld/controld_execd.c                       rsc->id, operation, op->interval_ms);
id               1971 daemons/controld/controld_execd.c                crm_action_str(op->op_type, op->interval_ms), rsc->id, lrm_state->node_name,
id               1972 daemons/controld/controld_execd.c                pcmk__s(transition, ""), rsc->id, operation, op->interval_ms);
id               1977 daemons/controld/controld_execd.c                    "(shutdown=%s)", operation, rsc->id,
id               1984 daemons/controld/controld_execd.c         controld_ack_event_directly(NULL, NULL, rsc, op, rsc->id);
id               1992 daemons/controld/controld_execd.c     op_id = pcmk__op_key(rsc->id, op->op_type, op->interval_ms);
id               1999 daemons/controld/controld_execd.c     rc = controld_execute_resource_agent(lrm_state, rsc->id, op->op_type,
id               2007 daemons/controld/controld_execd.c         char *call_id_s = make_stop_id(rsc->id, call_id);
id               2017 daemons/controld/controld_execd.c         pending->rsc_id = strdup(rsc->id);
id               2033 daemons/controld/controld_execd.c             controld_ack_event_directly(NULL, NULL, rsc, op, rsc->id);
id               2041 daemons/controld/controld_execd.c                 CRM_XS " rc=%d", operation, rsc->id, pcmk_rc_str(rc), rc);
id               2050 daemons/controld/controld_execd.c                 operation, rsc->id, lrm_state->node_name, pcmk_rc_str(rc), rc);
id                698 daemons/controld/controld_execd_state.c         g_hash_table_insert(lrm_state->rsc_info_cache, rsc->id, rsc);
id                430 daemons/controld/controld_fencing.c                            action->id, ID(action->xml));
id                576 daemons/controld/controld_fencing.c                event->id);
id                811 daemons/controld/controld_fencing.c         || (controld_globals.transition_graph->id != transition_id)) {
id                818 daemons/controld/controld_fencing.c                  controld_globals.transition_graph->id);
id                954 daemons/controld/controld_fencing.c     const char *id = ID(action->xml);
id                965 daemons/controld/controld_fencing.c     CRM_CHECK(id != NULL, invalid_action = TRUE);
id                979 daemons/controld/controld_fencing.c                type, target, id, stonith_timeout,
id                988 daemons/controld/controld_fencing.c     transition_key = pcmk__transition_key(controld_globals.transition_graph->id,
id                989 daemons/controld/controld_fencing.c                                           action->id, 0,
id                272 daemons/controld/controld_fsa.c                        fsa_input2string(fsa_data->fsa_input), fsa_data->origin, fsa_data->id);
id                524 daemons/controld/controld_fsa.c     crm_trace("Processing queued input %d", stored_msg->id);
id                449 daemons/controld/controld_fsa.h     int id;
id                137 daemons/controld/controld_join_dc.c                   node->id, source);
id                144 daemons/controld/controld_join_dc.c                  crm_join_phase_str(last), node->id, source);
id                150 daemons/controld/controld_join_dc.c                  crm_join_phase_str(phase), node->id, source);
id                 21 daemons/controld/controld_lrm.h     char *id;
id                163 daemons/controld/controld_lrm.h gboolean is_remote_lrmd_ra(const char *agent, const char *provider, const char *id);
id                106 daemons/controld/controld_messages.c     fsa_data->id = last_data_id;
id                185 daemons/controld/controld_messages.c                             offset++, data->id, fsa_input2string(data->fsa_input),
id                252 daemons/controld/controld_messages.c     crm_trace("Processing input %d", message->id);
id                518 daemons/controld/controld_messages.c     const char *uuid = (curr_client? curr_client->id : proxy_session);
id                819 daemons/controld/controld_messages.c         crm_xml_add_ll(xml, XML_ATTR_ID, (long long) node->id); // uint32_t
id               1107 daemons/controld/controld_messages.c         int id = 0;
id               1110 daemons/controld/controld_messages.c         crm_element_value_int(stored_msg, XML_ATTR_ID, &id);
id               1116 daemons/controld/controld_messages.c                 crm_err("Could not instruct peers to remove references to node %s/%u", name, id);
id               1118 daemons/controld/controld_messages.c                 crm_notice("Instructing peers to remove references to node %s/%u", name, id);
id               1123 daemons/controld/controld_messages.c             reap_crm_member(id, name);
id               1252 daemons/controld/controld_messages.c         fsa_data.id = 0;
id                236 daemons/controld/controld_metadata.c              rsc->id, rsc->standard, ((rsc->provider == NULL)? "" : ":"),
id                274 daemons/controld/controld_metadata.c                       rsc->id, rsc->standard,
id                301 daemons/controld/controld_metadata.c               rsc->id, rsc->standard,
id                309 daemons/controld/controld_metadata.c                  rsc->id, rsc->standard,
id                998 daemons/controld/controld_remote_ra.c is_remote_lrmd_ra(const char *agent, const char *provider, const char *id)
id               1003 daemons/controld/controld_remote_ra.c     if ((id != NULL) && (lrm_state_find(id) != NULL)
id               1004 daemons/controld/controld_remote_ra.c         && !pcmk__str_eq(id, controld_globals.our_nodename, pcmk__str_casei)) {
id               1019 daemons/controld/controld_remote_ra.c         info->id = strdup(rsc_id);
id                 60 daemons/controld/controld_schedulerd.c     const char *id = user_data;
id                 63 daemons/controld/controld_schedulerd.c     CRM_CHECK(id != NULL, return);
id                 66 daemons/controld/controld_schedulerd.c         char *filename = crm_strdup_printf(PE_STATE_DIR "/pe-core-%s.bz2", id);
id                 75 daemons/controld/controld_te_actions.c     crm_debug("Pseudo-action %d (%s) fired and confirmed", pseudo->id,
id                107 daemons/controld/controld_te_actions.c     const char *id = NULL;
id                116 daemons/controld/controld_te_actions.c     id = ID(action->xml);
id                117 daemons/controld/controld_te_actions.c     CRM_CHECK(!pcmk__str_empty(id), return EPROTO);
id                148 daemons/controld/controld_te_actions.c              id, task, on_node, (is_local? " locally" : ""),
id                153 daemons/controld/controld_te_actions.c         crm_info("Controller request '%s' is a local shutdown", id);
id                167 daemons/controld/controld_te_actions.c     counter = pcmk__transition_key(controld_globals.transition_graph->id,
id                168 daemons/controld/controld_te_actions.c                                    action->id, get_target_rc(action),
id                177 daemons/controld/controld_te_actions.c         crm_err("Action %d failed: send", action->id);
id                186 daemons/controld/controld_te_actions.c                     action->id, task, on_node, action->timeout, graph->network_delay);
id                236 daemons/controld/controld_te_actions.c     op->user_data = pcmk__transition_key(controld_globals.transition_graph->id,
id                237 daemons/controld/controld_te_actions.c                                          action->id, target_rc,
id                306 daemons/controld/controld_te_actions.c               rc, action->id, task_uuid, target);
id                321 daemons/controld/controld_te_actions.c              crm_element_name(action->xml), action->id, task_uuid, target);
id                380 daemons/controld/controld_te_actions.c     counter = pcmk__transition_key(controld_globals.transition_graph->id,
id                381 daemons/controld/controld_te_actions.c                                    action->id, get_target_rc(action),
id                397 daemons/controld/controld_te_actions.c                (no_wait? " without waiting" : ""), action->id);
id                410 daemons/controld/controld_te_actions.c             .id = 0,
id                432 daemons/controld/controld_te_actions.c         crm_err("Action %d failed: send", action->id);
id                439 daemons/controld/controld_te_actions.c         crm_info("Action %d confirmed - no wait", action->id);
id                446 daemons/controld/controld_te_actions.c                   action->id, task, task_uuid, on_node, action->timeout);
id                450 daemons/controld/controld_te_actions.c                     action->id, task, task_uuid, on_node, action->timeout, graph->network_delay);
id                564 daemons/controld/controld_te_actions.c     const char *id = crm_element_value(action->xml, XML_LRM_ATTR_TASK_KEY);
id                585 daemons/controld/controld_te_actions.c                   target, limit, r->jobs, id);
id                591 daemons/controld/controld_te_actions.c                       target, graph->migration_limit, r->migrate_jobs, id);
id                735 daemons/controld/controld_te_actions.c     crm_debug("Transition %d status: %s - %s", graph->id, type,
id                190 daemons/controld/controld_te_callbacks.c                           op_id, node, cancelled->id);
id                137 daemons/controld/controld_te_events.c                                action->id, crm_element_value(action->xml, XML_LRM_ATTR_TASK_KEY), down_node);
id                140 daemons/controld/controld_te_events.c                              action->id, crm_element_value(action->xml, XML_LRM_ATTR_TASK_KEY), down_node);
id                179 daemons/controld/controld_te_events.c     const char *id = crm_element_value(event, XML_LRM_ATTR_TASK_KEY);
id                188 daemons/controld/controld_te_events.c                   id, rc, on_uname);
id                194 daemons/controld/controld_te_events.c     CRM_CHECK(parse_op_key(id, &rsc_id, &task, &interval_ms),
id                283 daemons/controld/controld_te_events.c controld_get_action(int id)
id                292 daemons/controld/controld_te_events.c             if (action->id == id) {
id                301 daemons/controld/controld_te_events.c get_cancel_action(const char *id, const char *node)
id                322 daemons/controld/controld_te_events.c             if (!pcmk__str_eq(task, id, pcmk__str_casei)) {
id                323 daemons/controld/controld_te_events.c                 crm_trace("Wrong key %s for %s on %s", task, id, node);
id                329 daemons/controld/controld_te_events.c                 crm_trace("Wrong node %s for %s on %s", target, id, node);
id                333 daemons/controld/controld_te_events.c             crm_trace("Found %s on %s", id, node);
id                342 daemons/controld/controld_te_events.c confirm_cancel_action(const char *id, const char *node_id)
id                346 daemons/controld/controld_te_events.c     pcmk__graph_action_t *cancel = get_cancel_action(id, node_id);
id                358 daemons/controld/controld_te_events.c              op_key, node_name, cancel->id);
id                407 daemons/controld/controld_te_events.c         crm_debug("Shutdown action %d (%s) found for node %s", match->id,
id                426 daemons/controld/controld_te_events.c     const char *id = NULL;
id                448 daemons/controld/controld_te_events.c     id = crm_element_value(event, XML_LRM_ATTR_TASK_KEY);
id                458 daemons/controld/controld_te_events.c                 CRM_XS " call-id=%d", id, callid);
id                480 daemons/controld/controld_te_events.c     } else if ((controld_globals.transition_graph->id != transition_num)
id                487 daemons/controld/controld_te_events.c         if (parse_op_key(id, NULL, NULL, &interval_ms)
id                494 daemons/controld/controld_te_events.c                 confirm_cancel_action(id, get_node_id(event));
id                502 daemons/controld/controld_te_events.c         } else if (controld_globals.transition_graph->id != transition_num) {
id                553 daemons/controld/controld_te_events.c     if (id == NULL) {
id                554 daemons/controld/controld_te_events.c         id = "unknown action";
id                564 daemons/controld/controld_te_events.c                  transition_num, action_num, id, uname,
id                571 daemons/controld/controld_te_events.c                    transition_num, action_num, id, uname,
id                579 daemons/controld/controld_te_events.c                  transition_num, action_num, id, uname,
id                585 daemons/controld/controld_te_events.c                  transition_num, action_num, id, uname,
id                593 daemons/controld/controld_te_events.c                    transition_num, action_num, id, uname,
id                 46 daemons/controld/controld_te_utils.c               controld_globals.transition_graph->id,
id                 88 daemons/controld/controld_te_utils.c               controld_globals.transition_graph->id);
id                126 daemons/controld/controld_te_utils.c     guint id;
id                139 daemons/controld/controld_te_utils.c     abort_timer.id = 0;
id                153 daemons/controld/controld_te_utils.c     if (abort_timer.id) {
id                155 daemons/controld/controld_te_utils.c         g_source_remove(abort_timer.id);
id                161 daemons/controld/controld_te_utils.c     abort_timer.id = g_timeout_add(delay_ms, abort_timer_popped, NULL);
id                269 daemons/controld/controld_te_utils.c                    "complete=%s", controld_globals.transition_graph->id,
id                279 daemons/controld/controld_te_utils.c                    controld_globals.transition_graph->id, TYPE(reason),
id                308 daemons/controld/controld_te_utils.c                        controld_globals.transition_graph->id,
id                316 daemons/controld/controld_te_utils.c                        controld_globals.transition_graph->id,
id                328 daemons/controld/controld_te_utils.c                        controld_globals.transition_graph->id,
id                339 daemons/controld/controld_te_utils.c                        controld_globals.transition_graph->id,
id                345 daemons/controld/controld_te_utils.c             const char *id = ID(reason);
id                349 daemons/controld/controld_te_utils.c                        controld_globals.transition_graph->id,
id                350 daemons/controld/controld_te_utils.c                        TYPE(reason), (id? id : ""), (op? op : "change"),
id                186 daemons/controld/controld_transition.c                  controld_globals.transition_graph->id, ref, graph_input);
id                 18 daemons/controld/controld_transition.h pcmk__graph_action_t *get_cancel_action(const char *id, const char *node);
id                 19 daemons/controld/controld_transition.h bool confirm_cancel_action(const char *id, const char *node_id);
id                 30 daemons/controld/controld_transition.h pcmk__graph_action_t *controld_get_action(int id);
id                318 daemons/execd/cts-exec-helper.c                          rsc_info->id, rsc_info->standard,
id                104 daemons/execd/execd_alerts.c process_lrmd_alert_exec(pcmk__client_t *client, uint32_t id, xmlNode *request)
id                118 daemons/execd/execd_alerts.c         (client == NULL) || (client->id == NULL)) { /* hint static analyzer */
id                127 daemons/execd/execd_alerts.c     crm_info("Executing alert %s for %s", alert_id, client->id);
id                140 daemons/execd/execd_alerts.c     cb_data->client_id = strdup(client->id);
id                308 daemons/execd/execd_commands.c     cmd->client_id = strdup(client->id);
id                672 daemons/execd/execd_commands.c             send_client_notify(client->id, client, notify);
id                770 daemons/execd/execd_commands.c     if (!pcmk__str_eq(client->id, data->new_client->id, pcmk__str_casei)) {
id                819 daemons/execd/execd_commands.c                 action->id);
id               1502 daemons/execd/execd_commands.c     crm_xml_add(*reply, F_LRMD_CLIENTID, client->id);
id               1510 daemons/execd/execd_commands.c process_lrmd_rsc_register(pcmk__client_t *client, uint32_t id, xmlNode *request)
id               1560 daemons/execd/execd_commands.c process_lrmd_rsc_unregister(pcmk__client_t *client, uint32_t id,
id               1592 daemons/execd/execd_commands.c process_lrmd_rsc_exec(pcmk__client_t *client, uint32_t id, xmlNode *request)
id               1717 daemons/execd/execd_commands.c process_lrmd_rsc_cancel(pcmk__client_t *client, uint32_t id, xmlNode *request)
id               1797 daemons/execd/execd_commands.c process_lrmd_message(pcmk__client_t *client, uint32_t id, xmlNode *request)
id               1812 daemons/execd/execd_commands.c     crm_trace("Processing %s operation from %s", op, client->id);
id               1831 daemons/execd/execd_commands.c             rc = process_lrmd_rsc_register(client, id, request);
id               1846 daemons/execd/execd_commands.c             rc = process_lrmd_rsc_unregister(client, id, request);
id               1857 daemons/execd/execd_commands.c             rc = process_lrmd_rsc_exec(client, id, request);
id               1864 daemons/execd/execd_commands.c             rc = process_lrmd_rsc_cancel(client, id, request);
id               1883 daemons/execd/execd_commands.c             rc = process_lrmd_alert_exec(client, id, request);
id               1908 daemons/execd/execd_commands.c               op, client->id, rc, do_reply, do_notify);
id               1916 daemons/execd/execd_commands.c         send_rc = lrmd_server_send_reply(client, id, reply);
id                126 daemons/execd/pacemaker-execd.c     uint32_t id = 0;
id                129 daemons/execd/pacemaker-execd.c     xmlNode *request = pcmk__client_data2xml(client, data, &id, &flags);
id                133 daemons/execd/pacemaker-execd.c     CRM_CHECK(client->id != NULL, crm_err("Invalid client: %p", client);
id                158 daemons/execd/pacemaker-execd.c     crm_xml_add(request, F_LRMD_CLIENTID, client->id);
id                162 daemons/execd/pacemaker-execd.c     process_lrmd_message(client, id, request);
id                199 daemons/execd/pacemaker-execd.c     client_disconnect_cleanup(client->id);
id                224 daemons/execd/pacemaker-execd.c lrmd_server_send_reply(pcmk__client_t *client, uint32_t id, xmlNode *reply)
id                226 daemons/execd/pacemaker-execd.c     crm_trace("Sending reply (%d) to client (%s)", id, client->id);
id                229 daemons/execd/pacemaker-execd.c             return pcmk__ipc_send_xml(client, id, reply, FALSE);
id                232 daemons/execd/pacemaker-execd.c             return lrmd__remote_send_xml(client->remote, reply, id, "reply");
id                246 daemons/execd/pacemaker-execd.c     crm_trace("Sending notification to client (%s)", client->id);
id                 63 daemons/execd/pacemaker-execd.h int lrmd_server_send_reply(pcmk__client_t *client, uint32_t id, xmlNode *reply);
id                 69 daemons/execd/pacemaker-execd.h void process_lrmd_message(pcmk__client_t *client, uint32_t id,
id                106 daemons/execd/pacemaker-execd.h int process_lrmd_alert_exec(pcmk__client_t *client, uint32_t id,
id                 89 daemons/execd/remoted_proxy.c     client->userdata = strdup(ipc_proxy->id);
id                 90 daemons/execd/remoted_proxy.c     client->name = crm_strdup_printf("proxy-%s-%d-%.8s", ipc_channel, client->pid, client->id);
id                 97 daemons/execd/remoted_proxy.c     g_hash_table_insert(ipc_clients, client->id, client);
id                102 daemons/execd/remoted_proxy.c     crm_xml_add(msg, F_LRMD_IPC_SESSION, client->id);
id                107 daemons/execd/remoted_proxy.c               client->id, uid, gid, ipc_channel);
id                195 daemons/execd/remoted_proxy.c         crm_trace("Sending event to %s", ipc_client->id);
id                202 daemons/execd/remoted_proxy.c         crm_trace("Sending response to %d - %s", ipc_client->request_id, ipc_client->id);
id                217 daemons/execd/remoted_proxy.c                  ipc_client->id, pcmk_rc_str(rc), rc);
id                224 daemons/execd/remoted_proxy.c     uint32_t id = 0;
id                249 daemons/execd/remoted_proxy.c     request = pcmk__client_data2xml(client, data, &id, &flags);
id                257 daemons/execd/remoted_proxy.c     CRM_CHECK(client->id != NULL, crm_err("Invalid client: %p", client);
id                264 daemons/execd/remoted_proxy.c     client->request_id = id;
id                268 daemons/execd/remoted_proxy.c     crm_xml_add(msg, F_LRMD_IPC_SESSION, client->id);
id                271 daemons/execd/remoted_proxy.c     crm_xml_add_int(msg, F_LRMD_IPC_MSG_ID, id);
id                324 daemons/execd/remoted_proxy.c         crm_xml_add(msg, F_LRMD_IPC_SESSION, client->id);
id                329 daemons/execd/remoted_proxy.c     g_hash_table_remove(ipc_clients, client->id);
id                413 daemons/execd/remoted_proxy.c         if (pcmk__str_eq(proxy_id, ipc_proxy->id, pcmk__str_casei)) {
id                415 daemons/execd/remoted_proxy.c                 ipc_client->id, ipc_client->pid);
id                 90 daemons/execd/remoted_tls.c     int id = 0;
id                114 daemons/execd/remoted_tls.c         crm_element_value_int(request, F_LRMD_REMOTE_MSG_ID, &id);
id                115 daemons/execd/remoted_tls.c         crm_trace("Processing remote client request %d", id);
id                129 daemons/execd/remoted_tls.c         crm_xml_add(request, F_LRMD_CLIENTID, client->id);
id                133 daemons/execd/remoted_tls.c         process_lrmd_message(client, id, request);
id                241 daemons/execd/remoted_tls.c              CRM_XS " %p id: %s", new_client, new_client->id);
id                 83 daemons/fenced/fenced_commands.c     int id;
id                229 daemons/fenced/fenced_commands.c                       device->id);
id                367 daemons/fenced/fenced_commands.c     crm_element_value_int(msg, F_STONITH_CALLID, &(cmd->id));
id                438 daemons/fenced/fenced_commands.c               pcmk__s(cmd->target, ""), device->id, cmd->timeout);
id                452 daemons/fenced/fenced_commands.c                 stonith__device_parameter_flags(&(device->flags), device->id,
id                508 daemons/fenced/fenced_commands.c                   device->id, action_limit, active_cmds,
id                524 daemons/fenced/fenced_commands.c                       device->id, pending_op->start_delay);
id                536 daemons/fenced/fenced_commands.c         crm_trace("No actions using %s are needed", device->id);
id                555 daemons/fenced/fenced_commands.c     exec_rc = pcmk__substitute_secrets(device->id, device->params);
id                560 daemons/fenced/fenced_commands.c                      device->id, pcmk_rc_str(exec_rc));
id                564 daemons/fenced/fenced_commands.c                      device->id, pcmk_rc_str(exec_rc));
id                579 daemons/fenced/fenced_commands.c                    pcmk__s(cmd->target, ""), device->id, device->agent);
id                652 daemons/fenced/fenced_commands.c         cmd->target_nodeid = node->id;
id                655 daemons/fenced/fenced_commands.c     cmd->device = strdup(device->id);
id                664 daemons/fenced/fenced_commands.c                   device->id, cmd->origin, cmd->remote_op_id, cmd->timeout);
id                670 daemons/fenced/fenced_commands.c                   device->id, cmd->client, cmd->timeout);
id                690 daemons/fenced/fenced_commands.c                  delay_base, delay_max, cmd->action, device->id);
id                706 daemons/fenced/fenced_commands.c                    device->id, cmd->start_delay, cmd->timeout,
id                725 daemons/fenced/fenced_commands.c         crm_warn("Removal of device '%s' purged operation '%s'", device->id, cmd->action);
id                746 daemons/fenced/fenced_commands.c     free(device->id);
id                952 daemons/fenced/fenced_commands.c             stonith__set_device_flags(device->flags, device->id,
id                955 daemons/fenced/fenced_commands.c             stonith__set_device_flags(device->flags, device->id,
id                958 daemons/fenced/fenced_commands.c             stonith__set_device_flags(device->flags, device->id,
id                966 daemons/fenced/fenced_commands.c             stonith__set_device_flags(device->flags, device->id,
id               1083 daemons/fenced/fenced_commands.c     device->id = crm_element_value_copy(dev, XML_ATTR_ID);
id               1086 daemons/fenced/fenced_commands.c     device->params = xml2device_params(device->id, dev);
id               1106 daemons/fenced/fenced_commands.c                 stonith__device_parameter_flags(&(device->flags), device->id,
id               1136 daemons/fenced/fenced_commands.c         crm_info("Fencing device '%s' requires unfencing", device->id);
id               1141 daemons/fenced/fenced_commands.c                  "on target", device->id,
id               1166 daemons/fenced/fenced_commands.c     cmd->id = -1;
id               1171 daemons/fenced/fenced_commands.c     cmd->device = strdup(device->id);
id               1210 daemons/fenced/fenced_commands.c                  dev->id, search->host,
id               1215 daemons/fenced/fenced_commands.c         search_devices_record_result(search, dev->id, FALSE);
id               1221 daemons/fenced/fenced_commands.c             crm_trace("%s reported it cannot fence %s", dev->id, search->host);
id               1226 daemons/fenced/fenced_commands.c             crm_trace("%s reported it can fence %s", dev->id, search->host);
id               1233 daemons/fenced/fenced_commands.c                      dev->id, search->host, result->exit_status);
id               1236 daemons/fenced/fenced_commands.c     search_devices_record_result(search, dev->id, can);
id               1263 daemons/fenced/fenced_commands.c         crm_info("Refreshing target list for %s", dev->id);
id               1272 daemons/fenced/fenced_commands.c                      dev->id, result->exit_status);
id               1276 daemons/fenced/fenced_commands.c                      dev->id, pcmk_exec_status_str(result->execution_status),
id               1286 daemons/fenced/fenced_commands.c                      dev->id, search->host, result->exit_status);
id               1290 daemons/fenced/fenced_commands.c                      dev->id, search->host,
id               1301 daemons/fenced/fenced_commands.c             crm_notice("Switching to pcmk_host_check='status' for %s", dev->id);
id               1317 daemons/fenced/fenced_commands.c     search_devices_record_result(search, dev->id, can_fence);
id               1357 daemons/fenced/fenced_commands.c     stonith_device_t *dup = g_hash_table_lookup(device_list, device->id);
id               1360 daemons/fenced/fenced_commands.c         crm_trace("No match for %s", device->id);
id               1389 daemons/fenced/fenced_commands.c     if (pcmk__str_eq(device->id, STONITH_WATCHDOG_ID, pcmk__str_none) ||
id               1404 daemons/fenced/fenced_commands.c         } else if (!pcmk__str_eq(device->id, STONITH_WATCHDOG_ID,
id               1408 daemons/fenced/fenced_commands.c                     device->id?device->id:"");
id               1434 daemons/fenced/fenced_commands.c             stonith_device_remove(device->id, from_cib);
id               1444 daemons/fenced/fenced_commands.c                   device->id, ndevices, pcmk__plural_s(ndevices));
id               1447 daemons/fenced/fenced_commands.c         dup = g_hash_table_lookup(device_list, device->id);
id               1451 daemons/fenced/fenced_commands.c         stonith_device_t *old = g_hash_table_lookup(device_list, device->id);
id               1458 daemons/fenced/fenced_commands.c             crm_info("Overwriting existing entry for %s from CIB", device->id);
id               1466 daemons/fenced/fenced_commands.c         g_hash_table_replace(device_list, device->id, device);
id               1470 daemons/fenced/fenced_commands.c                    device->id, ndevices, pcmk__plural_s(ndevices));
id               1483 daemons/fenced/fenced_commands.c stonith_device_remove(const char *id, bool from_cib)
id               1485 daemons/fenced/fenced_commands.c     stonith_device_t *device = g_hash_table_lookup(device_list, id);
id               1491 daemons/fenced/fenced_commands.c                  id, ndevices, pcmk__plural_s(ndevices));
id               1503 daemons/fenced/fenced_commands.c         g_hash_table_remove(device_list, id);
id               1506 daemons/fenced/fenced_commands.c                  id, ndevices, pcmk__plural_s(ndevices));
id               1510 daemons/fenced/fenced_commands.c                   id, g_hash_table_size(device_list),
id               1665 daemons/fenced/fenced_commands.c                      int *id, char **desc)
id               1696 daemons/fenced/fenced_commands.c     if (id != NULL) {
id               1697 daemons/fenced/fenced_commands.c         *id = local_id;
id               1725 daemons/fenced/fenced_commands.c     int id = 0;
id               1736 daemons/fenced/fenced_commands.c     level = unpack_level_request(msg, &mode, &target, &id, desc);
id               1765 daemons/fenced/fenced_commands.c     if ((id <= 0) || (id >= ST_LEVEL_MAX)) {
id               1767 daemons/fenced/fenced_commands.c                   target, id);
id               1802 daemons/fenced/fenced_commands.c     if (tp->levels[id] != NULL) {
id               1804 daemons/fenced/fenced_commands.c                  tp->target, id);
id               1811 daemons/fenced/fenced_commands.c         crm_trace("Adding device '%s' for %s[%d]", device, tp->target, id);
id               1812 daemons/fenced/fenced_commands.c         tp->levels[id] = g_list_append(tp->levels[id], strdup(device));
id               1842 daemons/fenced/fenced_commands.c     int id = -1;
id               1849 daemons/fenced/fenced_commands.c     level = unpack_level_request(msg, NULL, &target, &id, desc);
id               1856 daemons/fenced/fenced_commands.c     if ((id < 0) || (id >= ST_LEVEL_MAX)) {
id               1858 daemons/fenced/fenced_commands.c                   target, id);
id               1880 daemons/fenced/fenced_commands.c     } else if (id == 0 && g_hash_table_remove(topology, target)) {
id               1887 daemons/fenced/fenced_commands.c     } else if (tp->levels[id] != NULL) {
id               1890 daemons/fenced/fenced_commands.c         g_list_free_full(tp->levels[id], free);
id               1891 daemons/fenced/fenced_commands.c         tp->levels[id] = NULL;
id               1896 daemons/fenced/fenced_commands.c                  id, target, nlevels, pcmk__plural_s(nlevels));
id               1955 daemons/fenced/fenced_commands.c     const char *id = crm_element_value(dev, F_STONITH_DEVICE);
id               1960 daemons/fenced/fenced_commands.c     if ((id == NULL) || (action == NULL)) {
id               1962 daemons/fenced/fenced_commands.c                  (id? id : "not specified"),
id               1968 daemons/fenced/fenced_commands.c     if (pcmk__str_eq(id, STONITH_WATCHDOG_ID, pcmk__str_none)) {
id               1989 daemons/fenced/fenced_commands.c     device = g_hash_table_lookup(device_list, id);
id               1992 daemons/fenced/fenced_commands.c                  action, id);
id               1994 daemons/fenced/fenced_commands.c                             "'%s' not found", id);
id               2000 daemons/fenced/fenced_commands.c                  action, id);
id               2002 daemons/fenced/fenced_commands.c                             "'%s' not active", id);
id               2072 daemons/fenced/fenced_commands.c                       "host, not %s", action, device->id, target);
id               2135 daemons/fenced/fenced_commands.c     if (dev->id != NULL) {
id               2136 daemons/fenced/fenced_commands.c         dev_id = dev->id;
id               2308 daemons/fenced/fenced_commands.c         crm_trace("Action '%s' is required using %s", action, device->id);
id               2315 daemons/fenced/fenced_commands.c                   action, action_specific_timeout, device->id);
id               2322 daemons/fenced/fenced_commands.c                   action, delay_max, device->id);
id               2333 daemons/fenced/fenced_commands.c                   action, delay_max, device->id);
id               2336 daemons/fenced/fenced_commands.c                   action, delay_base, device->id);
id               2340 daemons/fenced/fenced_commands.c                   action, delay_base, delay_max, device->id);
id               2360 daemons/fenced/fenced_commands.c                   action, device->id);
id               2422 daemons/fenced/fenced_commands.c         crm_xml_add(dev, XML_ATTR_ID, device->id);
id               2434 daemons/fenced/fenced_commands.c                       device->id);
id               2566 daemons/fenced/fenced_commands.c                            (op_merged? "merged " : ""), cmd->id,
id               2657 daemons/fenced/fenced_commands.c                   cmd->action, device->id);
id               2797 daemons/fenced/fenced_commands.c         log_async_result(cmd, result, pid, next_device->id, false);
id               2996 daemons/fenced/fenced_commands.c     crm_xml_add_int(reply, F_STONITH_CALLID, cmd->id);
id               3121 daemons/fenced/fenced_commands.c                       relay_op->id, relay_op->action,
id               3167 daemons/fenced/fenced_commands.c     crm_xml_add(reply, F_STONITH_CLIENTID, request->ipc_client->id);
id               3356 daemons/fenced/fenced_commands.c             if (request->ipc_client->id == 0) {
id               3359 daemons/fenced/fenced_commands.c                 client_id = request->ipc_client->id;
id               3370 daemons/fenced/fenced_commands.c                         request->ipc_client->id);
id               3371 daemons/fenced/fenced_commands.c             crm_xml_add(request->xml, F_STONITH_REMOTE_OP_ID, op->id);
id               3628 daemons/fenced/fenced_commands.c stonith_command(pcmk__client_t *client, uint32_t id, uint32_t flags,
id               3643 daemons/fenced/fenced_commands.c               (is_reply? "reply" : "request"), id,
id               3648 daemons/fenced/fenced_commands.c         CRM_ASSERT(client == NULL || client->request_id == id);
id               3656 daemons/fenced/fenced_commands.c             .ipc_id         = id,
id                204 daemons/fenced/fenced_history.c                 g_hash_table_remove(stonith_remote_op_list, ops[i]->id);
id                234 daemons/fenced/fenced_history.c         char *id = crm_element_value_copy(xml_op, F_STONITH_REMOTE_OP_ID);
id                241 daemons/fenced/fenced_history.c         if (!id) {
id                246 daemons/fenced/fenced_history.c         crm_trace("Attaching op %s to hashtable", id);
id                250 daemons/fenced/fenced_history.c         op->id = id;
id                280 daemons/fenced/fenced_history.c         g_hash_table_replace(rv, id, op);
id                281 daemons/fenced/fenced_history.c         CRM_LOG_ASSERT(g_hash_table_lookup(rv, id) != NULL);
id                310 daemons/fenced/fenced_history.c             char *id = NULL;
id                315 daemons/fenced/fenced_history.c             while (g_hash_table_iter_next(&iter, (void **)&id, (void **)&op)) {
id                320 daemons/fenced/fenced_history.c                         g_hash_table_lookup(remote_history, op->id);
id                329 daemons/fenced/fenced_history.c                                       op->id, stonith_op_state_str(op->state),
id                332 daemons/fenced/fenced_history.c                             g_hash_table_steal(remote_history, op->id);
id                333 daemons/fenced/fenced_history.c                             op->id = remote_op->id;
id                334 daemons/fenced/fenced_history.c                             remote_op->id = id;
id                346 daemons/fenced/fenced_history.c                                       op->id, stonith_op_state_str(op->state),
id                349 daemons/fenced/fenced_history.c                             g_hash_table_remove(remote_history, op->id);
id                352 daemons/fenced/fenced_history.c                             g_hash_table_remove(remote_history, op->id);
id                363 daemons/fenced/fenced_history.c                 crm_trace("Attaching op %s", op->id);
id                366 daemons/fenced/fenced_history.c                     crm_xml_add(entry, F_STONITH_REMOTE_OP_ID, op->id);
id                391 daemons/fenced/fenced_history.c                          "known only from peer history", op->id);
id                405 daemons/fenced/fenced_history.c             g_hash_table_replace(stonith_remote_op_list, op->id, op);
id                250 daemons/fenced/fenced_remote.c     free(op->id);
id                308 daemons/fenced/fenced_remote.c              CRM_XS " id=%.8s", op->target, op->id);
id                330 daemons/fenced/fenced_remote.c              op->target, op->client_name, op->id);
id                363 daemons/fenced/fenced_remote.c                  CRM_XS " id=%.8s", op->target, op->client_name, op->id);
id                387 daemons/fenced/fenced_remote.c     crm_xml_add(notify_data, F_STONITH_REMOTE_OP_ID, op->id);
id                495 daemons/fenced/fenced_remote.c                       other->id);
id                504 daemons/fenced/fenced_remote.c                     stonith_op_state_str(other->state), other->id);
id                559 daemons/fenced/fenced_remote.c                    op->id);
id                616 daemons/fenced/fenced_remote.c                op->id);
id                656 daemons/fenced/fenced_remote.c                op->action, op->target, op->client_name, op->id);
id                671 daemons/fenced/fenced_remote.c                " id=%.8s", op->action, op->target, op->client_name, op->id);
id                680 daemons/fenced/fenced_remote.c                   op->action, op->target, op->client_name, op->id);
id                700 daemons/fenced/fenced_remote.c               op->action, op->target, op->client_name, op->id);
id                734 daemons/fenced/fenced_remote.c                   op->action, op->target, op->client_name, op->id);
id                753 daemons/fenced/fenced_remote.c                   op->id, op->target);
id                756 daemons/fenced/fenced_remote.c                   op->id, op->target);
id                760 daemons/fenced/fenced_remote.c                   op->id, op->target, stonith_op_state_str(op->state));
id                764 daemons/fenced/fenced_remote.c                   op->id, op->target, stonith_op_state_str(op->state));
id                946 daemons/fenced/fenced_remote.c     stonith__set_call_options(op->call_options, op->id, st_opt_topology);
id                960 daemons/fenced/fenced_remote.c                   op->client_name, op->originator, op->id);
id                983 daemons/fenced/fenced_remote.c              op->target, op->client_name, op->originator, op->id);
id               1005 daemons/fenced/fenced_remote.c         if (!strcmp(op->id, other->id)) {
id               1010 daemons/fenced/fenced_remote.c                       op->id, other->id);
id               1015 daemons/fenced/fenced_remote.c                       op->id, other->id, op->target, other->target);
id               1020 daemons/fenced/fenced_remote.c                       op->id, other->id, op->action, other_action);
id               1025 daemons/fenced/fenced_remote.c                       op->id, other->id, op->client_name);
id               1030 daemons/fenced/fenced_remote.c                       op->id, other->id, other->target);
id               1037 daemons/fenced/fenced_remote.c                        other->originator, other->id);
id               1039 daemons/fenced/fenced_remote.c                       op->id, other->id);
id               1046 daemons/fenced/fenced_remote.c                       op->id, other->id, now, other->created,
id               1059 daemons/fenced/fenced_remote.c                       other->id, other->total_timeout);
id               1066 daemons/fenced/fenced_remote.c                    op->id, other->id, other->total_timeout);
id               1169 daemons/fenced/fenced_remote.c         op->id = crm_element_value_copy(dev, F_STONITH_REMOTE_OP_ID);
id               1171 daemons/fenced/fenced_remote.c         op->id = crm_generate_uuid();
id               1174 daemons/fenced/fenced_remote.c     g_hash_table_replace(stonith_remote_op_list, op->id, op);
id               1213 daemons/fenced/fenced_remote.c               (peer && dev)? "Recorded" : "Generated", op->id, op->action,
id               1226 daemons/fenced/fenced_remote.c         stonith__clear_call_options(op->call_options, op->id, st_opt_cs_nodeid);
id               1273 daemons/fenced/fenced_remote.c         client_id = client->id;
id               1297 daemons/fenced/fenced_remote.c                      CRM_XS " id=%.8s", op->action, op->target, op->id);
id               1303 daemons/fenced/fenced_remote.c                      CRM_XS " id=%.8s", op->action, op->target, op->id);
id               1309 daemons/fenced/fenced_remote.c                        op->action, op->target, op->id,
id               1313 daemons/fenced/fenced_remote.c     query = stonith_create_op(op->client_callid, op->id, STONITH_OP_QUERY,
id               1316 daemons/fenced/fenced_remote.c     crm_xml_add(query, F_STONITH_REMOTE_OP_ID, op->id);
id               1645 daemons/fenced/fenced_remote.c     crm_trace("Reporting timeout for %s (id=%.8s)", op->client_name, op->id);
id               1660 daemons/fenced/fenced_remote.c     update = stonith_create_op(op->client_callid, op->id, STONITH_OP_TIMEOUT_UPDATE, NULL, 0);
id               1661 daemons/fenced/fenced_remote.c     crm_xml_add(update, F_STONITH_REMOTE_OP_ID, op->id);
id               1674 daemons/fenced/fenced_remote.c                   dup->id, dup->client_name);
id               1749 daemons/fenced/fenced_remote.c                    op->target, op->action, op->client_name, op->id);
id               1781 daemons/fenced/fenced_remote.c               op->id, op->target, op->client_name,
id               1824 daemons/fenced/fenced_remote.c                  op->total_timeout, op->target, op->client_name, op->id);
id               1852 daemons/fenced/fenced_remote.c         xmlNode *remote_op = stonith_create_op(op->client_callid, op->id, STONITH_OP_FENCE, NULL, 0);
id               1854 daemons/fenced/fenced_remote.c         crm_xml_add(remote_op, F_STONITH_REMOTE_OP_ID, op->id);
id               1990 daemons/fenced/fenced_remote.c                  (device? device : ""), op->client_name, op->id);
id               2236 daemons/fenced/fenced_remote.c     const char *id = NULL;
id               2245 daemons/fenced/fenced_remote.c     id = crm_element_value(dev, F_STONITH_REMOTE_OP_ID);
id               2246 daemons/fenced/fenced_remote.c     CRM_CHECK(id != NULL, return -EPROTO);
id               2252 daemons/fenced/fenced_remote.c     op = g_hash_table_lookup(stonith_remote_op_list, id);
id               2255 daemons/fenced/fenced_remote.c                   id);
id               2271 daemons/fenced/fenced_remote.c              op->target, op->action, ndevices, pcmk__plural_s(ndevices), id);
id               2336 daemons/fenced/fenced_remote.c     const char *id = NULL;
id               2344 daemons/fenced/fenced_remote.c     id = crm_element_value(dev, F_STONITH_REMOTE_OP_ID);
id               2345 daemons/fenced/fenced_remote.c     CRM_CHECK(id != NULL, return);
id               2355 daemons/fenced/fenced_remote.c         op = g_hash_table_lookup(stonith_remote_op_list, id);
id               2368 daemons/fenced/fenced_remote.c         crm_info("Received peer result of unknown or expired operation %s", id);
id               2397 daemons/fenced/fenced_remote.c                 op->id, device, op->target);
id                104 daemons/fenced/pacemaker-fenced.c     uint32_t id = 0;
id                116 daemons/fenced/pacemaker-fenced.c     request = pcmk__client_data2xml(c, data, &id, &flags);
id                118 daemons/fenced/pacemaker-fenced.c         pcmk__ipc_send_ack(c, id, flags, "nack", NULL, CRM_EX_PROTOCOL);
id                127 daemons/fenced/pacemaker-fenced.c         crm_xml_add(request, F_STONITH_CLIENTID, c->id);
id                147 daemons/fenced/pacemaker-fenced.c               " from client %s", flags, call_options, id, pcmk__client_name(c));
id                152 daemons/fenced/pacemaker-fenced.c         c->request_id = id;     /* Reply only to the last one */
id                155 daemons/fenced/pacemaker-fenced.c     crm_xml_add(request, F_STONITH_CLIENTID, c->id);
id                160 daemons/fenced/pacemaker-fenced.c     stonith_command(c, id, flags, request, NULL);
id                317 daemons/fenced/pacemaker-fenced.c                      pcmk_rc_str(rc), client->id, rc);
id                595 daemons/fenced/pacemaker-fenced.c #define rsc_name(x) x->clone_name?x->clone_name:x->id
id                706 daemons/fenced/pacemaker-fenced.c                 crm_trace("Only processing one copy of the clone %s", rsc->id);
id                721 daemons/fenced/pacemaker-fenced.c         crm_info("Device %s has been disabled", rsc->id);
id                729 daemons/fenced/pacemaker-fenced.c         pcmk__str_eq(rsc->id, STONITH_WATCHDOG_ID, pcmk__str_none)) {
id                731 daemons/fenced/pacemaker-fenced.c                  "device %s as disabled", rsc->id);
id                745 daemons/fenced/pacemaker-fenced.c         crm_info("Device %s has been disabled on %s: unknown", rsc->id, stonith_our_uname);
id                758 daemons/fenced/pacemaker-fenced.c                  rsc->id, stonith_our_uname, pcmk_readable_score(score));
id                773 daemons/fenced/pacemaker-fenced.c         crm_debug("Device %s is allowed on %s: score=%d", rsc->id, stonith_our_uname, node->weight);
id               1364 daemons/fenced/pacemaker-fenced.c         crm_debug("Broadcasting our uname because of node %u", node->id);
id                 25 daemons/fenced/pacemaker-fenced.h     char *id;
id                 74 daemons/fenced/pacemaker-fenced.h     char *id;
id                219 daemons/fenced/pacemaker-fenced.h void stonith_command(pcmk__client_t *client, uint32_t id, uint32_t flags,
id                224 daemons/fenced/pacemaker-fenced.h void stonith_device_remove(const char *id, bool from_cib);
id                207 daemons/pacemakerd/pcmkd_messages.c     uint32_t id = 0;
id                218 daemons/pacemakerd/pcmkd_messages.c     msg = pcmk__client_data2xml(c, data, &id, &flags);
id                220 daemons/pacemakerd/pcmkd_messages.c         pcmk__ipc_send_ack(c, id, flags, "ack", NULL, CRM_EX_PROTOCOL);
id                230 daemons/pacemakerd/pcmkd_messages.c             .ipc_id         = id,
id                244 daemons/pacemakerd/pcmkd_messages.c             pcmk__ipc_send_xml(c, id, reply, crm_ipc_server_event);
id                229 daemons/schedulerd/schedulerd_messages.c     uint32_t id = 0;
id                241 daemons/schedulerd/schedulerd_messages.c     msg = pcmk__client_data2xml(c, data, &id, &flags);
id                243 daemons/schedulerd/schedulerd_messages.c         pcmk__ipc_send_ack(c, id, flags, "ack", NULL, CRM_EX_PROTOCOL);
id                251 daemons/schedulerd/schedulerd_messages.c         pcmk__ipc_send_ack(c, id, flags, "ack", NULL, CRM_EX_INDETERMINATE);
id                255 daemons/schedulerd/schedulerd_messages.c         pcmk__ipc_send_ack(c, id, flags, "ack", NULL, CRM_EX_INDETERMINATE);
id                266 daemons/schedulerd/schedulerd_messages.c             .ipc_id         = id,
id                280 daemons/schedulerd/schedulerd_messages.c             pcmk__ipc_send_xml(c, id, reply, crm_ipc_server_event);
id                101 include/crm/cib/internal.h     const char *id;
id                 72 include/crm/cluster.h     uint32_t id;                // Node ID
id                147 include/crm/cluster.h crm_node_t *crm_get_peer_full(unsigned int id, const char *uname, int flags);
id                150 include/crm/cluster.h crm_node_t *crm_get_peer(unsigned int id, const char *uname);
id                154 include/crm/cluster.h guint reap_crm_member(uint32_t id, const char *name);
id                125 include/crm/cluster/internal.h crm_node_t *pcmk__search_node_caches(unsigned int id, const char *uname,
id                127 include/crm/cluster/internal.h crm_node_t *pcmk__search_cluster_node_cache(unsigned int id, const char *uname);
id                130 include/crm/cluster/internal.h crm_node_t *pcmk__search_known_node_cache(unsigned int id, const char *uname,
id                 33 include/crm/common/alerts_internal.h     char *id;
id                 73 include/crm/common/alerts_internal.h pcmk__alert_t *pcmk__alert_new(const char *id, const char *path);
id                 42 include/crm/common/ipc_controld.h     uint32_t id;
id                 68 include/crm/common/ipc_controld.h             int id;
id                170 include/crm/common/ipc_internal.h     char *id;
id                227 include/crm/common/ipc_internal.h pcmk__client_t *pcmk__find_client_by_id(const char *id);
id                255 include/crm/common/ipc_internal.h                                uint32_t *id, uint32_t *flags);
id                 40 include/crm/common/nvpair.h xmlNode *crm_create_nvpair_xml(xmlNode *parent, const char *id,
id                882 include/crm/common/output_internal.h pcmk__output_create_html_node(pcmk__output_t *out, const char *element_name, const char *id,
id                105 include/crm/common/xml.h xmlNode *pcmk_create_html_node(xmlNode * parent, const char *element_name, const char *id,
id                295 include/crm/common/xml.h void crm_xml_sanitize_id(char *id);
id                 37 include/crm/common/xml_compat.h xmlNode *find_entity(xmlNode *parent, const char *node_name, const char *id);
id                172 include/crm/compatibility.h #define add_cib_op_callback(cib, id, flag, data, fn) do {                \
id                173 include/crm/compatibility.h         cib->cmds->register_callback(cib, id, 120, flag, data, #fn, fn); \
id                 85 include/crm/fencing/internal.h xmlNode *create_device_registration_xml(const char *id,
id                275 include/crm/lrmd.h     char *id;
id                 35 include/crm/lrmd_internal.h int lrmd__remote_send_xml(pcmk__remote_t *session, xmlNode *msg, uint32_t id,
id                 48 include/crm/pengine/internal.h #  define pe_rsc_info(rsc, fmt, args...)  crm_log_tag(LOG_INFO,  rsc ? rsc->id : "<NULL>", fmt, ##args)
id                 49 include/crm/pengine/internal.h #  define pe_rsc_debug(rsc, fmt, args...) crm_log_tag(LOG_DEBUG, rsc ? rsc->id : "<NULL>", fmt, ##args)
id                 50 include/crm/pengine/internal.h #  define pe_rsc_trace(rsc, fmt, args...) crm_log_tag(LOG_TRACE, rsc ? rsc->id : "<NULL>", fmt, ##args)
id                 79 include/crm/pengine/internal.h             LOG_TRACE, "Resource", (resource)->id, (resource)->flags,       \
id                 85 include/crm/pengine/internal.h             LOG_TRACE, "Resource", (resource)->id, (resource)->flags,       \
id                192 include/crm/pengine/internal.h     char *id;                           // Constraint XML ID
id                200 include/crm/pengine/internal.h     int id;
id                252 include/crm/pengine/internal.h pe_resource_t *native_find_rsc(pe_resource_t *rsc, const char *id, const pe_node_t *node,
id                395 include/crm/pengine/internal.h #  define delete_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_DELETE, 0)
id                400 include/crm/pengine/internal.h #  define stopped_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_STOPPED, 0)
id                405 include/crm/pengine/internal.h #  define stop_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_STOP, 0)
id                410 include/crm/pengine/internal.h #  define reload_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_RELOAD_AGENT, 0)
id                411 include/crm/pengine/internal.h #  define start_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_START, 0)
id                416 include/crm/pengine/internal.h #  define started_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_STARTED, 0)
id                421 include/crm/pengine/internal.h #  define promote_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_PROMOTE, 0)
id                426 include/crm/pengine/internal.h #  define promoted_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_PROMOTED, 0)
id                431 include/crm/pengine/internal.h #  define demote_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_DEMOTE, 0)
id                436 include/crm/pengine/internal.h #  define demoted_key(rsc) pcmk__op_key(rsc->id, CRMD_ACTION_DEMOTED, 0)
id                474 include/crm/pengine/internal.h const char *pe_base_name_end(const char *id);
id                479 include/crm/pengine/internal.h pe_base_name_eq(const pe_resource_t *rsc, const char *id)
id                481 include/crm/pengine/internal.h     if (id && rsc && rsc->id) {
id                483 include/crm/pengine/internal.h         size_t base_len = pe_base_name_end(rsc->id) - rsc->id + 1;
id                485 include/crm/pengine/internal.h         return (strlen(id) == base_len) && !strncmp(id, rsc->id, base_len);
id                555 include/crm/pengine/internal.h pe_node_t *pe_create_node(const char *id, const char *uname, const char *type,
id                676 include/crm/pengine/internal.h     } else if (node->details->id != NULL) {
id                677 include/crm/pengine/internal.h         return node->details->id;
id                231 include/crm/pengine/pe_types.h     const char *id;
id                347 include/crm/pengine/pe_types.h     char *id;
id                430 include/crm/pengine/pe_types.h     int id;
id                480 include/crm/pengine/pe_types.h     char *id;
id                488 include/crm/pengine/pe_types.h     char *id;
id                 39 include/crm/pengine/status.h pe_resource_t *pe_find_resource_with_flags(GList *rsc_list, const char *id, enum pe_find flags);
id                 41 include/crm/pengine/status.h pe_node_t *pe_find_node_id(const GList *node_list, const char *id);
id                 42 include/crm/pengine/status.h pe_node_t *pe_find_node_any(const GList *node_list, const char *id,
id                121 include/crm/services.h     char *id;
id                369 include/crm/services.h svc_action_t *services_alert_create(const char *id, const char *exec,
id                121 include/crm/stonith-ng.h     char *id;
id                208 include/crm/stonith-ng.h     int (*register_device)(stonith_t *st, int options, const char *id,
id                295 include/crm/stonith-ng.h     int (*list)(stonith_t *stonith, int call_options, const char *id,
id                309 include/crm/stonith-ng.h     int (*monitor)(stonith_t *stonith, int call_options, const char *id,
id                324 include/crm/stonith-ng.h     int (*status)(stonith_t *stonith, int call_options, const char *id,
id                501 include/pacemaker.h                         const char *id, const stonith_key_value_t *params,
id                235 include/pcmki/pcmki_fence.h                          const char *id, const stonith_key_value_t *params,
id                 23 include/pcmki/pcmki_scheduler.h     const char *id;
id                 36 include/pcmki/pcmki_transition.h     int id;
id                 68 include/pcmki/pcmki_transition.h     int id;
id                106 include/pcmki/pcmki_transition.h     int id;
id                213 lib/cib/cib_client.c     blob->id = callback_name;
id                734 lib/cib/cib_client.c     crm_debug("Call %d (%s): pending", call, pcmk__s(blob->id, "without ID"));
id                820 lib/cib/cib_ops.c                     const char *id = crm_element_value(parent, XML_ATTR_ID);
id                823 lib/cib/cib_ops.c                     if (id) {
id                826 lib/cib/cib_ops.c                                                      parent->name, id,
id                528 lib/cib/cib_utils.c                   pcmk__s(blob->id, "without ID"), call_id);
id                275 lib/cluster/cluster.c         long long id;
id                277 lib/cluster/cluster.c         if ((pcmk__scan_ll(uuid, &id, 0LL) != pcmk_rc_ok)
id                278 lib/cluster/cluster.c             || (id < 1LL) || (id > UINT32_MAX))  {
id                283 lib/cluster/cluster.c         node = pcmk__search_cluster_node_cache((uint32_t) id, NULL);
id                286 lib/cluster/cluster.c                      node->uname, node->id, uuid);
id                 58 lib/cluster/corosync.c         if (node->id > 0) {
id                 59 lib/cluster/corosync.c             return crm_strdup_printf("%u", node->id);
id                167 lib/cluster/corosync.c         uint32_t id = 0;
id                171 lib/cluster/corosync.c         rc = cmap_get_uint32(cmap_handle, key, &id);
id                172 lib/cluster/corosync.c         crm_trace("Checking %u vs %u from %s", nodeid, id, key);
id                179 lib/cluster/corosync.c         if (nodeid == id) {
id                307 lib/cluster/corosync.c         uint32_t id = view_list[i];
id                309 lib/cluster/corosync.c         crm_debug("Member[%d] %u ", i, id);
id                312 lib/cluster/corosync.c         node = crm_get_peer(id, NULL);
id                314 lib/cluster/corosync.c             char *name = pcmk__corosync_name(0, id);
id                316 lib/cluster/corosync.c             crm_info("Obtaining name for new node %u", id);
id                317 lib/cluster/corosync.c             node = crm_get_peer(id, name);
id                632 lib/cluster/corosync.c                     if (node->id && node->id != nodeid) {
id                633 lib/cluster/corosync.c                         crm_crit("Nodes %u and %u share the same name '%s': shutting down", node->id,
id                 47 lib/cluster/cpg.c     uint32_t id;
id                 59 lib/cluster/cpg.c     uint32_t id;
id                369 lib/cluster/cpg.c                 msg->id, ais_dest(&(msg->sender)),
id                381 lib/cluster/cpg.c                 msg->id, ais_dest(&(msg->sender)),
id                393 lib/cluster/cpg.c                 msg->id, ais_dest(&(msg->sender)),
id                409 lib/cluster/cpg.c                 msg->id, ais_dest(&(msg->sender)),
id                418 lib/cluster/cpg.c               msg->id, msg_type2text(msg->sender.type), msg->sender.pid,
id                452 lib/cluster/cpg.c         if (msg->sender.id > 0 && msg->sender.id != nodeid) {
id                453 lib/cluster/cpg.c             crm_err("Nodeid mismatch from %d.%d: claimed nodeid=%u", nodeid, pid, msg->sender.id);
id                456 lib/cluster/cpg.c         } else if (msg->host.id != 0 && (local_nodeid != msg->host.id)) {
id                458 lib/cluster/cpg.c             crm_trace("Not for us: %u != %u", msg->host.id, local_nodeid);
id                466 lib/cluster/cpg.c         msg->sender.id = nodeid;
id                490 lib/cluster/cpg.c         *kind = msg->header.id;
id                529 lib/cluster/cpg.c     crm_get_peer(msg->sender.id, msg->sender.uname);
id                537 lib/cluster/cpg.c             msg->id, ais_dest(&(msg->host)), msg_type2text(msg->host.type),
id                790 lib/cluster/cpg.c     uint32_t id = 0;
id                851 lib/cluster/cpg.c     id = get_local_nodeid(handle);
id                852 lib/cluster/cpg.c     if (id == 0) {
id                857 lib/cluster/cpg.c     cluster->nodeid = id;
id                876 lib/cluster/cpg.c     peer = crm_get_peer(id, NULL);
id                963 lib/cluster/cpg.c     msg->id = msg_id;
id                964 lib/cluster/cpg.c     msg->header.id = msg_class;
id                977 lib/cluster/cpg.c             target = crm_strdup_printf("%u", node->id);
id                979 lib/cluster/cpg.c         msg->host.id = node->id;
id                984 lib/cluster/cpg.c     msg->sender.id = 0;
id               1032 lib/cluster/cpg.c                   msg->id, target, (unsigned long long) iov->iov_len,
id               1036 lib/cluster/cpg.c                   msg->id, target, (unsigned long long) iov->iov_len,
id                310 lib/cluster/membership.c     } else if (search->id && node->id != search->id) {
id                313 lib/cluster/membership.c     } else if (search->id == 0 && !pcmk__str_eq(node->uname, search->uname, pcmk__str_casei)) {
id                318 lib/cluster/membership.c                  (node->uname? node->uname : "unknown"), node->id);
id                333 lib/cluster/membership.c reap_crm_member(uint32_t id, const char *name)
id                343 lib/cluster/membership.c     search.id = id;
id                348 lib/cluster/membership.c                    matches, pcmk__plural_s(matches), search.id,
id                354 lib/cluster/membership.c                  search.id, (search.uname? " and/or uname=" : ""),
id                389 lib/cluster/membership.c     crm_trace("Destroying entry for node %u: %s", node->id, node->uname);
id                479 lib/cluster/membership.c     const char *id = NULL;
id                483 lib/cluster/membership.c     while (g_hash_table_iter_next(&iter, (gpointer *) &id, (gpointer *) &node)) {
id                484 lib/cluster/membership.c         do_crm_log(level, "%s: Node %u/%s = %p - %s", caller, node->id, node->uname, node, id);
id                505 lib/cluster/membership.c pcmk__search_node_caches(unsigned int id, const char *uname, uint32_t flags)
id                509 lib/cluster/membership.c     CRM_ASSERT(id > 0 || uname != NULL);
id                518 lib/cluster/membership.c         node = pcmk__search_cluster_node_cache(id, uname);
id                533 lib/cluster/membership.c crm_get_peer_full(unsigned int id, const char *uname, int flags)
id                537 lib/cluster/membership.c     CRM_ASSERT(id > 0 || uname != NULL);
id                546 lib/cluster/membership.c         node = crm_get_peer(id, uname);
id                561 lib/cluster/membership.c pcmk__search_cluster_node_cache(unsigned int id, const char *uname)
id                568 lib/cluster/membership.c     CRM_ASSERT(id > 0 || uname != NULL);
id                583 lib/cluster/membership.c     if (id > 0) {
id                586 lib/cluster/membership.c             if(node->id == id) {
id                587 lib/cluster/membership.c                 crm_trace("ID match: %u = %p", node->id, node);
id                597 lib/cluster/membership.c         crm_trace("Consistent: %p for %u/%s", by_id, id, uname);
id                600 lib/cluster/membership.c         crm_trace("Only one: %p for %u/%s", by_name, id, uname);
id                602 lib/cluster/membership.c         if(id && by_name->id) {
id                605 lib/cluster/membership.c                      id, by_name->id, uname);
id                613 lib/cluster/membership.c         crm_trace("Only one: %p for %u/%s", by_id, id, uname);
id                618 lib/cluster/membership.c                      uname, by_id->uname, id, uname);
id                623 lib/cluster/membership.c             crm_notice("Node '%s' has changed its ID from %u to %u", by_id->uname, by_name->id, by_id->id);
id                627 lib/cluster/membership.c             crm_warn("Node '%s' and '%s' share the same cluster nodeid: %u %s", by_id->uname, by_name->uname, id, uname);
id                633 lib/cluster/membership.c     } else if(id && by_name->id) {
id                634 lib/cluster/membership.c         crm_warn("Node %u and %u share the same name: '%s'", by_id->id, by_name->id, uname);
id                660 lib/cluster/membership.c     if (node->id == 0 || node->uname == NULL) {
id                670 lib/cluster/membership.c         if (existing_node->id > 0
id                671 lib/cluster/membership.c             && existing_node->id != node->id
id                680 lib/cluster/membership.c                      existing_node->id, existing_node->uname, node->id);
id                701 lib/cluster/membership.c crm_get_peer(unsigned int id, const char *uname)
id                706 lib/cluster/membership.c     CRM_ASSERT(id > 0 || uname != NULL);
id                710 lib/cluster/membership.c     node = pcmk__search_cluster_node_cache(id, uname);
id                715 lib/cluster/membership.c         uname_lookup = get_node_name(id);
id                720 lib/cluster/membership.c         crm_trace("Inferred a name of '%s' for node %u", uname, id);
id                724 lib/cluster/membership.c             node = pcmk__search_cluster_node_cache(id, uname);
id                736 lib/cluster/membership.c                  uniqueid, node, uname, id, 1 + g_hash_table_size(crm_peer_cache));
id                740 lib/cluster/membership.c     if(id > 0 && uname && (node->id == 0 || node->uname == NULL)) {
id                741 lib/cluster/membership.c         crm_info("Node %u is now known as %s", id, uname);
id                744 lib/cluster/membership.c     if(id > 0 && node->id == 0) {
id                745 lib/cluster/membership.c         node->id = id;
id                756 lib/cluster/membership.c             crm_info("Node %u has uuid %s", id, uuid);
id                759 lib/cluster/membership.c             crm_info("Cannot obtain a UUID for node %u/%s", id, node->uname);
id                914 lib/cluster/membership.c                      node->id);
id                916 lib/cluster/membership.c             crm_info("%s: Node %s[%u] - %s is now %s", source, node->uname, node->id,
id                945 lib/cluster/membership.c         crm_trace("%s: Node %s[%u] - %s is unchanged (%s)", source, node->uname, node->id,
id                981 lib/cluster/membership.c         crm_info("%s: Node %s[%u] - expected state is now %s (was %s)", source, node->uname, node->id,
id                986 lib/cluster/membership.c                   node->id, expected);
id               1031 lib/cluster/membership.c                    node->id, (last? last : "unknown"), source);
id               1044 lib/cluster/membership.c                 crm_notice("Purged 1 peer with id=%u and/or uname=%s from the membership cache", node->id, node->uname);
id               1048 lib/cluster/membership.c                 reap_crm_member(node->id, node->uname);
id               1055 lib/cluster/membership.c                   " nodeid=%u source=%s", node->uname, state, node->id, source);
id               1109 lib/cluster/membership.c                          node->uname, node->id);
id               1116 lib/cluster/membership.c find_known_node(const char *id, const char *uname)
id               1134 lib/cluster/membership.c     if (id) {
id               1137 lib/cluster/membership.c             if(strcasecmp(node->uuid, id) == 0) {
id               1138 lib/cluster/membership.c                 crm_trace("ID match: %s= %p", id, node);
id               1148 lib/cluster/membership.c         crm_trace("Consistent: %p for %s/%s", by_id, id, uname);
id               1151 lib/cluster/membership.c         crm_trace("Only one: %p for %s/%s", by_name, id, uname);
id               1153 lib/cluster/membership.c         if (id) {
id               1161 lib/cluster/membership.c         crm_trace("Only one: %p for %s/%s", by_id, id, uname);
id               1172 lib/cluster/membership.c     } else if (id && by_name->uuid
id               1173 lib/cluster/membership.c                && pcmk__str_eq(id, by_name->uuid, pcmk__str_casei)) {
id               1184 lib/cluster/membership.c                    id? " " : "",
id               1185 lib/cluster/membership.c                    id? id : "",
id               1196 lib/cluster/membership.c     const char *id = crm_element_value(xml_node, XML_ATTR_ID);
id               1200 lib/cluster/membership.c     CRM_CHECK(id != NULL && uname !=NULL, return);
id               1201 lib/cluster/membership.c     node = find_known_node(id, uname);
id               1212 lib/cluster/membership.c         node->uuid = strdup(id);
id               1258 lib/cluster/membership.c pcmk__search_known_node_cache(unsigned int id, const char *uname,
id               1264 lib/cluster/membership.c     CRM_ASSERT(id > 0 || uname != NULL);
id               1266 lib/cluster/membership.c     node = pcmk__search_node_caches(id, uname, flags);
id               1272 lib/cluster/membership.c     if (id > 0) {
id               1273 lib/cluster/membership.c         id_str = crm_strdup_printf("%u", id);
id                311 lib/common/acl.c                     const char *id = crm_element_value(child, XML_ATTR_NAME);
id                313 lib/common/acl.c                     if (id == NULL) {
id                314 lib/common/acl.c                         id = crm_element_value(child, XML_ATTR_ID);
id                317 lib/common/acl.c                     if (id && strcmp(id, user) == 0) {
id                318 lib/common/acl.c                         crm_debug("Unpacking ACLs for user '%s'", id);
id                322 lib/common/acl.c                     const char *id = crm_element_value(child, XML_ATTR_NAME);
id                324 lib/common/acl.c                     if (id == NULL) {
id                325 lib/common/acl.c                         id = crm_element_value(child, XML_ATTR_ID);
id                328 lib/common/acl.c                     if (id && pcmk__is_user_in_group(user,id)) {
id                329 lib/common/acl.c                         crm_debug("Unpacking ACLs for group '%s'", id);
id                 95 lib/common/alerts.c pcmk__alert_new(const char *id, const char *path)
id                 99 lib/common/alerts.c     CRM_ASSERT(entry && id && path);
id                100 lib/common/alerts.c     entry->id = strdup(id);
id                111 lib/common/alerts.c         free(entry->id);
id                135 lib/common/alerts.c     pcmk__alert_t *new_entry = pcmk__alert_new(entry->id, entry->path);
id               1115 lib/common/ipc_client.c                   client->server_name, header->qb.id, header->qb.size,
id               1190 lib/common/ipc_client.c             if (hdr->qb.id == request_id) {
id               1193 lib/common/ipc_client.c             } else if (hdr->qb.id < request_id) {
id               1196 lib/common/ipc_client.c                 crm_err("Discarding old reply %d (need %d)", hdr->qb.id, request_id);
id               1202 lib/common/ipc_client.c                 crm_err("Discarding newer reply %d (need %d)", hdr->qb.id, request_id);
id               1204 lib/common/ipc_client.c                 CRM_ASSERT(hdr->qb.id <= request_id);
id               1241 lib/common/ipc_client.c     static uint32_t id = 0;
id               1275 lib/common/ipc_client.c     id++;
id               1276 lib/common/ipc_client.c     CRM_LOG_ASSERT(id != 0); /* Crude wrap-around detection */
id               1277 lib/common/ipc_client.c     rc = pcmk__ipc_prepare_iov(id, message, client->max_buf_size, &iov, &bytes);
id               1303 lib/common/ipc_client.c               client->server_name, header->qb.id, header->qb.size, ms_timeout);
id               1326 lib/common/ipc_client.c                       client->server_name, header->qb.id);
id               1330 lib/common/ipc_client.c         rc = internal_ipc_get_reply(client, header->qb.id, ms_timeout, &bytes);
id               1355 lib/common/ipc_client.c                   rc, hdr->qb.id, client->server_name, header->qb.id,
id               1364 lib/common/ipc_client.c                   client->server_name, header->qb.id, rc);
id               1370 lib/common/ipc_client.c                    CRM_XS " rc=%d", client->server_name, header->qb.id, rc);
id               1374 lib/common/ipc_client.c                  client->server_name, header->qb.id, pcmk_strerror(rc),
id               1380 lib/common/ipc_client.c                  client->server_name, header->qb.id,
id                134 lib/common/ipc_controld.c     crm_element_value_int(msg_data, XML_ATTR_ID, &(data->data.node_info.id));
id                169 lib/common/ipc_controld.c             node_info->id = id_ll;
id                 70 lib/common/ipc_server.c pcmk__find_client_by_id(const char *id)
id                 72 lib/common/ipc_server.c     if ((client_connections != NULL) && (id != NULL)) {
id                 79 lib/common/ipc_server.c             if (strcmp(client->id, id) == 0) {
id                 84 lib/common/ipc_server.c     crm_trace("No client found with id='%s'", pcmk__s(id, ""));
id                106 lib/common/ipc_server.c     } else if (c->id != NULL) {
id                107 lib/common/ipc_server.c         return c->id;
id                189 lib/common/ipc_server.c     client->id = crm_generate_uuid();
id                191 lib/common/ipc_server.c         key = client->id;
id                255 lib/common/ipc_server.c               client->id, client->pid, uid_client, gid_client);
id                314 lib/common/ipc_server.c             g_hash_table_remove(client_connections, c->id);
id                327 lib/common/ipc_server.c     free(c->id);
id                386 lib/common/ipc_server.c pcmk__client_data2xml(pcmk__client_t *c, void *data, uint32_t *id,
id                398 lib/common/ipc_server.c     if (id) {
id                399 lib/common/ipc_server.c         *id = ((struct qb_ipc_response_header *)data)->id;
id                520 lib/common/ipc_server.c                       header->qb.id, c->ipcs, c->pid, (long long) qb_rc);
id                523 lib/common/ipc_server.c                       header->qb.id, c->ipcs, c->pid, (long long) qb_rc,
id                654 lib/common/ipc_server.c     header->qb.id = (int32_t)request;    /* Replying to a specific request */
id                668 lib/common/ipc_server.c     static uint32_t id = 1;
id                685 lib/common/ipc_server.c         header->qb.id = id++;   /* We don't really use it, but doesn't hurt to set one */
id                709 lib/common/ipc_server.c         CRM_LOG_ASSERT(header->qb.id != 0);     /* Replying to a specific request */
id                718 lib/common/ipc_server.c                        header->qb.id, c->pid, pcmk_rc_str(rc),
id                723 lib/common/ipc_server.c                       header->qb.id, (long long) qb_rc, c->ipcs, c->pid);
id                 48 lib/common/mainloop.c     guint id;
id                 53 lib/common/mainloop.c         guint id;
id                152 lib/common/mainloop.c     trigger->id = 0;
id                163 lib/common/mainloop.c     trigger->id = g_source_attach(source, NULL);
id               1291 lib/common/mainloop.c     int id = 0;
id               1297 lib/common/mainloop.c     id = t->id;
id               1298 lib/common/mainloop.c     t->id = 0; /* Ensure it's unset during callbacks so that
id               1313 lib/common/mainloop.c         t->id = id;
id               1322 lib/common/mainloop.c     if(t && t->id != 0) {
id               1334 lib/common/mainloop.c         t->id = g_timeout_add(t->period_ms, mainloop_timer_cb, t);
id               1341 lib/common/mainloop.c     if(t && t->id != 0) {
id               1343 lib/common/mainloop.c         g_source_remove(t->id);
id               1344 lib/common/mainloop.c         t->id = 0;
id               1358 lib/common/mainloop.c     if(t && t->id != 0 && last != t->period_ms) {
id               1375 lib/common/mainloop.c         t->id = 0;
id                812 lib/common/nvpair.c crm_create_nvpair_xml(xmlNode *parent, const char *id, const char *name,
id                820 lib/common/nvpair.c     CRM_CHECK(id || name, return NULL);
id                825 lib/common/nvpair.c     if (id) {
id                826 lib/common/nvpair.c         crm_xml_add(nvp, XML_ATTR_ID, id);
id                434 lib/common/output_html.c pcmk__output_create_html_node(pcmk__output_t *out, const char *element_name, const char *id,
id                447 lib/common/output_html.c     if (id != NULL) {
id                448 lib/common/output_html.c         crm_xml_add(node, "id", id);
id                 81 lib/common/output_none.c none_list_item(pcmk__output_t *out, const char *id, const char *format, ...) {
id                212 lib/common/output_text.c text_list_item(pcmk__output_t *out, const char *id, const char *format, ...) {
id                220 lib/common/output_text.c         if (id != NULL) {
id                225 lib/common/output_text.c             pcmk__indented_printf(out, "%s: ", id);
id                420 lib/common/patchset.c     char *id = NULL;
id                442 lib/common/patchset.c     id = crm_element_value_copy(target, XML_ATTR_ID);
id                445 lib/common/patchset.c         crm_trace("We are the root of the deletion: %s.id=%s", name, id);
id                447 lib/common/patchset.c         free(id);
id                463 lib/common/patchset.c     free(id);
id                474 lib/common/patchset.c     const char *id = NULL;
id                488 lib/common/patchset.c         id = ID(patch);
id                490 lib/common/patchset.c         crm_trace("We are the root of the addition: %s.id=%s", name, id);
id                495 lib/common/patchset.c         id = ID(patch);
id                497 lib/common/patchset.c         crm_err("Could not locate: %s.id=%s", name, id);
id                754 lib/common/patchset.c                          const char *id, int position)
id                762 lib/common/patchset.c         } else if (id) {
id                765 lib/common/patchset.c             if ((cid == NULL) || (strcmp(cid, id) != 0)) {
id                802 lib/common/patchset.c     char *id;
id                821 lib/common/patchset.c     id = calloc(key_len, sizeof(char));
id                822 lib/common/patchset.c     CRM_ASSERT(id != NULL);
id                832 lib/common/patchset.c             int f = sscanf(section, "%[^[][@" XML_ATTR_ID "='%[^']", tag, id);
id                848 lib/common/patchset.c                     target = first_matching_xml_child(target, tag, id,
id                873 lib/common/patchset.c     free(id);
id               1253 lib/common/patchset.c     const char *id = NULL;
id               1270 lib/common/patchset.c     id = ID(left);
id               1275 lib/common/patchset.c                   crm_element_name(left), id);
id               1292 lib/common/patchset.c         crm_trace("We are the root of the deletion: %s.id=%s", name, id);
id               1340 lib/common/patchset.c             xmlSetProp(diff, (pcmkXmlStr) XML_ATTR_ID, (pcmkXmlStr) id);
id               1390 lib/common/patchset.c                               prop_name, crm_element_name(left), id);
id               1405 lib/common/patchset.c                               crm_element_name(left), id);
id               1416 lib/common/patchset.c     } else if (!full && (id != NULL)) {
id               1417 lib/common/patchset.c         crm_xml_add(diff, XML_ATTR_ID, id);
id                 75 lib/common/remote.c     uint64_t id;
id                115 lib/common/remote.c         header->id = __swab64(header->id);
id                491 lib/common/remote.c     static uint64_t id = 0;
id                511 lib/common/remote.c     id++;
id                512 lib/common/remote.c     header->id = id;
id                371 lib/common/xml.c         const char *id = ID(needle);
id                372 lib/common/xml.c         const char *attr = (id == NULL)? NULL : XML_ATTR_ID;
id                374 lib/common/xml.c         return pcmk__xe_match(haystack, crm_element_name(needle), attr, id);
id                714 lib/common/xml.c pcmk_create_html_node(xmlNode * parent, const char *element_name, const char *id,
id                723 lib/common/xml.c     if (id != NULL) {
id                724 lib/common/xml.c         crm_xml_add(node, "id", id);
id               1094 lib/common/xml.c crm_xml_sanitize_id(char *id)
id               1098 lib/common/xml.c     for (c = id; *c; ++c) {
id               1120 lib/common/xml.c     char *id = NULL;
id               1124 lib/common/xml.c     len = vasprintf(&id, format, ap);
id               1128 lib/common/xml.c     crm_xml_sanitize_id(id);
id               1129 lib/common/xml.c     crm_xml_add(xml, XML_ATTR_ID, id);
id               1130 lib/common/xml.c     free(id);
id               2732 lib/common/xml.c find_entity(xmlNode *parent, const char *node_name, const char *id)
id               2735 lib/common/xml.c                           ((id == NULL)? id : XML_ATTR_ID), id);
id                285 lib/common/xpath.c     const char *id = NULL;
id                306 lib/common/xpath.c     id = ID(xml);
id                307 lib/common/xpath.c     if (id != NULL) {
id                308 lib/common/xpath.c         pcmk__g_strcat(xpath, "[@" XML_ATTR_ID "='", id, "']", NULL);
id                620 lib/fencing/st_actions.c     svc_action->id = crm_strdup_printf("%s_%s_%dof%d", basename(action->agent),
id                629 lib/fencing/st_actions.c                                            svc_action->id, svc_action->flags,
id                 62 lib/fencing/st_client.c     const char *id;
id                293 lib/fencing/st_client.c create_device_registration_xml(const char *id, enum stonith_namespace namespace,
id                311 lib/fencing/st_client.c     crm_xml_add(data, XML_ATTR_ID, id);
id                330 lib/fencing/st_client.c                             const char *id, const char *namespace,
id                337 lib/fencing/st_client.c     data = create_device_registration_xml(id, stonith_text2namespace(namespace),
id                601 lib/fencing/st_client.c stonith_api_call(stonith_t *stonith, int call_options, const char *id,
id                610 lib/fencing/st_client.c     crm_xml_add(data, F_STONITH_DEVICE, id);
id                622 lib/fencing/st_client.c stonith_api_list(stonith_t * stonith, int call_options, const char *id, char **list_info,
id                628 lib/fencing/st_client.c     rc = stonith_api_call(stonith, call_options, id, "list", NULL, timeout, &output);
id                648 lib/fencing/st_client.c stonith_api_monitor(stonith_t * stonith, int call_options, const char *id, int timeout)
id                650 lib/fencing/st_client.c     return stonith_api_call(stonith, call_options, id, "monitor", NULL, timeout, NULL);
id                654 lib/fencing/st_client.c stonith_api_status(stonith_t * stonith, int call_options, const char *id, const char *port,
id                657 lib/fencing/st_client.c     return stonith_api_call(stonith, call_options, id, "status", port, timeout, NULL);
id                957 lib/fencing/st_client.c                   pcmk__s(cb_info->id, "without ID"), call_id);
id               1326 lib/fencing/st_client.c     blob->id = callback_name;
id               1349 lib/fencing/st_client.c     crm_debug("Call %d (%s): pending", call, pcmk__s(blob->id, "no ID"));
id               1434 lib/fencing/st_client.c             event->id = crm_element_value_copy(data, F_STONITH_REMOTE_OP_ID);
id               1461 lib/fencing/st_client.c     free(event->id);
id               2686 lib/fencing/st_client.c                              pcmk__s(event->id, "(none)"));
id                151 lib/lrmd/lrmd_alerts.c                       kind_s, entry->recipient, entry->id);
id                159 lib/lrmd/lrmd_alerts.c                       attr_name, entry->recipient, entry->id);
id                167 lib/lrmd/lrmd_alerts.c                  kind_s, entry->id, entry->recipient);
id                200 lib/lrmd/lrmd_alerts.c         rc = lrmd->cmds->exec_alert(lrmd, entry->id, entry->path,
id                204 lib/lrmd/lrmd_alerts.c                     entry->id, pcmk_strerror(rc), rc);
id                609 lib/lrmd/lrmd_client.c lrmd__remote_send_xml(pcmk__remote_t *session, xmlNode *msg, uint32_t id,
id                612 lib/lrmd/lrmd_client.c     crm_xml_add_int(msg, F_LRMD_REMOTE_MSG_ID, id);
id               1737 lib/lrmd/lrmd_client.c     pcmk__str_update(&rsc_info->id, rsc_id);
id               1747 lib/lrmd/lrmd_client.c     return lrmd_new_rsc_info(rsc_info->id, rsc_info->standard,
id               1757 lib/lrmd/lrmd_client.c     free(rsc_info->id);
id               2428 lib/lrmd/lrmd_client.c     action = services__create_resource_action(pcmk__s(rsc->id, rsc->type),
id                398 lib/pacemaker/libpacemaker_private.h pe_resource_t *pcmk__find_constraint_resource(GList *rsc_list, const char *id);
id                406 lib/pacemaker/libpacemaker_private.h                                  const char *id, pe_resource_t **rsc,
id                423 lib/pacemaker/libpacemaker_private.h pe__location_t *pcmk__new_location(const char *id, pe_resource_t *rsc,
id                483 lib/pacemaker/libpacemaker_private.h void pcmk__new_colocation(const char *id, const char *node_attr, int score,
id                575 lib/pacemaker/libpacemaker_private.h                        pcmk__op_key((first_rsc)->id, (first_task), 0),      \
id                578 lib/pacemaker/libpacemaker_private.h                        pcmk__op_key((then_rsc)->id, (then_task), 0),        \
id                898 lib/pacemaker/libpacemaker_private.h GList *pcmk__rscs_matching_id(const char *id, const pe_working_set_t *data_set);
id                 35 lib/pacemaker/pcmk_cluster_queries.c     uint32_t id;
id                280 lib/pacemaker/pcmk_cluster_queries.c     data->node_info.id = (uint32_t) reply->data.node_info.id;
id                288 lib/pacemaker/pcmk_cluster_queries.c                      reply->data.node_info.id, reply->data.node_info.uname,
id                627 lib/pacemaker/pcmk_cluster_queries.c             .id = (node_id == NULL)? 0 : *node_id,
id                675 lib/pacemaker/pcmk_cluster_queries.c         *node_id = data.node_info.id;
id                818 lib/pacemaker/pcmk_cluster_queries.c     const char *id = crm_element_value(result, data->field);
id                822 lib/pacemaker/pcmk_cluster_queries.c                  name ? name : id,
id                823 lib/pacemaker/pcmk_cluster_queries.c                  id,
id                568 lib/pacemaker/pcmk_fence.c                      const char *id, const stonith_key_value_t *params,
id                575 lib/pacemaker/pcmk_fence.c     rc  = st->cmds->validate(st, st_opt_sync_call, id, NULL, agent, params,
id                577 lib/pacemaker/pcmk_fence.c     out->message(out, "validate", agent, id, output, error_output, rc);
id                584 lib/pacemaker/pcmk_fence.c                     const char *id, const stonith_key_value_t *params,
id                597 lib/pacemaker/pcmk_fence.c     rc = pcmk__fence_validate(out, st, agent, id, params, timeout);
id                 54 lib/pacemaker/pcmk_graph_consumer.c         if (prereq->id == action_id) {
id                 56 lib/pacemaker/pcmk_graph_consumer.c                       action_id, synapse->id);
id                 62 lib/pacemaker/pcmk_graph_consumer.c                       synapse->id, action_id);
id                 66 lib/pacemaker/pcmk_graph_consumer.c         crm_trace("Synapse %d is now ready to execute", synapse->id);
id                 85 lib/pacemaker/pcmk_graph_consumer.c         if (action->id == action_id) {
id                 87 lib/pacemaker/pcmk_graph_consumer.c                       action_id, synapse->id);
id                 93 lib/pacemaker/pcmk_graph_consumer.c                       synapse->id, action_id);
id                 98 lib/pacemaker/pcmk_graph_consumer.c         crm_trace("Confirmed synapse %d", synapse->id);
id                120 lib/pacemaker/pcmk_graph_consumer.c             update_synapse_confirmed(synapse, action->id);
id                123 lib/pacemaker/pcmk_graph_consumer.c             update_synapse_ready(synapse, action->id);
id                178 lib/pacemaker/pcmk_graph_consumer.c                       prereq->id, synapse->id);
id                184 lib/pacemaker/pcmk_graph_consumer.c                       prereq->id, synapse->id);
id                190 lib/pacemaker/pcmk_graph_consumer.c         crm_trace("Synapse %d is ready to execute", synapse->id);
id                204 lib/pacemaker/pcmk_graph_consumer.c                       synapse->id, synapse->priority, graph->abort_priority);
id                209 lib/pacemaker/pcmk_graph_consumer.c             crm_trace("Deferring synapse %d: not allowed", synapse->id);
id                229 lib/pacemaker/pcmk_graph_consumer.c     const char *id = ID(action->xml);
id                231 lib/pacemaker/pcmk_graph_consumer.c     CRM_CHECK(id != NULL, return EINVAL);
id                238 lib/pacemaker/pcmk_graph_consumer.c             crm_trace("Executing pseudo-action %d (%s)", action->id, id);
id                242 lib/pacemaker/pcmk_graph_consumer.c             crm_trace("Executing resource action %d (%s)", action->id, id);
id                249 lib/pacemaker/pcmk_graph_consumer.c                           action->id, id);
id                252 lib/pacemaker/pcmk_graph_consumer.c             crm_trace("Executing cluster action %d (%s)", action->id, id);
id                258 lib/pacemaker/pcmk_graph_consumer.c                     crm_element_name(action->xml), id);
id                283 lib/pacemaker/pcmk_graph_consumer.c                     crm_element_name(action->xml), action->id, synapse->id,
id                322 lib/pacemaker/pcmk_graph_consumer.c     if (action->id == fail) {
id                323 lib/pacemaker/pcmk_graph_consumer.c         crm_err("Dummy event handler: pretending action %d failed", action->id);
id                327 lib/pacemaker/pcmk_graph_consumer.c         crm_trace("Dummy event handler: action %d initiated", action->id);
id                382 lib/pacemaker/pcmk_graph_consumer.c               graph->id, graph->completed, graph->pending);
id                405 lib/pacemaker/pcmk_graph_consumer.c                 crm_err("Synapse %d failed to fire", synapse->id);
id                417 lib/pacemaker/pcmk_graph_consumer.c             crm_trace("Synapse %d cannot fire", synapse->id);
id                448 lib/pacemaker/pcmk_graph_consumer.c                graph->id, graph->completed, graph->pending, graph->fired,
id                507 lib/pacemaker/pcmk_graph_consumer.c     pcmk__scan_min_int(value, &(action->id), -1);
id                551 lib/pacemaker/pcmk_graph_consumer.c     crm_trace("Action %d has timer set to %dms", action->id, action->timeout);
id                579 lib/pacemaker/pcmk_graph_consumer.c     pcmk__scan_min_int(ID(xml_synapse), &(new_synapse->id), 0);
id                584 lib/pacemaker/pcmk_graph_consumer.c     CRM_CHECK(new_synapse->id >= 0, free(new_synapse);
id                606 lib/pacemaker/pcmk_graph_consumer.c                       new_action->id, new_synapse->id);
id                632 lib/pacemaker/pcmk_graph_consumer.c                            new_input->id, new_synapse->id);
id                684 lib/pacemaker/pcmk_graph_consumer.c     new_graph->id = -1;
id                696 lib/pacemaker/pcmk_graph_consumer.c         pcmk__scan_min_int(buf, &(new_graph->id), -1);
id                746 lib/pacemaker/pcmk_graph_consumer.c               new_graph->id, new_graph->source, new_graph->num_actions,
id                769 lib/pacemaker/pcmk_graph_consumer.c         crm_warn("Cancelling timer for graph action %d", action->id);
id                 65 lib/pacemaker/pcmk_graph_logging.c find_graph_action_by_id(const pcmk__graph_t *graph, int id)
id                 83 lib/pacemaker/pcmk_graph_logging.c             if (action->id == id) {
id                137 lib/pacemaker/pcmk_graph_logging.c         } else if (find_graph_action_by_id(graph, input->id) != NULL) {
id                155 lib/pacemaker/pcmk_graph_logging.c         if (find_graph_action_by_id(graph, input->id) == NULL) {
id                158 lib/pacemaker/pcmk_graph_logging.c                        input->id, actiontype2text(input->type), key,
id                176 lib/pacemaker/pcmk_graph_logging.c                action->id, desc, (host? " on " : ""), (host? host : ""),
id                228 lib/pacemaker/pcmk_graph_logging.c                graph->id, graph->num_actions,
id                 46 lib/pacemaker/pcmk_graph_producer.c add_node_to_xml_by_id(const char *id, xmlNode *xml)
id                 51 lib/pacemaker/pcmk_graph_producer.c     crm_xml_add(node_xml, XML_ATTR_ID, id);
id                 66 lib/pacemaker/pcmk_graph_producer.c     add_node_to_xml_by_id(node->details->id, (xmlNode *) xml);
id                 96 lib/pacemaker/pcmk_graph_producer.c                     add_node_to_xml_by_id(node->details->id, maintenance),
id                147 lib/pacemaker/pcmk_graph_producer.c         add_node_to_xml_by_id(action->node->details->id, downed);
id                156 lib/pacemaker/pcmk_graph_producer.c             add_node_to_xml_by_id(action->node->details->id, downed);
id                172 lib/pacemaker/pcmk_graph_producer.c             if (input->rsc && pcmk__str_eq(action->rsc->id, input->rsc->id, pcmk__str_casei)
id                180 lib/pacemaker/pcmk_graph_producer.c             add_node_to_xml_by_id(action->rsc->id, downed);
id                226 lib/pacemaker/pcmk_graph_producer.c     crm_xml_add(xml, XML_LRM_ATTR_TARGET_UUID, action->node->details->id);
id                271 lib/pacemaker/pcmk_graph_producer.c                   action->rsc->id, action->rsc->clone_name);
id                273 lib/pacemaker/pcmk_graph_producer.c         crm_xml_add(rsc_xml, XML_ATTR_ID_LONG, action->rsc->id);
id                279 lib/pacemaker/pcmk_graph_producer.c                   xml_id, action->rsc->id, action->rsc->clone_name);
id                300 lib/pacemaker/pcmk_graph_producer.c             crm_xml_add(rsc_xml, XML_ATTR_ID_LONG, action->rsc->id);
id                305 lib/pacemaker/pcmk_graph_producer.c         crm_xml_add(rsc_xml, XML_ATTR_ID, action->rsc->id);
id                429 lib/pacemaker/pcmk_graph_producer.c     crm_xml_add_int(action_xml, XML_ATTR_ID, action->id);
id                453 lib/pacemaker/pcmk_graph_producer.c                             strdup(action->node->details->id));
id                493 lib/pacemaker/pcmk_graph_producer.c                   action->uuid, action->id);
id                500 lib/pacemaker/pcmk_graph_producer.c                   action->uuid, action->id);
id                521 lib/pacemaker/pcmk_graph_producer.c                       action->uuid, action->id, action->rsc->id);
id                538 lib/pacemaker/pcmk_graph_producer.c                action->uuid, action->id);
id                546 lib/pacemaker/pcmk_graph_producer.c                   action->uuid, action->id, pe__node_name(action->node));
id                552 lib/pacemaker/pcmk_graph_producer.c                   action->uuid, action->id, pe__node_name(action->node));
id                557 lib/pacemaker/pcmk_graph_producer.c                action->uuid, action->id);
id                564 lib/pacemaker/pcmk_graph_producer.c                action->uuid, action->id);
id                608 lib/pacemaker/pcmk_graph_producer.c                   action->uuid, action->id,
id                609 lib/pacemaker/pcmk_graph_producer.c                   input->action->uuid, input->action->id);
id                616 lib/pacemaker/pcmk_graph_producer.c                   action->uuid, action->id,
id                617 lib/pacemaker/pcmk_graph_producer.c                   input->action->uuid, input->action->id);
id                624 lib/pacemaker/pcmk_graph_producer.c                   action->uuid, action->id,
id                625 lib/pacemaker/pcmk_graph_producer.c                   input->action->uuid, input->action->id);
id                632 lib/pacemaker/pcmk_graph_producer.c                   action->uuid, action->id,
id                633 lib/pacemaker/pcmk_graph_producer.c                   input->action->uuid, input->action->id);
id                640 lib/pacemaker/pcmk_graph_producer.c                   action->uuid, action->id,
id                641 lib/pacemaker/pcmk_graph_producer.c                   input->action->uuid, input->action->id);
id                649 lib/pacemaker/pcmk_graph_producer.c                   action->uuid, action->id,
id                650 lib/pacemaker/pcmk_graph_producer.c                   input->action->uuid, input->action->id);
id                668 lib/pacemaker/pcmk_graph_producer.c                           action->uuid, action->id,
id                669 lib/pacemaker/pcmk_graph_producer.c                           input->action->uuid, input->action->id,
id                680 lib/pacemaker/pcmk_graph_producer.c                       action->uuid, action->id,
id                681 lib/pacemaker/pcmk_graph_producer.c                       input->action->uuid, input->action->id,
id                690 lib/pacemaker/pcmk_graph_producer.c                       action->uuid, action->id,
id                691 lib/pacemaker/pcmk_graph_producer.c                       input->action->uuid, input->action->id);
id                701 lib/pacemaker/pcmk_graph_producer.c                       action->uuid, action->id,
id                702 lib/pacemaker/pcmk_graph_producer.c                       input->action->uuid, input->action->id,
id                711 lib/pacemaker/pcmk_graph_producer.c                       action->uuid, action->id,
id                712 lib/pacemaker/pcmk_graph_producer.c                       input->action->uuid, input->action->id);
id                734 lib/pacemaker/pcmk_graph_producer.c                   action->uuid, action->id,
id                735 lib/pacemaker/pcmk_graph_producer.c                   input->action->uuid, input->action->id);
id                740 lib/pacemaker/pcmk_graph_producer.c               action->uuid, action->id, action_type_str(input->action->flags),
id                741 lib/pacemaker/pcmk_graph_producer.c               input->action->uuid, input->action->id,
id                899 lib/pacemaker/pcmk_graph_producer.c               action->id, action->uuid,
id                968 lib/pacemaker/pcmk_graph_producer.c     pe_rsc_trace(rsc, "Adding actions for %s to graph", rsc->id);
id               1041 lib/pacemaker/pcmk_graph_producer.c         pe_rsc_trace(rsc, "Processing actions for %s", rsc->id);
id               1067 lib/pacemaker/pcmk_graph_producer.c                          pe__node_name(action->node), action->rsc->id,
id                 30 lib/pacemaker/pcmk_output.c                                    rsc->id, pcmk_readable_score(cons->score),
id                 32 lib/pacemaker/pcmk_output.c                                    role2text(cons->primary_role), cons->id);
id                 35 lib/pacemaker/pcmk_output.c                                    rsc->id, pcmk_readable_score(cons->score),
id                 36 lib/pacemaker/pcmk_output.c                                    cons->id);
id                 47 lib/pacemaker/pcmk_output.c                                         "id", cons->id,
id                 48 lib/pacemaker/pcmk_output.c                                         "rsc", cons->dependent->id,
id                 49 lib/pacemaker/pcmk_output.c                                         "with-rsc", cons->primary->id,
id                 89 lib/pacemaker/pcmk_output.c                                          "rsc", rsc->id,
id                 90 lib/pacemaker/pcmk_output.c                                          "id", cons->id,
id                133 lib/pacemaker/pcmk_output.c     len = strlen(rsc->id);
id                221 lib/pacemaker/pcmk_output.c                    rsc->id, detail_width, details, reason ? "  " : "", reason ? reason : "");
id                271 lib/pacemaker/pcmk_output.c                                        "resource", rsc->id,
id                379 lib/pacemaker/pcmk_output.c         PCMK__OUTPUT_LIST_HEADER(out, false, rc, "Resources %s is colocated with", rsc->id);
id                383 lib/pacemaker/pcmk_output.c                            cons->primary->id, cons->id);
id                464 lib/pacemaker/pcmk_output.c         PCMK__OUTPUT_LIST_HEADER(out, false, rc, "Resources colocated with %s", rsc->id);
id                468 lib/pacemaker/pcmk_output.c                            cons->dependent->id, cons->id);
id                549 lib/pacemaker/pcmk_output.c                            pcmk_readable_score(node->weight), cons->id,
id                550 lib/pacemaker/pcmk_output.c                            rsc->id);
id                899 lib/pacemaker/pcmk_output.c     const char *id = va_arg(args, const char *);
id                904 lib/pacemaker/pcmk_output.c                          pcmk__s(name, "<null>"), pcmk__s(id, ""));
id                907 lib/pacemaker/pcmk_output.c                          pcmk__s(name, "<null>"), pcmk__s(id, "<null>"));
id                920 lib/pacemaker/pcmk_output.c         const char *id G_GNUC_UNUSED = va_arg(args, const char *);
id                934 lib/pacemaker/pcmk_output.c     const char *id = va_arg(args, const char *);
id                940 lib/pacemaker/pcmk_output.c                                  "id", pcmk__s(id, ""),
id                969 lib/pacemaker/pcmk_output.c     if ((rsc != NULL) && (rsc->id != NULL)) {
id                970 lib/pacemaker/pcmk_output.c         rsc_desc = rsc->id;
id               1030 lib/pacemaker/pcmk_output.c                                        "resource", pcmk__s(rsc->id, ""),
id               1052 lib/pacemaker/pcmk_output.c                     __func__, lineno, rsc->id);                         \
id               1083 lib/pacemaker/pcmk_output.c                     rsc->id, role2text(rsc->role),
id               1156 lib/pacemaker/pcmk_output.c                 pe_rsc_info(rsc, "Leave   %s\t(%s %s)", rsc->id,
id                 43 lib/pacemaker/pcmk_resource.c     xpath = crm_strdup_printf(XPATH_OP_HISTORY, node->details->uname, rsc->id);
id                 67 lib/pacemaker/pcmk_sched_actions.c         pe__set_raw_action_flags(flags, action->rsc->id,
id                196 lib/pacemaker/pcmk_sched_actions.c                      "remapped action", action->uuid, uuid, rsc->id);
id                962 lib/pacemaker/pcmk_sched_actions.c             node_uuid = action->node->details->id;
id                985 lib/pacemaker/pcmk_sched_actions.c                       desc, action->id, action->uuid,
id               1005 lib/pacemaker/pcmk_sched_actions.c                       desc, action->id, action->uuid,
id               1006 lib/pacemaker/pcmk_sched_actions.c                       (action->rsc? action->rsc->id : "<none>"),
id               1323 lib/pacemaker/pcmk_sched_actions.c     if (action_wrapper1->action->id < action_wrapper2->action->id) {
id               1326 lib/pacemaker/pcmk_sched_actions.c     if (action_wrapper1->action->id > action_wrapper2->action->id) {
id               1352 lib/pacemaker/pcmk_sched_actions.c             && (input->action->id == last_input->action->id)) {
id               1354 lib/pacemaker/pcmk_sched_actions.c                       input->action->uuid, input->action->id,
id               1355 lib/pacemaker/pcmk_sched_actions.c                       action->uuid, action->id);
id               1415 lib/pacemaker/pcmk_sched_actions.c                                           action->node->details->remote_rsc->container->id);
id               1447 lib/pacemaker/pcmk_sched_actions.c     char *key = pcmk__op_key(rsc->id, task, interval_ms);
id               1525 lib/pacemaker/pcmk_sched_actions.c     char *key = pcmk__op_key(rsc->id, task, interval_ms);
id               1557 lib/pacemaker/pcmk_sched_actions.c                      rsc->id,
id               1569 lib/pacemaker/pcmk_sched_actions.c                      rsc->id);
id               1624 lib/pacemaker/pcmk_sched_actions.c                          pcmk__readable_interval(interval_ms), task, rsc->id,
id               1634 lib/pacemaker/pcmk_sched_actions.c                          pcmk__readable_interval(interval_ms), task, rsc->id,
id               1641 lib/pacemaker/pcmk_sched_actions.c               pcmk__readable_interval(interval_ms), task, rsc->id,
id               1653 lib/pacemaker/pcmk_sched_actions.c                       pcmk__readable_interval(interval_ms), task, rsc->id,
id               1690 lib/pacemaker/pcmk_sched_actions.c                              rsc->id);
id               1753 lib/pacemaker/pcmk_sched_actions.c                          rsc->id);
id               1757 lib/pacemaker/pcmk_sched_actions.c                          "for orphaned resource %s", rsc->id);
id               1763 lib/pacemaker/pcmk_sched_actions.c     if (pe_find_node_id(rsc->running_on, node->details->id) == NULL) {
id               1770 lib/pacemaker/pcmk_sched_actions.c                      rsc->id, pe__node_name(node));
id               1775 lib/pacemaker/pcmk_sched_actions.c                  rsc->id, pe__node_name(node));
id                 73 lib/pacemaker/pcmk_sched_bundle.c                          rsc->id, replica->ip->id);
id                 91 lib/pacemaker/pcmk_sched_bundle.c                          rsc->id, replica->remote->id);
id                112 lib/pacemaker/pcmk_sched_bundle.c                          rsc->id, replica->child->id);
id                131 lib/pacemaker/pcmk_sched_bundle.c                      rsc->id, bundle_data->child->id);
id                316 lib/pacemaker/pcmk_sched_bundle.c               rsc_lh->id, rsc->id, pe__node_name(candidate));
id                325 lib/pacemaker/pcmk_sched_bundle.c                       rsc_lh->id, replica->container->id,
id                331 lib/pacemaker/pcmk_sched_bundle.c     crm_trace("Can't pair %s with %s", rsc_lh->id, rsc->id);
id                362 lib/pacemaker/pcmk_sched_bundle.c     pe_rsc_debug(rsc, "Can't pair %s with %s", rsc_lh->id, (rsc? rsc->id : "none"));
id                442 lib/pacemaker/pcmk_sched_bundle.c         pe_rsc_trace(primary, "%s is still provisional", primary->id);
id                453 lib/pacemaker/pcmk_sched_bundle.c                          dependent->id, primary_replica->id);
id                459 lib/pacemaker/pcmk_sched_bundle.c                        dependent->id, primary->id);
id                464 lib/pacemaker/pcmk_sched_bundle.c                          dependent->id, primary->id);
id                472 lib/pacemaker/pcmk_sched_bundle.c                  colocation->id, dependent->id, primary->id, colocation->score);
id                501 lib/pacemaker/pcmk_sched_bundle.c                          colocation->id, pe__node_name(chosen), chosen->weight);
id                704 lib/pacemaker/pcmk_sched_bundle.c                          rsc->id);
id                778 lib/pacemaker/pcmk_sched_bundle.c                                        pcmk__op_key(replica->container->id, RSC_STATUS, 0),
id                780 lib/pacemaker/pcmk_sched_bundle.c                                        pcmk__op_key(other->container->id, RSC_START, 0),
id                794 lib/pacemaker/pcmk_sched_bundle.c             char *probe_uuid = pcmk__op_key(replica->remote->id, RSC_STATUS,
id                803 lib/pacemaker/pcmk_sched_bundle.c                           replica->remote->id, pe__node_name(node));
id                805 lib/pacemaker/pcmk_sched_bundle.c                                    pcmk__op_key(replica->container->id, RSC_START, 0),
id                 37 lib/pacemaker/pcmk_sched_clone.c         pe_rsc_debug(rsc, "Breaking assignment loop involving %s", rsc->id);
id                 55 lib/pacemaker/pcmk_sched_clone.c                      rsc->id, constraint->id, constraint->primary->id);
id                 77 lib/pacemaker/pcmk_sched_clone.c     pe_rsc_trace(rsc, "Assigned clone %s", rsc->id);
id                146 lib/pacemaker/pcmk_sched_clone.c     pe_rsc_debug(rsc, "Creating actions for clone %s", rsc->id);
id                163 lib/pacemaker/pcmk_sched_clone.c     pe_rsc_trace(rsc, "Internal constraints for %s", rsc->id);
id                243 lib/pacemaker/pcmk_sched_clone.c                  colocation->id, dependent->id, primary->id, colocation->score);
id                248 lib/pacemaker/pcmk_sched_clone.c             pe_rsc_trace(primary, "%s is still provisional", primary->id);
id                254 lib/pacemaker/pcmk_sched_clone.c                          colocation->id);
id                281 lib/pacemaker/pcmk_sched_clone.c                              colocation->dependent->id,
id                282 lib/pacemaker/pcmk_sched_clone.c                              colocation->primary->id);
id                290 lib/pacemaker/pcmk_sched_clone.c         pe_rsc_trace(primary, "%s is still provisional", primary->id);
id                301 lib/pacemaker/pcmk_sched_clone.c                          dependent->id, primary_instance->id);
id                307 lib/pacemaker/pcmk_sched_clone.c                        dependent->id, primary->id);
id                312 lib/pacemaker/pcmk_sched_clone.c                          dependent->id, primary->id);
id                327 lib/pacemaker/pcmk_sched_clone.c                              colocation->id, pe__node_name(chosen),
id                386 lib/pacemaker/pcmk_sched_clone.c     pe_rsc_trace(rsc, "Processing location constraint %s for %s", constraint->id, rsc->id);
id                520 lib/pacemaker/pcmk_sched_clone.c         pe_warn("Clone %s has no children", rsc->id);
id                525 lib/pacemaker/pcmk_sched_clone.c         pe_node_t *allowed = g_hash_table_lookup(rsc->allowed_nodes, node->details->id);
id                534 lib/pacemaker/pcmk_sched_clone.c             g_hash_table_remove(rsc->allowed_nodes, node->details->id);
id                 81 lib/pacemaker/pcmk_sched_colocation.c     return strcmp(rsc_constraint1->dependent->id,
id                 82 lib/pacemaker/pcmk_sched_colocation.c                   rsc_constraint2->dependent->id);
id                130 lib/pacemaker/pcmk_sched_colocation.c     return strcmp(rsc_constraint1->primary->id, rsc_constraint2->primary->id);
id                149 lib/pacemaker/pcmk_sched_colocation.c               colocation->id, colocation->dependent->id,
id                150 lib/pacemaker/pcmk_sched_colocation.c               colocation->primary->id,
id                200 lib/pacemaker/pcmk_sched_colocation.c               colocation->id, colocation->dependent->id,
id                201 lib/pacemaker/pcmk_sched_colocation.c               colocation->primary->id,
id                303 lib/pacemaker/pcmk_sched_colocation.c pcmk__new_colocation(const char *id, const char *node_attr, int score,
id                311 lib/pacemaker/pcmk_sched_colocation.c         crm_trace("Ignoring colocation '%s' because score is 0", id);
id                316 lib/pacemaker/pcmk_sched_colocation.c                          "does not exist", id);
id                335 lib/pacemaker/pcmk_sched_colocation.c     new_con->id = id;
id                349 lib/pacemaker/pcmk_sched_colocation.c                  dependent->id, primary->id, node_attr, score);
id                432 lib/pacemaker/pcmk_sched_colocation.c                 pe_rsc_trace(resource, "Colocating %s with %s", resource->id, with->id);
id                450 lib/pacemaker/pcmk_sched_colocation.c                              last->id, resource->id);
id                479 lib/pacemaker/pcmk_sched_colocation.c                 if (pcmk__str_eq(resource->id, ID(xml_rsc_with),
id                484 lib/pacemaker/pcmk_sched_colocation.c                 pe_rsc_trace(resource, "Anti-Colocating %s with %s", resource->id,
id                485 lib/pacemaker/pcmk_sched_colocation.c                              with->id);
id                495 lib/pacemaker/pcmk_sched_colocation.c colocate_rsc_sets(const char *id, xmlNode *set1, xmlNode *set2, int score,
id                510 lib/pacemaker/pcmk_sched_colocation.c                   id);
id                519 lib/pacemaker/pcmk_sched_colocation.c             EXPAND_CONSTRAINT_IDREF(id, rsc_1, ID(xml_rsc));
id                533 lib/pacemaker/pcmk_sched_colocation.c         EXPAND_CONSTRAINT_IDREF(id, rsc_2, rid);
id                537 lib/pacemaker/pcmk_sched_colocation.c         pcmk__new_colocation(id, NULL, score, rsc_1, rsc_2, role_1, role_2,
id                538 lib/pacemaker/pcmk_sched_colocation.c                              unpack_influence(id, rsc_1, influence_s),
id                542 lib/pacemaker/pcmk_sched_colocation.c         bool influence = unpack_influence(id, rsc_1, influence_s);
id                547 lib/pacemaker/pcmk_sched_colocation.c             EXPAND_CONSTRAINT_IDREF(id, rsc_2, ID(xml_rsc));
id                548 lib/pacemaker/pcmk_sched_colocation.c             pcmk__new_colocation(id, NULL, score, rsc_1, rsc_2, role_1,
id                556 lib/pacemaker/pcmk_sched_colocation.c             EXPAND_CONSTRAINT_IDREF(id, rsc_1, ID(xml_rsc));
id                557 lib/pacemaker/pcmk_sched_colocation.c             pcmk__new_colocation(id, NULL, score, rsc_1, rsc_2, role_1,
id                559 lib/pacemaker/pcmk_sched_colocation.c                                  unpack_influence(id, rsc_1, influence_s),
id                570 lib/pacemaker/pcmk_sched_colocation.c             EXPAND_CONSTRAINT_IDREF(id, rsc_1, ID(xml_rsc));
id                571 lib/pacemaker/pcmk_sched_colocation.c             influence = unpack_influence(id, rsc_1, influence_s);
id                577 lib/pacemaker/pcmk_sched_colocation.c                 EXPAND_CONSTRAINT_IDREF(id, rsc_2, ID(xml_rsc_2));
id                578 lib/pacemaker/pcmk_sched_colocation.c                 pcmk__new_colocation(id, NULL, score, rsc_1, rsc_2,
id                587 lib/pacemaker/pcmk_sched_colocation.c unpack_simple_colocation(xmlNode *xml_obj, const char *id,
id                628 lib/pacemaker/pcmk_sched_colocation.c                          "does not exist", id, dependent_id);
id                633 lib/pacemaker/pcmk_sched_colocation.c                          "does not exist", id, primary_id);
id                639 lib/pacemaker/pcmk_sched_colocation.c                          id, dependent_id, dependent_instance);
id                645 lib/pacemaker/pcmk_sched_colocation.c                          id, primary_id, primary_instance);
id                654 lib/pacemaker/pcmk_sched_colocation.c                               id, dependent_id, dependent_instance);
id                664 lib/pacemaker/pcmk_sched_colocation.c                               "'%s'", id, primary_id, primary_instance);
id                679 lib/pacemaker/pcmk_sched_colocation.c     pcmk__new_colocation(id, attr, score_i, dependent, primary,
id                681 lib/pacemaker/pcmk_sched_colocation.c                          unpack_influence(id, dependent, influence_s), data_set);
id                689 lib/pacemaker/pcmk_sched_colocation.c     const char *id = NULL;
id                709 lib/pacemaker/pcmk_sched_colocation.c     id = ID(xml_obj);
id                710 lib/pacemaker/pcmk_sched_colocation.c     if (id == NULL) {
id                732 lib/pacemaker/pcmk_sched_colocation.c                          "valid resource or tag", id, dependent_id);
id                739 lib/pacemaker/pcmk_sched_colocation.c                          "valid resource or tag", id, primary_id);
id                751 lib/pacemaker/pcmk_sched_colocation.c                          "tags cannot be colocated", id);
id                821 lib/pacemaker/pcmk_sched_colocation.c     const char *id = crm_element_value(xml_obj, XML_ATTR_ID);
id                850 lib/pacemaker/pcmk_sched_colocation.c         unpack_colocation_set(set, score_i, id, influence_s, data_set);
id                853 lib/pacemaker/pcmk_sched_colocation.c             colocate_rsc_sets(id, last, set, score_i, influence_s, data_set);
id                864 lib/pacemaker/pcmk_sched_colocation.c         unpack_simple_colocation(xml_obj, id, influence_s, data_set);
id                880 lib/pacemaker/pcmk_sched_colocation.c     char *reason_text = crm_strdup_printf("colocation with %s", reason->id);
id                952 lib/pacemaker/pcmk_sched_colocation.c                       rsc->id, child->id, action->task);
id                958 lib/pacemaker/pcmk_sched_colocation.c               rsc->id, action->rsc->id, action->task);
id               1040 lib/pacemaker/pcmk_sched_colocation.c                       colocation->id, dependent->id);
id               1048 lib/pacemaker/pcmk_sched_colocation.c                         dependent->id, primary->id,
id               1060 lib/pacemaker/pcmk_sched_colocation.c                         dependent->id, primary->id, pe__node_name(primary_node));
id               1072 lib/pacemaker/pcmk_sched_colocation.c                   colocation->id, role2text(colocation->dependent_role),
id               1073 lib/pacemaker/pcmk_sched_colocation.c                   dependent->id, role2text(dependent->next_role));
id               1083 lib/pacemaker/pcmk_sched_colocation.c                   colocation->id, role2text(colocation->primary_role),
id               1084 lib/pacemaker/pcmk_sched_colocation.c                   primary->id, role2text(primary->next_role));
id               1092 lib/pacemaker/pcmk_sched_colocation.c                   colocation->id, role2text(colocation->dependent_role));
id               1100 lib/pacemaker/pcmk_sched_colocation.c                   colocation->id, role2text(colocation->primary_role));
id               1150 lib/pacemaker/pcmk_sched_colocation.c                          colocation->id, dependent->id, pe__node_name(node),
id               1152 lib/pacemaker/pcmk_sched_colocation.c                          pcmk_readable_score(colocation->score), primary->id);
id               1168 lib/pacemaker/pcmk_sched_colocation.c                              colocation->id, dependent->id, pe__node_name(node),
id               1183 lib/pacemaker/pcmk_sched_colocation.c                          dependent->id, pe__node_name(node), colocation->id,
id               1198 lib/pacemaker/pcmk_sched_colocation.c                     dependent->id, primary->id);
id               1259 lib/pacemaker/pcmk_sched_colocation.c                  colocation->id, dependent->id,
id               1297 lib/pacemaker/pcmk_sched_colocation.c                      rsc->id, attr, value);
id               1301 lib/pacemaker/pcmk_sched_colocation.c                      best_node, rsc->id, best_score, attr, value);
id               1429 lib/pacemaker/pcmk_sched_colocation.c         log_id = rsc->id;
id               1435 lib/pacemaker/pcmk_sched_colocation.c                     log_id, rsc->id);
id               1447 lib/pacemaker/pcmk_sched_colocation.c                      log_id, rsc->id, factor);
id               1466 lib/pacemaker/pcmk_sched_colocation.c                          g_list_length(colocations), rsc->id);
id               1471 lib/pacemaker/pcmk_sched_colocation.c                          g_list_length(colocations), rsc->id);
id               1490 lib/pacemaker/pcmk_sched_colocation.c                          constraint->id, constraint->dependent->id,
id               1491 lib/pacemaker/pcmk_sched_colocation.c                          constraint->primary->id);
id               1501 lib/pacemaker/pcmk_sched_colocation.c                     log_id, rsc->id);
id               1553 lib/pacemaker/pcmk_sched_colocation.c                  "to colocation %s", rsc->id, other->id, colocation->id);
id               1554 lib/pacemaker/pcmk_sched_colocation.c     other->cmds->add_colocated_node_scores(other, rsc->id, &rsc->allowed_nodes,
id                 65 lib/pacemaker/pcmk_sched_constraints.c         const char *id = crm_element_value(xml_obj, XML_ATTR_ID);
id                 68 lib/pacemaker/pcmk_sched_constraints.c         if (id == NULL) {
id                 74 lib/pacemaker/pcmk_sched_constraints.c         crm_trace("Unpacking %s constraint '%s'", tag, id);
id                 81 lib/pacemaker/pcmk_sched_constraints.c                               "constraint object)", id);
id                 85 lib/pacemaker/pcmk_sched_constraints.c             crm_info("Constraint %s %s is not active", tag, id);
id                106 lib/pacemaker/pcmk_sched_constraints.c pcmk__find_constraint_resource(GList *rsc_list, const char *id)
id                110 lib/pacemaker/pcmk_sched_constraints.c     for (rIter = rsc_list; id && rIter; rIter = rIter->next) {
id                112 lib/pacemaker/pcmk_sched_constraints.c         pe_resource_t *match = parent->fns->find_rsc(parent, id, NULL,
id                116 lib/pacemaker/pcmk_sched_constraints.c             if(!pcmk__str_eq(match->id, id, pcmk__str_casei)) {
id                119 lib/pacemaker/pcmk_sched_constraints.c                 crm_debug("Found %s for %s", match->id, id);
id                124 lib/pacemaker/pcmk_sched_constraints.c     crm_trace("No match for %s", id);
id                140 lib/pacemaker/pcmk_sched_constraints.c find_constraint_tag(const pe_working_set_t *data_set, const char *id,
id                146 lib/pacemaker/pcmk_sched_constraints.c     if (g_hash_table_lookup_extended(data_set->template_rsc_sets, id,
id                149 lib/pacemaker/pcmk_sched_constraints.c             crm_warn("No resource is derived from template '%s'", id);
id                156 lib/pacemaker/pcmk_sched_constraints.c     if (g_hash_table_lookup_extended(data_set->tags, id,
id                159 lib/pacemaker/pcmk_sched_constraints.c             crm_warn("No resource is tagged with '%s'", id);
id                165 lib/pacemaker/pcmk_sched_constraints.c     crm_warn("No template or tag named '%s'", id);
id                183 lib/pacemaker/pcmk_sched_constraints.c pcmk__valid_resource_or_tag(const pe_working_set_t *data_set, const char *id,
id                187 lib/pacemaker/pcmk_sched_constraints.c         *rsc = pcmk__find_constraint_resource(data_set->resources, id);
id                193 lib/pacemaker/pcmk_sched_constraints.c     if ((tag != NULL) && find_constraint_tag(data_set, id, tag)) {
id                337 lib/pacemaker/pcmk_sched_constraints.c     const char *id = NULL;
id                353 lib/pacemaker/pcmk_sched_constraints.c     id = crm_element_value(xml_obj, attr);
id                354 lib/pacemaker/pcmk_sched_constraints.c     if (id == NULL) {
id                358 lib/pacemaker/pcmk_sched_constraints.c     if (!pcmk__valid_resource_or_tag(data_set, id, &rsc, &tag)) {
id                360 lib/pacemaker/pcmk_sched_constraints.c                          "valid resource or tag", cons_id, id);
id                370 lib/pacemaker/pcmk_sched_constraints.c         crm_xml_add(*rsc_set, XML_ATTR_ID, id);
id                389 lib/pacemaker/pcmk_sched_constraints.c         crm_xml_add(*rsc_set, XML_ATTR_ID, id);
id                392 lib/pacemaker/pcmk_sched_constraints.c         crm_xml_add(rsc_ref, XML_ATTR_ID, id);
id                 31 lib/pacemaker/pcmk_sched_fencing.c    if (pe_hash_table_lookup(rsc->known_on, node->details->id)) {
id                 36 lib/pacemaker/pcmk_sched_fencing.c               && pe_hash_table_lookup(rsc->parent->known_on, node->details->id)) {
id                 76 lib/pacemaker/pcmk_sched_fencing.c                     && pe_hash_table_lookup(rsc->allowed_nodes, target->details->id)
id                167 lib/pacemaker/pcmk_sched_fencing.c                        rsc->id, (order_implicit? "after" : "because"),
id                199 lib/pacemaker/pcmk_sched_fencing.c                   rsc->id, pe__node_name(node));
id                220 lib/pacemaker/pcmk_sched_fencing.c                             rsc->id, pe__node_name(target));
id                265 lib/pacemaker/pcmk_sched_fencing.c                      rsc->id);
id                329 lib/pacemaker/pcmk_sched_fencing.c                                              rsc->id, action->task);
id                392 lib/pacemaker/pcmk_sched_fencing.c                  pe__node_name(node), stonith_op->id,
id                402 lib/pacemaker/pcmk_sched_fencing.c                  pe__node_name(node), stonith_op->id,
id                403 lib/pacemaker/pcmk_sched_fencing.c                  container->id, stop->id);
id                419 lib/pacemaker/pcmk_sched_fencing.c                      pe__node_name(node), stonith_op->id, stop->id);
id                425 lib/pacemaker/pcmk_sched_fencing.c                      pe__node_name(node), stonith_op->id);
id                467 lib/pacemaker/pcmk_sched_fencing.c               rsc->id, unfence->uuid);
id                 41 lib/pacemaker/pcmk_sched_group.c                      rsc->id);
id                 63 lib/pacemaker/pcmk_sched_group.c                      rsc->id, member->id);
id                 91 lib/pacemaker/pcmk_sched_group.c     pe_action_t *op = custom_action(group, pcmk__op_key(group->id, action, 0),
id                108 lib/pacemaker/pcmk_sched_group.c     pe_rsc_trace(rsc, "Creating actions for group %s", rsc->id);
id                329 lib/pacemaker/pcmk_sched_group.c                  colocation->id, dependent->id, primary->id);
id                341 lib/pacemaker/pcmk_sched_group.c                          dependent->id, primary->id);
id                372 lib/pacemaker/pcmk_sched_group.c                  colocation->id, dependent->id, primary->id);
id                404 lib/pacemaker/pcmk_sched_group.c                          dependent->id, primary->id);
id                510 lib/pacemaker/pcmk_sched_group.c                          action->uuid, member->id, task_s);
id                678 lib/pacemaker/pcmk_sched_group.c                   rsc->id, orig_rsc->id);
id                707 lib/pacemaker/pcmk_sched_group.c                   rsc->id, orig_rsc->id);
id                731 lib/pacemaker/pcmk_sched_group.c                       rsc->id, orig_rsc->id, member->id);
id                774 lib/pacemaker/pcmk_sched_group.c         log_id = rsc->id;
id                780 lib/pacemaker/pcmk_sched_group.c                     log_id, rsc->id);
id                806 lib/pacemaker/pcmk_sched_group.c                  "(at %.6f)", log_id, rsc->id, member->id, factor);
id                827 lib/pacemaker/pcmk_sched_group.c                  orig_rsc->id, rsc->id);
id                 75 lib/pacemaker/pcmk_sched_instances.c                      instance->id, pe__node_name(node));
id                 82 lib/pacemaker/pcmk_sched_instances.c                      instance->id, pe__node_name(node));
id                 89 lib/pacemaker/pcmk_sched_instances.c                  instance->id, pe__node_name(node));
id                 95 lib/pacemaker/pcmk_sched_instances.c                      instance->id, pe__node_name(node),
id                103 lib/pacemaker/pcmk_sched_instances.c                      instance->id, pe__node_name(node), max_per_node,
id                109 lib/pacemaker/pcmk_sched_instances.c                  instance->id, pe__node_name(node), allowed_node->count);
id                131 lib/pacemaker/pcmk_sched_instances.c                              instance->id, pe__node_name(node));
id                139 lib/pacemaker/pcmk_sched_instances.c                                                       node->details->id);
id                144 lib/pacemaker/pcmk_sched_instances.c                                      instance->id, child->id,
id                170 lib/pacemaker/pcmk_sched_instances.c     g_hash_table_insert(table, (gpointer) node->details->id, node);
id                197 lib/pacemaker/pcmk_sched_instances.c         other->cmds->add_colocated_node_scores(other, rsc->id, nodes,
id                209 lib/pacemaker/pcmk_sched_instances.c         other->cmds->add_colocated_node_scores(other, rsc->id, nodes,
id                256 lib/pacemaker/pcmk_sched_instances.c     node1 = g_hash_table_lookup(colocated_scores1, current_node1->details->id);
id                257 lib/pacemaker/pcmk_sched_instances.c     node2 = g_hash_table_lookup(colocated_scores2, current_node2->details->id);
id                262 lib/pacemaker/pcmk_sched_instances.c                   instance1->id, node1->weight, pe__node_name(node1),
id                263 lib/pacemaker/pcmk_sched_instances.c                   instance2->id, node2->weight, pe__node_name(node2));
id                268 lib/pacemaker/pcmk_sched_instances.c                   instance1->id, node1->weight, pe__node_name(node1),
id                269 lib/pacemaker/pcmk_sched_instances.c                   instance2->id, node2->weight, pe__node_name(node2));
id                314 lib/pacemaker/pcmk_sched_instances.c                                                   (*node)->details->id);
id                317 lib/pacemaker/pcmk_sched_instances.c                          rsc->id, pe__node_name(*node));
id                347 lib/pacemaker/pcmk_sched_instances.c     div1 = strrchr(instance1->id, ':');
id                349 lib/pacemaker/pcmk_sched_instances.c         div1 = strrchr(instance1->id, '-');
id                351 lib/pacemaker/pcmk_sched_instances.c     div2 = strrchr(instance2->id, ':');
id                353 lib/pacemaker/pcmk_sched_instances.c         div2 = strrchr(instance2->id, '-');
id                412 lib/pacemaker/pcmk_sched_instances.c                       instance1->id, nnodes1, instance2->id, nnodes2);
id                418 lib/pacemaker/pcmk_sched_instances.c                       instance1->id, nnodes1, instance2->id, nnodes2);
id                430 lib/pacemaker/pcmk_sched_instances.c                   instance1->id, instance2->id);
id                435 lib/pacemaker/pcmk_sched_instances.c                   instance1->id, instance2->id);
id                442 lib/pacemaker/pcmk_sched_instances.c                   instance1->id, instance2->id,
id                448 lib/pacemaker/pcmk_sched_instances.c                   instance1->id, instance2->id,
id                456 lib/pacemaker/pcmk_sched_instances.c                   instance1->id, instance2->id);
id                460 lib/pacemaker/pcmk_sched_instances.c         crm_trace("Assign %s after %s: active", instance1->id, instance2->id);
id                464 lib/pacemaker/pcmk_sched_instances.c         crm_trace("Assign %s before %s: active", instance1->id, instance2->id);
id                473 lib/pacemaker/pcmk_sched_instances.c                   instance1->id, instance2->id);
id                478 lib/pacemaker/pcmk_sched_instances.c                   instance1->id, instance2->id);
id                488 lib/pacemaker/pcmk_sched_instances.c                   instance1->id, instance2->id);
id                493 lib/pacemaker/pcmk_sched_instances.c                   instance1->id, instance2->id);
id                498 lib/pacemaker/pcmk_sched_instances.c                   instance1->id, instance2->id);
id                505 lib/pacemaker/pcmk_sched_instances.c                   instance1->id, instance2->id);
id                510 lib/pacemaker/pcmk_sched_instances.c                   instance1->id, instance2->id);
id                519 lib/pacemaker/pcmk_sched_instances.c                   instance1->id, instance2->id);
id                523 lib/pacemaker/pcmk_sched_instances.c                   instance1->id, instance2->id);
id                537 lib/pacemaker/pcmk_sched_instances.c                   instance1->id, instance2->id);
id                540 lib/pacemaker/pcmk_sched_instances.c                   instance1->id, instance2->id);
id                543 lib/pacemaker/pcmk_sched_instances.c                   instance1->id, instance2->id);
id                568 lib/pacemaker/pcmk_sched_instances.c     pe_rsc_trace(instance, "Assigning %s (preferring %s)", instance->id,
id                579 lib/pacemaker/pcmk_sched_instances.c                      instance->id);
id                587 lib/pacemaker/pcmk_sched_instances.c                                       prefer->details->id);
id                592 lib/pacemaker/pcmk_sched_instances.c                          instance->id, pe__node_name(prefer));
id                610 lib/pacemaker/pcmk_sched_instances.c                      instance->id, pe__node_name(prefer),
id                691 lib/pacemaker/pcmk_sched_instances.c                      instance->id, pe__node_name(node));
id                701 lib/pacemaker/pcmk_sched_instances.c                      instance->id, pe__node_name(node));
id                740 lib/pacemaker/pcmk_sched_instances.c                  max_total, collective->id, pcmk__plural_s(max_total),
id                753 lib/pacemaker/pcmk_sched_instances.c                          instance->id, pe__node_name(current));
id                777 lib/pacemaker/pcmk_sched_instances.c                            unmanaged, instance->id, pe__node_name(current));
id                785 lib/pacemaker/pcmk_sched_instances.c                          instance->id, max_total);
id                796 lib/pacemaker/pcmk_sched_instances.c                  collective->id);
id                867 lib/pacemaker/pcmk_sched_instances.c                              action->uuid, instance->id,
id                884 lib/pacemaker/pcmk_sched_instances.c                              action->uuid, instance->id,
id                916 lib/pacemaker/pcmk_sched_instances.c                  collective->id);
id               1017 lib/pacemaker/pcmk_sched_instances.c                      instance->id, role2text(role));
id               1029 lib/pacemaker/pcmk_sched_instances.c                      instance->id);
id               1036 lib/pacemaker/pcmk_sched_instances.c                      instance->id, pe__node_name(instance_node),
id               1072 lib/pacemaker/pcmk_sched_instances.c                          rsc->id, instance->id, match_rsc->id,
id               1082 lib/pacemaker/pcmk_sched_instances.c                  rsc->id, match_rsc->id, pe__node_name(node));
id               1126 lib/pacemaker/pcmk_sched_instances.c                      rsc->id, match_rsc->id);
id               1153 lib/pacemaker/pcmk_sched_instances.c                      first->rsc->id, then_instance->id);
id               1163 lib/pacemaker/pcmk_sched_instances.c                     then_instance->id, first->rsc->id);
id               1233 lib/pacemaker/pcmk_sched_instances.c                   instance->id);
id               1236 lib/pacemaker/pcmk_sched_instances.c                 action_name, instance->id);
id               1402 lib/pacemaker/pcmk_sched_instances.c                  first->uuid, then->uuid, (interleave? "" : "not "), rsc->id);
id               1525 lib/pacemaker/pcmk_sched_instances.c                                      "Action summary", action->rsc->id, \
id               1565 lib/pacemaker/pcmk_sched_instances.c                          instance->id, action_name, pe__node_name(node));
id               1570 lib/pacemaker/pcmk_sched_instances.c                      instance->id, instance_action->uuid, action_name,
id                156 lib/pacemaker/pcmk_sched_location.c             pe_node_t *local = pe_find_node_id(match_L, node->details->id);
id                174 lib/pacemaker/pcmk_sched_location.c             pe_node_t *delete = pe_find_node_id(match_L, node->details->id);
id                206 lib/pacemaker/pcmk_sched_location.c     const char *id = crm_element_value(xml_obj, XML_ATTR_ID);
id                212 lib/pacemaker/pcmk_sched_location.c                           "does not exist", id, rsc_id);
id                227 lib/pacemaker/pcmk_sched_location.c         location = pcmk__new_location(id, rsc, score_i, discovery, match,
id                241 lib/pacemaker/pcmk_sched_location.c             crm_trace("Unpacking %s/%s", id, ID(rule_xml));
id                248 lib/pacemaker/pcmk_sched_location.c                              "no rules", id);
id                269 lib/pacemaker/pcmk_sched_location.c             pe_err("Invalid constraint %s: Bad role %s", id, role);
id                292 lib/pacemaker/pcmk_sched_location.c     const char *id = crm_element_value(xml_obj, XML_ATTR_ID);
id                316 lib/pacemaker/pcmk_sched_location.c                              " has invalid value '%s'", id, value);
id                334 lib/pacemaker/pcmk_sched_location.c             status = regexec(r_patt, r->id, nregs, pmatch, 0);
id                338 lib/pacemaker/pcmk_sched_location.c                                                 .string = r->id,
id                343 lib/pacemaker/pcmk_sched_location.c                 crm_debug("'%s' matched '%s' for %s", r->id, value, id);
id                349 lib/pacemaker/pcmk_sched_location.c                           r->id, value, id);
id                353 lib/pacemaker/pcmk_sched_location.c                 crm_trace("'%s' does not match '%s' for %s", r->id, value, id);
id                369 lib/pacemaker/pcmk_sched_location.c     const char *id = NULL;
id                380 lib/pacemaker/pcmk_sched_location.c     id = ID(xml_obj);
id                381 lib/pacemaker/pcmk_sched_location.c     if (id == NULL) {
id                401 lib/pacemaker/pcmk_sched_location.c                          "valid resource or tag", id, rsc_id);
id                538 lib/pacemaker/pcmk_sched_location.c pcmk__new_location(const char *id, pe_resource_t *rsc,
id                544 lib/pacemaker/pcmk_sched_location.c     if (id == NULL) {
id                549 lib/pacemaker/pcmk_sched_location.c         pe_err("Invalid constraint %s: no resource specified", id);
id                558 lib/pacemaker/pcmk_sched_location.c         new_con->id = strdup(id);
id                633 lib/pacemaker/pcmk_sched_location.c                      location->id, rsc->id, role2text(rsc->next_role),
id                640 lib/pacemaker/pcmk_sched_location.c                      location->id, rsc->id);
id                644 lib/pacemaker/pcmk_sched_location.c     pe_rsc_trace(rsc, "Applying %s%s%s to %s", location->id,
id                646 lib/pacemaker/pcmk_sched_location.c                  (need_role? role2text(location->role_filter) : ""), rsc->id);
id                655 lib/pacemaker/pcmk_sched_location.c                                                            node->details->id);
id                661 lib/pacemaker/pcmk_sched_location.c                                 (gpointer) weighted_node->details->id,
id                 55 lib/pacemaker/pcmk_sched_migration.c                  rsc->id, pe__node_name(current),
id                 61 lib/pacemaker/pcmk_sched_migration.c         migrate_to = custom_action(rsc, pcmk__op_key(rsc->id, RSC_MIGRATE, 0),
id                 65 lib/pacemaker/pcmk_sched_migration.c     migrate_from = custom_action(rsc, pcmk__op_key(rsc->id, RSC_MIGRATED, 0),
id                 87 lib/pacemaker/pcmk_sched_migration.c             pcmk__new_ordering(rsc, pcmk__op_key(rsc->id, RSC_STATUS, 0), NULL,
id                 88 lib/pacemaker/pcmk_sched_migration.c                                rsc, pcmk__op_key(rsc->id, RSC_MIGRATE, 0),
id                 90 lib/pacemaker/pcmk_sched_migration.c             pcmk__new_ordering(rsc, pcmk__op_key(rsc->id, RSC_MIGRATE, 0), NULL,
id                 91 lib/pacemaker/pcmk_sched_migration.c                                rsc, pcmk__op_key(rsc->id, RSC_MIGRATED, 0),
id                100 lib/pacemaker/pcmk_sched_migration.c             pcmk__new_ordering(rsc, pcmk__op_key(rsc->id, RSC_STATUS, 0), NULL,
id                101 lib/pacemaker/pcmk_sched_migration.c                                rsc, pcmk__op_key(rsc->id, RSC_MIGRATED, 0),
id                106 lib/pacemaker/pcmk_sched_migration.c         pcmk__new_ordering(rsc, pcmk__op_key(rsc->id, RSC_MIGRATED, 0), NULL,
id                107 lib/pacemaker/pcmk_sched_migration.c                            rsc, pcmk__op_key(rsc->id, RSC_STOP, 0), NULL,
id                110 lib/pacemaker/pcmk_sched_migration.c         pcmk__new_ordering(rsc, pcmk__op_key(rsc->id, RSC_MIGRATED, 0), NULL,
id                111 lib/pacemaker/pcmk_sched_migration.c                            rsc, pcmk__op_key(rsc->id, RSC_START, 0), NULL,
id                158 lib/pacemaker/pcmk_sched_migration.c                  (cleanup? " and cleanup" : ""), rsc->id,
id                184 lib/pacemaker/pcmk_sched_migration.c                      rsc->id);
id                190 lib/pacemaker/pcmk_sched_migration.c                      rsc->id);
id                196 lib/pacemaker/pcmk_sched_migration.c                      rsc->id);
id                202 lib/pacemaker/pcmk_sched_migration.c                      rsc->id);
id                209 lib/pacemaker/pcmk_sched_migration.c                      rsc->id, pe__node_name(current));
id                216 lib/pacemaker/pcmk_sched_migration.c                      rsc->id, pe__node_name(rsc->allocated_to));
id                294 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->lh_rsc->id, RSC_MIGRATED, 0),
id                296 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0),
id                310 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->lh_rsc->id, RSC_START, 0),
id                312 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0),
id                330 lib/pacemaker/pcmk_sched_migration.c                            pcmk__op_key(order->lh_rsc->id, RSC_STOP, 0), NULL,
id                332 lib/pacemaker/pcmk_sched_migration.c                            pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0),
id                338 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->lh_rsc->id, RSC_STOP, 0),
id                340 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->rh_rsc->id, RSC_MIGRATED, 0),
id                353 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->lh_rsc->id, RSC_PROMOTE, 0),
id                355 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0),
id                368 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->lh_rsc->id, RSC_DEMOTE, 0),
id                370 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0),
id                376 lib/pacemaker/pcmk_sched_migration.c                                    pcmk__op_key(order->lh_rsc->id, RSC_DEMOTE, 0),
id                378 lib/pacemaker/pcmk_sched_migration.c                                    pcmk__op_key(order->rh_rsc->id, RSC_MIGRATED, 0),
id                 79 lib/pacemaker/pcmk_sched_nodes.c         g_hash_table_insert(new_table, (gpointer) new_node->details->id,
id                322 lib/pacemaker/pcmk_sched_nodes.c                              rsc->id, pe__node_name(node));
id                350 lib/pacemaker/pcmk_sched_nodes.c     return pe_hash_table_lookup(allowed_nodes, node->details->id);
id                332 lib/pacemaker/pcmk_sched_ordering.c clone_min_ordering(const char *id,
id                338 lib/pacemaker/pcmk_sched_ordering.c     char *task = crm_strdup_printf(CRM_OP_RELAXED_CLONE ":%s", id);
id                355 lib/pacemaker/pcmk_sched_ordering.c         pcmk__new_ordering(child, pcmk__op_key(child->id, action_first, 0),
id                363 lib/pacemaker/pcmk_sched_ordering.c                        pcmk__op_key(rsc_then->id, action_then, 0),
id                399 lib/pacemaker/pcmk_sched_ordering.c inverse_ordering(const char *id, enum pe_order_kind kind,
id                407 lib/pacemaker/pcmk_sched_ordering.c                           "(please specify inverse manually)", id);
id                430 lib/pacemaker/pcmk_sched_ordering.c     const char *id = NULL;
id                434 lib/pacemaker/pcmk_sched_ordering.c     id = crm_element_value(xml_obj, XML_ATTR_ID);
id                435 lib/pacemaker/pcmk_sched_ordering.c     if (id == NULL) {
id                479 lib/pacemaker/pcmk_sched_ordering.c         clone_min_ordering(id, rsc_first, action_first, rsc_then, action_then,
id                487 lib/pacemaker/pcmk_sched_ordering.c         inverse_ordering(id, kind, rsc_first, action_first,
id                543 lib/pacemaker/pcmk_sched_ordering.c     order->id = data_set->order_id++;
id                604 lib/pacemaker/pcmk_sched_ordering.c     const char *id = ID(set);
id                628 lib/pacemaker/pcmk_sched_ordering.c         EXPAND_CONSTRAINT_IDREF(id, resource, ID(xml_rsc));
id                633 lib/pacemaker/pcmk_sched_ordering.c         crm_trace("Single set: %s", id);
id                642 lib/pacemaker/pcmk_sched_ordering.c         key = pcmk__op_key(resource->id, action, 0);
id                649 lib/pacemaker/pcmk_sched_ordering.c                 char *then_key = pcmk__op_key(then_rsc->id, action, 0);
id                707 lib/pacemaker/pcmk_sched_ordering.c order_rsc_sets(const char *id, const xmlNode *set1, const xmlNode *set2,
id                765 lib/pacemaker/pcmk_sched_ordering.c             EXPAND_CONSTRAINT_IDREF(id, rsc_1, ID(xml_rsc));
id                771 lib/pacemaker/pcmk_sched_ordering.c             pcmk__new_ordering(rsc_1, pcmk__op_key(rsc_1->id, action_1, 0),
id                779 lib/pacemaker/pcmk_sched_ordering.c             EXPAND_CONSTRAINT_IDREF(id, rsc_2, ID(xml_rsc_2));
id                786 lib/pacemaker/pcmk_sched_ordering.c                                rsc_2, pcmk__op_key(rsc_2->id, action_2, 0),
id                798 lib/pacemaker/pcmk_sched_ordering.c                 EXPAND_CONSTRAINT_IDREF(id, rsc_1, ID(xml_rsc));
id                810 lib/pacemaker/pcmk_sched_ordering.c             EXPAND_CONSTRAINT_IDREF(id, rsc_1, rid);
id                824 lib/pacemaker/pcmk_sched_ordering.c             EXPAND_CONSTRAINT_IDREF(id, rsc_2, rid);
id                830 lib/pacemaker/pcmk_sched_ordering.c                 EXPAND_CONSTRAINT_IDREF(id, rsc_2, ID(xml_rsc));
id                842 lib/pacemaker/pcmk_sched_ordering.c             EXPAND_CONSTRAINT_IDREF(id, rsc_2, ID(xml_rsc));
id                851 lib/pacemaker/pcmk_sched_ordering.c             EXPAND_CONSTRAINT_IDREF(id, rsc_1, ID(xml_rsc));
id                860 lib/pacemaker/pcmk_sched_ordering.c             EXPAND_CONSTRAINT_IDREF(id, rsc_1, ID(xml_rsc));
id                865 lib/pacemaker/pcmk_sched_ordering.c                 EXPAND_CONSTRAINT_IDREF(id, rsc_2, ID(xml_rsc_2));
id               1000 lib/pacemaker/pcmk_sched_ordering.c     const char *id = crm_element_value(xml_obj, XML_ATTR_ID);
id               1032 lib/pacemaker/pcmk_sched_ordering.c             if (order_rsc_sets(id, last, set, kind, data_set,
id               1041 lib/pacemaker/pcmk_sched_ordering.c                 && (order_rsc_sets(id, set, last, kind, data_set,
id               1075 lib/pacemaker/pcmk_sched_ordering.c                  input->action->rsc->id, action->rsc->id);
id               1198 lib/pacemaker/pcmk_sched_ordering.c             key = pcmk__op_key(rsc->id, task, interval_ms);
id               1228 lib/pacemaker/pcmk_sched_ordering.c                  order->id, rsc->id);
id               1239 lib/pacemaker/pcmk_sched_ordering.c                      order->id, order->rh_action_task, rsc->id);
id               1248 lib/pacemaker/pcmk_sched_ordering.c                      first_action->uuid, order->rh_action_task, rsc->id);
id               1255 lib/pacemaker/pcmk_sched_ordering.c                      order->id, rsc->id);
id               1268 lib/pacemaker/pcmk_sched_ordering.c                      "to order it after", then_action_iter->task, rsc->id,
id               1269 lib/pacemaker/pcmk_sched_ordering.c                      order->lh_action_task, order->lh_rsc->id);
id               1286 lib/pacemaker/pcmk_sched_ordering.c                  order->id, first_rsc->id);
id               1298 lib/pacemaker/pcmk_sched_ordering.c                      order->id, order->lh_action_task, first_rsc->id);
id               1306 lib/pacemaker/pcmk_sched_ordering.c         key = pcmk__op_key(first_rsc->id, op_type, interval_ms);
id               1313 lib/pacemaker/pcmk_sched_ordering.c                          order->id, order->lh_action_task, first_rsc->id);
id               1320 lib/pacemaker/pcmk_sched_ordering.c                          order->id, order->lh_action_task, first_rsc->id);
id               1325 lib/pacemaker/pcmk_sched_ordering.c                          order->lh_action_task, first_rsc->id, order->id);
id               1337 lib/pacemaker/pcmk_sched_ordering.c                          order->id);
id               1392 lib/pacemaker/pcmk_sched_ordering.c                       order->id);
id                175 lib/pacemaker/pcmk_sched_primitive.c         chosen = g_hash_table_lookup(rsc->allowed_nodes, prefer->details->id);
id                179 lib/pacemaker/pcmk_sched_primitive.c                          pe__node_name(prefer), rsc->id);
id                189 lib/pacemaker/pcmk_sched_primitive.c                          pe__node_name(chosen), rsc->id);
id                194 lib/pacemaker/pcmk_sched_primitive.c                          pe__node_name(chosen), rsc->id);
id                200 lib/pacemaker/pcmk_sched_primitive.c                          pe__node_name(chosen), rsc->id, g_list_length(nodes));
id                230 lib/pacemaker/pcmk_sched_primitive.c                              rsc->id, pe__node_name(running));
id                252 lib/pacemaker/pcmk_sched_primitive.c                                pe__node_name(chosen), rsc->id,
id                260 lib/pacemaker/pcmk_sched_primitive.c                      pe__node_name(chosen), rsc->id, g_list_length(nodes));
id                294 lib/pacemaker/pcmk_sched_primitive.c                      rsc->id, colocation->id, other->id,
id                306 lib/pacemaker/pcmk_sched_primitive.c                     rsc->id, other->id);
id                326 lib/pacemaker/pcmk_sched_primitive.c                                           connection->id);
id                334 lib/pacemaker/pcmk_sched_primitive.c                   remote_node->details->id);
id                344 lib/pacemaker/pcmk_sched_primitive.c                   remote_node->details->id,
id                374 lib/pacemaker/pcmk_sched_primitive.c                      rsc->id, rsc->parent->id);
id                384 lib/pacemaker/pcmk_sched_primitive.c         pe_rsc_debug(rsc, "Breaking assignment loop involving %s", rsc->id);
id                438 lib/pacemaker/pcmk_sched_primitive.c                      rsc->id);
id                447 lib/pacemaker/pcmk_sched_primitive.c                    rsc->id, role2text(rsc->role), role2text(rsc->next_role));
id                476 lib/pacemaker/pcmk_sched_primitive.c         pe_rsc_info(rsc, "Unmanaged resource %s assigned to %s: %s", rsc->id,
id                481 lib/pacemaker/pcmk_sched_primitive.c         pe_rsc_debug(rsc, "Forcing %s to stop: stop-all-resources", rsc->id);
id                490 lib/pacemaker/pcmk_sched_primitive.c             pe_rsc_info(rsc, "Resource %s cannot run anywhere", rsc->id);
id                492 lib/pacemaker/pcmk_sched_primitive.c             pe_rsc_info(rsc, "Stopping orphan resource %s", rsc->id);
id                496 lib/pacemaker/pcmk_sched_primitive.c         pe_rsc_debug(rsc, "%s: pre-assigned to %s", rsc->id,
id                534 lib/pacemaker/pcmk_sched_primitive.c                      (need_stop? "required" : "optional"), rsc->id,
id                554 lib/pacemaker/pcmk_sched_primitive.c                      (required? "required" : "optional"), rsc->id,
id                603 lib/pacemaker/pcmk_sched_primitive.c                  rsc->id);
id                625 lib/pacemaker/pcmk_sched_primitive.c                      rsc->id, role2text(role), role2text(next_role),
id                662 lib/pacemaker/pcmk_sched_primitive.c                  rsc->id, role2text(rsc->role), role2text(rsc->next_role),
id                675 lib/pacemaker/pcmk_sched_primitive.c                      rsc->id, pe__node_name(current),
id                694 lib/pacemaker/pcmk_sched_primitive.c                      rsc->id, pe__node_name(rsc->partial_migration_source),
id                705 lib/pacemaker/pcmk_sched_primitive.c                        rsc->id, pe__node_name(rsc->partial_migration_source),
id                711 lib/pacemaker/pcmk_sched_primitive.c                        rsc->id, pe__node_name(rsc->partial_migration_source),
id                736 lib/pacemaker/pcmk_sched_primitive.c                     pcmk__s(class, "Untyped"), rsc->id, num_all_active,
id                767 lib/pacemaker/pcmk_sched_primitive.c             pe_rsc_trace(rsc, "Recovering %s", rsc->id);
id                769 lib/pacemaker/pcmk_sched_primitive.c             pe_rsc_trace(rsc, "Recovering %s by demotion", rsc->id);
id                776 lib/pacemaker/pcmk_sched_primitive.c         pe_rsc_trace(rsc, "Blocking further actions on %s", rsc->id);
id                784 lib/pacemaker/pcmk_sched_primitive.c                      rsc->id);
id                788 lib/pacemaker/pcmk_sched_primitive.c             pe_rsc_trace(rsc, "%s restart is required for recovery", rsc->id);
id                873 lib/pacemaker/pcmk_sched_primitive.c                      rsc->id);
id                888 lib/pacemaker/pcmk_sched_primitive.c     pcmk__new_ordering(rsc, pcmk__op_key(rsc->id, RSC_STOP, 0), NULL,
id                889 lib/pacemaker/pcmk_sched_primitive.c                        rsc, pcmk__op_key(rsc->id, RSC_START, 0), NULL,
id                898 lib/pacemaker/pcmk_sched_primitive.c         pcmk__new_ordering(rsc, pcmk__op_key(rsc->id, RSC_DEMOTE, 0), NULL,
id                899 lib/pacemaker/pcmk_sched_primitive.c                            rsc, pcmk__op_key(rsc->id, RSC_STOP, 0), NULL,
id                902 lib/pacemaker/pcmk_sched_primitive.c         pcmk__new_ordering(rsc, pcmk__op_key(rsc->id, RSC_START, 0), NULL,
id                903 lib/pacemaker/pcmk_sched_primitive.c                            rsc, pcmk__op_key(rsc->id, RSC_PROMOTE, 0), NULL,
id                908 lib/pacemaker/pcmk_sched_primitive.c     pcmk__new_ordering(rsc, pcmk__op_key(rsc->id, CRM_OP_LRM_DELETE, 0),
id                909 lib/pacemaker/pcmk_sched_primitive.c                        NULL, rsc, pcmk__op_key(rsc->id, RSC_STATUS, 0),
id                982 lib/pacemaker/pcmk_sched_primitive.c                       rsc->id, rsc->container->id);
id                985 lib/pacemaker/pcmk_sched_primitive.c                                pcmk__op_key(rsc->container->id, RSC_START, 0),
id                986 lib/pacemaker/pcmk_sched_primitive.c                                NULL, rsc, pcmk__op_key(rsc->id, RSC_START, 0),
id                991 lib/pacemaker/pcmk_sched_primitive.c             pcmk__new_ordering(rsc, pcmk__op_key(rsc->id, RSC_STOP, 0), NULL,
id                993 lib/pacemaker/pcmk_sched_primitive.c                                pcmk__op_key(rsc->container->id, RSC_STOP, 0),
id               1050 lib/pacemaker/pcmk_sched_primitive.c                  dependent->id, primary->id, colocation->id, colocation->score,
id               1164 lib/pacemaker/pcmk_sched_primitive.c                          rsc->id, pe__node_name(current));
id               1175 lib/pacemaker/pcmk_sched_primitive.c                              rsc->id, pe__node_name(current));
id               1181 lib/pacemaker/pcmk_sched_primitive.c                              rsc->id, pe__node_name(current));
id               1187 lib/pacemaker/pcmk_sched_primitive.c                      rsc->id, pe__node_name(current));
id               1216 lib/pacemaker/pcmk_sched_primitive.c                             rsc->id, pe__node_name(current));
id               1238 lib/pacemaker/pcmk_sched_primitive.c                  (optional? "optional" : "required"), rsc->id,
id               1255 lib/pacemaker/pcmk_sched_primitive.c                      rsc->id, pe__node_name(node));
id               1292 lib/pacemaker/pcmk_sched_primitive.c                      (optional? "optional" : "required"), rsc->id,
id               1302 lib/pacemaker/pcmk_sched_primitive.c                          rsc->id, pe__node_name(node));
id               1307 lib/pacemaker/pcmk_sched_primitive.c                      rsc->id, pe__node_name(node));
id               1341 lib/pacemaker/pcmk_sched_primitive.c                          rsc->id, pe__node_name(current));
id               1344 lib/pacemaker/pcmk_sched_primitive.c                          (optional? "optional" : "required"), rsc->id,
id               1379 lib/pacemaker/pcmk_sched_primitive.c                      rsc->id, pe__node_name(node));
id               1385 lib/pacemaker/pcmk_sched_primitive.c                      rsc->id, pe__node_name(node));
id               1389 lib/pacemaker/pcmk_sched_primitive.c     crm_notice("Scheduling clean-up of %s on %s", rsc->id, pe__node_name(node));
id               1439 lib/pacemaker/pcmk_sched_primitive.c                         parent->container->id);
id               1464 lib/pacemaker/pcmk_sched_primitive.c                  orig_rsc->id, rsc->id);
id               1533 lib/pacemaker/pcmk_sched_primitive.c                         rsc->id);
id               1546 lib/pacemaker/pcmk_sched_primitive.c                              rsc->id, pe__node_name(node));
id               1563 lib/pacemaker/pcmk_sched_primitive.c                     rsc->id, pe__node_name(rsc->lock_node),
id               1568 lib/pacemaker/pcmk_sched_primitive.c                     rsc->id, pe__node_name(rsc->lock_node));
id                 32 lib/pacemaker/pcmk_sched_probes.c     pe_node_t *running = pe_find_node_id(rsc->running_on, node->details->id);
id                 79 lib/pacemaker/pcmk_sched_probes.c                                 rsc1->allocated_to->details->id) == NULL)) {
id                 81 lib/pacemaker/pcmk_sched_probes.c         pcmk__new_ordering(rsc1, pcmk__op_key(rsc1->id, RSC_STATUS, 0), NULL,
id                 82 lib/pacemaker/pcmk_sched_probes.c                            rsc2, pcmk__op_key(rsc2->id, RSC_START, 0), NULL,
id                128 lib/pacemaker/pcmk_sched_probes.c     char *key = pcmk__op_key(rsc->id, RSC_STATUS, 0);
id                131 lib/pacemaker/pcmk_sched_probes.c               role2text(rsc->role), rsc->id, pe__node_name(node));
id                200 lib/pacemaker/pcmk_sched_probes.c     } else if (g_hash_table_lookup(rsc->known_on, node->details->id) != NULL) {
id                205 lib/pacemaker/pcmk_sched_probes.c     allowed = g_hash_table_lookup(rsc->allowed_nodes, node->details->id);
id                245 lib/pacemaker/pcmk_sched_probes.c             pcmk__new_ordering(guest, pcmk__op_key(guest->id, RSC_STOP, 0),
id                246 lib/pacemaker/pcmk_sched_probes.c                                NULL, top, pcmk__op_key(top->id, RSC_START, 0),
id                274 lib/pacemaker/pcmk_sched_probes.c                        top, pcmk__op_key(top->id, RSC_START, 0), NULL,
id                284 lib/pacemaker/pcmk_sched_probes.c                  rsc->id, node->details->id, reason);
id                427 lib/pacemaker/pcmk_sched_probes.c                   order->id, order->flags);
id                769 lib/pacemaker/pcmk_sched_probes.c             crm_err("No start action for %s", rsc->id);
id                807 lib/pacemaker/pcmk_sched_probes.c                 crm_trace("Same parent %s for %s", first_rsc->id, start->uuid);
id                812 lib/pacemaker/pcmk_sched_probes.c                 crm_trace("Not a clone %s for %s", first_rsc->id, start->uuid);
id                130 lib/pacemaker/pcmk_sched_promotable.c                                             chosen->details->id);
id                139 lib/pacemaker/pcmk_sched_promotable.c                          location->id, child->id, pe__node_name(weighted_node),
id                170 lib/pacemaker/pcmk_sched_promotable.c                          rsc->id, child->id);
id                178 lib/pacemaker/pcmk_sched_promotable.c                      rsc->id);
id                184 lib/pacemaker/pcmk_sched_promotable.c                        rsc->id, pe__node_name(node));
id                187 lib/pacemaker/pcmk_sched_promotable.c                          rsc->id);
id                195 lib/pacemaker/pcmk_sched_promotable.c                      rsc->id, rsc->priority);
id                200 lib/pacemaker/pcmk_sched_promotable.c                      rsc->id, pe__node_name(node));
id                205 lib/pacemaker/pcmk_sched_promotable.c     local_node = pe_hash_table_lookup(parent->allowed_nodes, node->details->id);
id                215 lib/pacemaker/pcmk_sched_promotable.c                      rsc->id, parent->id, pe__node_name(node));
id                224 lib/pacemaker/pcmk_sched_promotable.c                      rsc->id, pe__node_name(node));
id                258 lib/pacemaker/pcmk_sched_promotable.c                      rsc1->id, rsc2->id, rsc1->sort_index, rsc2->sort_index);
id                264 lib/pacemaker/pcmk_sched_promotable.c                      rsc1->id, rsc2->id, rsc1->sort_index, rsc2->sort_index);
id                275 lib/pacemaker/pcmk_sched_promotable.c                      rsc1->id, rsc2->id);
id                281 lib/pacemaker/pcmk_sched_promotable.c                      rsc1->id, rsc2->id);
id                310 lib/pacemaker/pcmk_sched_promotable.c         pe_rsc_trace(clone, "Not adding sort index of %s: negative", child->id);
id                316 lib/pacemaker/pcmk_sched_promotable.c         pe_rsc_trace(clone, "Not adding sort index of %s: inactive", child->id);
id                321 lib/pacemaker/pcmk_sched_promotable.c                                               chosen->details->id);
id                327 lib/pacemaker/pcmk_sched_promotable.c                  child->id, pcmk_readable_score(child->sort_index),
id                354 lib/pacemaker/pcmk_sched_promotable.c                  constraint->id, constraint->dependent->id,
id                355 lib/pacemaker/pcmk_sched_promotable.c                  constraint->primary->id,
id                357 lib/pacemaker/pcmk_sched_promotable.c     primary->cmds->add_colocated_node_scores(primary, clone->id,
id                386 lib/pacemaker/pcmk_sched_promotable.c                  constraint->id, constraint->dependent->id,
id                387 lib/pacemaker/pcmk_sched_promotable.c                  constraint->primary->id,
id                389 lib/pacemaker/pcmk_sched_promotable.c     dependent->cmds->add_colocated_node_scores(dependent, clone->id,
id                415 lib/pacemaker/pcmk_sched_promotable.c                      child->id);
id                420 lib/pacemaker/pcmk_sched_promotable.c                      child->id, child->sort_index);
id                425 lib/pacemaker/pcmk_sched_promotable.c         node = pe_hash_table_lookup(clone->allowed_nodes, chosen->details->id);
id                431 lib/pacemaker/pcmk_sched_promotable.c                      clone->id, child->id, child->sort_index);
id                455 lib/pacemaker/pcmk_sched_promotable.c                      clone->id, child->id, child->sort_index);
id                493 lib/pacemaker/pcmk_sched_promotable.c find_active_anon_instance(const pe_resource_t *clone, const char *id,
id                501 lib/pacemaker/pcmk_sched_promotable.c         active = clone->fns->find_rsc(child, id, node,
id                521 lib/pacemaker/pcmk_sched_promotable.c anonymous_known_on(const pe_resource_t *clone, const char *id,
id                530 lib/pacemaker/pcmk_sched_promotable.c         child = clone->fns->find_rsc(child, id, NULL, pe_find_clone);
id                533 lib/pacemaker/pcmk_sched_promotable.c             if (g_hash_table_lookup(child->known_on, node->details->id)) {
id                554 lib/pacemaker/pcmk_sched_promotable.c                                               node->details->id);
id                571 lib/pacemaker/pcmk_sched_promotable.c     char *id = clone_strip(rsc->id);
id                580 lib/pacemaker/pcmk_sched_promotable.c         active = find_active_anon_instance(parent, id, node);
id                589 lib/pacemaker/pcmk_sched_promotable.c         if ((active == NULL) && anonymous_known_on(parent, id, node)) {
id                607 lib/pacemaker/pcmk_sched_promotable.c     if ((pe_hash_table_lookup(rsc->known_on, node->details->id) != NULL)
id                608 lib/pacemaker/pcmk_sched_promotable.c         || (pe_find_node_id(rsc->running_on, node->details->id) != NULL)) {
id                613 lib/pacemaker/pcmk_sched_promotable.c                      rsc->id, id, pe__node_name(node));
id                614 lib/pacemaker/pcmk_sched_promotable.c         free(id);
id                621 lib/pacemaker/pcmk_sched_promotable.c                      rsc->id, id, pe__node_name(node), reason);
id                622 lib/pacemaker/pcmk_sched_promotable.c         free(id);
id                627 lib/pacemaker/pcmk_sched_promotable.c                  rsc->id, id, pe__node_name(node));
id                628 lib/pacemaker/pcmk_sched_promotable.c     free(id);
id                709 lib/pacemaker/pcmk_sched_promotable.c     name = (rsc->clone_name == NULL)? rsc->id : rsc->clone_name;
id                720 lib/pacemaker/pcmk_sched_promotable.c         name = clone_strip(rsc->id);
id                721 lib/pacemaker/pcmk_sched_promotable.c         if (strcmp(rsc->id, name) != 0) {
id                724 lib/pacemaker/pcmk_sched_promotable.c                          name, pe__node_name(node), rsc->id,
id                777 lib/pacemaker/pcmk_sched_promotable.c                                  child_rsc->id, pcmk_readable_score(score),
id                786 lib/pacemaker/pcmk_sched_promotable.c                              child_rsc->id, child_rsc->priority, score);
id                874 lib/pacemaker/pcmk_sched_promotable.c                      instance->id,
id                897 lib/pacemaker/pcmk_sched_promotable.c     pe_rsc_trace(clone, "Assigning priority for %s: %s", instance->id,
id                908 lib/pacemaker/pcmk_sched_promotable.c                          instance->id);
id                950 lib/pacemaker/pcmk_sched_promotable.c                                      next_role, instance->id));
id                971 lib/pacemaker/pcmk_sched_promotable.c                  instance->id, instance->priority);
id                994 lib/pacemaker/pcmk_sched_promotable.c                      instance->id);
id               1010 lib/pacemaker/pcmk_sched_promotable.c                    instance->id);
id               1017 lib/pacemaker/pcmk_sched_promotable.c                 instance->id, role2text(instance->role),
id               1049 lib/pacemaker/pcmk_sched_promotable.c                 rsc->id, promoted, pe__clone_promoted_max(rsc));
id               1173 lib/pacemaker/pcmk_sched_promotable.c                  colocation->id, colocation->dependent->id,
id               1174 lib/pacemaker/pcmk_sched_promotable.c                  colocation->primary->id, pe__node_name(primary_node), attr,
id               1175 lib/pacemaker/pcmk_sched_promotable.c                  colocation->score, dependent->id);
id               1185 lib/pacemaker/pcmk_sched_promotable.c                          colocation->id, pcmk_readable_score(colocation->score),
id               1236 lib/pacemaker/pcmk_sched_promotable.c                      colocation->id, colocation->dependent->id,
id               1237 lib/pacemaker/pcmk_sched_promotable.c                      colocation->primary->id, dependent->id);
id               1271 lib/pacemaker/pcmk_sched_promotable.c                      colocation->id, colocation->dependent->id,
id               1272 lib/pacemaker/pcmk_sched_promotable.c                      colocation->primary->id, dependent->id,
id               1282 lib/pacemaker/pcmk_sched_promotable.c                      colocation->id, colocation->dependent->id,
id               1283 lib/pacemaker/pcmk_sched_promotable.c                      colocation->primary->id, dependent->id);
id                 22 lib/pacemaker/pcmk_sched_recurring.c     const char *id;         // ID of history entry
id                 60 lib/pacemaker/pcmk_sched_recurring.c     const char *id = NULL;
id                 76 lib/pacemaker/pcmk_sched_recurring.c         if (id == NULL) {
id                 77 lib/pacemaker/pcmk_sched_recurring.c             id = ID(op); // First matching op
id                 81 lib/pacemaker/pcmk_sched_recurring.c                              "than once per resource)", ID(op), id);
id                133 lib/pacemaker/pcmk_sched_recurring.c     op->id = ID(xml);
id                134 lib/pacemaker/pcmk_sched_recurring.c     if (pcmk__str_empty(op->id)) {
id                142 lib/pacemaker/pcmk_sched_recurring.c                          op->id, pcmk__s(op->name, "unnamed"));
id                159 lib/pacemaker/pcmk_sched_recurring.c                              op->id, role);
id                164 lib/pacemaker/pcmk_sched_recurring.c     op->key = pcmk__op_key(rsc->id, op->name, op->interval_ms);
id                167 lib/pacemaker/pcmk_sched_recurring.c                   op->id, rsc->id);
id                293 lib/pacemaker/pcmk_sched_recurring.c                    (is_optional? "Cancelling" : "Ignoring"), op->key, op->id,
id                302 lib/pacemaker/pcmk_sched_recurring.c                  op->id, rsc->id, role2text(rsc->next_role),
id                321 lib/pacemaker/pcmk_sched_recurring.c                     rsc->id, pe__node_name(node));
id                397 lib/pacemaker/pcmk_sched_recurring.c                 pcmk__readable_interval(interval_ms), name, rsc->id,
id                484 lib/pacemaker/pcmk_sched_recurring.c                    " role are not supported for anonymous clones)", op->id);
id                489 lib/pacemaker/pcmk_sched_recurring.c                       "where it should not be running", op->id, rsc->id);
id                514 lib/pacemaker/pcmk_sched_recurring.c                      op->key, op->id, rsc->id, pe__node_name(stop_node));
id                541 lib/pacemaker/pcmk_sched_recurring.c                        stopped_mon->task, rsc->id, pe__node_name(stop_node));
id                559 lib/pacemaker/pcmk_sched_recurring.c                      rsc->id);
id                565 lib/pacemaker/pcmk_sched_recurring.c                           "in maintenance mode", rsc->id);
id                576 lib/pacemaker/pcmk_sched_recurring.c                      rsc->id, pe__node_name(rsc->allocated_to));
id                584 lib/pacemaker/pcmk_sched_recurring.c     pe_rsc_trace(rsc, "Creating any recurring actions needed for %s", rsc->id);
id                626 lib/pacemaker/pcmk_sched_recurring.c     key = pcmk__op_key(rsc->id, task, interval_ms);
id                665 lib/pacemaker/pcmk_sched_recurring.c              pcmk__readable_interval(interval_ms), task, rsc->id,
id                692 lib/pacemaker/pcmk_sched_recurring.c     op = custom_action(rsc, pcmk__op_key(rsc->id, task, interval_ms),
id                187 lib/pacemaker/pcmk_sched_remote.c               remote_rsc->id, state2text(state));
id                333 lib/pacemaker/pcmk_sched_remote.c               remote_rsc->id,
id                335 lib/pacemaker/pcmk_sched_remote.c               container->id);
id                431 lib/pacemaker/pcmk_sched_remote.c                                pcmk__op_key(action->rsc->id, RSC_START, 0),
id                574 lib/pacemaker/pcmk_sched_remote.c                   action->task, (action->rsc? action->rsc->id : "no resource"),
id                583 lib/pacemaker/pcmk_sched_remote.c                   action->task, (action->rsc? action->rsc->id : "no resource"),
id                592 lib/pacemaker/pcmk_sched_remote.c                   action->task, (action->rsc? action->rsc->id : "no resource"),
id                625 lib/pacemaker/pcmk_sched_remote.c                   action->task, (action->rsc? action->rsc->id : "no resource"),
id                637 lib/pacemaker/pcmk_sched_remote.c               action->task, (action->rsc? action->rsc->id : "no resource"),
id                132 lib/pacemaker/pcmk_sched_resource.c                            rsc->id, pe__node_name(node), attr_list[i],
id                157 lib/pacemaker/pcmk_sched_resource.c add_rsc_if_matching(GList *result, pe_resource_t *rsc, const char *id)
id                159 lib/pacemaker/pcmk_sched_resource.c     if ((strcmp(rsc->id, id) == 0)
id                160 lib/pacemaker/pcmk_sched_resource.c         || ((rsc->clone_name != NULL) && (strcmp(rsc->clone_name, id) == 0))) {
id                166 lib/pacemaker/pcmk_sched_resource.c         result = add_rsc_if_matching(result, child, id);
id                183 lib/pacemaker/pcmk_sched_resource.c pcmk__rscs_matching_id(const char *id, const pe_working_set_t *data_set)
id                187 lib/pacemaker/pcmk_sched_resource.c     CRM_CHECK((id != NULL) && (data_set != NULL), return NULL);
id                189 lib/pacemaker/pcmk_sched_resource.c         result = add_rsc_if_matching(result, (pe_resource_t *) iter->data, id);
id                238 lib/pacemaker/pcmk_sched_resource.c                  rsc->id, orig_rsc->id);
id                368 lib/pacemaker/pcmk_sched_resource.c                       rsc->id, pe__node_name(chosen),
id                380 lib/pacemaker/pcmk_sched_resource.c         crm_debug("Could not allocate a node for %s", rsc->id);
id                416 lib/pacemaker/pcmk_sched_resource.c     crm_debug("Assigning %s to %s", rsc->id, pe__node_name(chosen));
id                491 lib/pacemaker/pcmk_sched_resource.c     crm_info("Unassigning %s from %s", rsc->id, pe__node_name(old));
id                552 lib/pacemaker/pcmk_sched_resource.c                  rsc_to_ban->id, pe__node_name(node), fail_count,
id                562 lib/pacemaker/pcmk_sched_resource.c              rsc_to_ban->id, remaining_tries, pcmk__plural_s(remaining_tries),
id                589 lib/pacemaker/pcmk_sched_resource.c         weighted_node = g_hash_table_lookup(nodes, node->details->id);
id                642 lib/pacemaker/pcmk_sched_resource.c                                                resource1->id, &r1_nodes, NULL,
id                645 lib/pacemaker/pcmk_sched_resource.c                                                resource2->id, &r2_nodes, NULL,
id                647 lib/pacemaker/pcmk_sched_resource.c     pe__show_node_weights(true, NULL, resource1->id, r1_nodes,
id                649 lib/pacemaker/pcmk_sched_resource.c     pe__show_node_weights(true, NULL, resource2->id, r2_nodes,
id                690 lib/pacemaker/pcmk_sched_resource.c               resource1->id, r1_weight,
id                692 lib/pacemaker/pcmk_sched_resource.c               ((r1_node == NULL)? "" : r1_node->details->id),
id                694 lib/pacemaker/pcmk_sched_resource.c               resource2->id, r2_weight,
id                696 lib/pacemaker/pcmk_sched_resource.c               ((r2_node == NULL)? "" : r2_node->details->id),
id                 29 lib/pacemaker/pcmk_sched_tickets.c     const char *id;
id                 77 lib/pacemaker/pcmk_sched_tickets.c         pe_rsc_trace(rsc, "Processing ticket dependencies from %s", rsc->id);
id                 86 lib/pacemaker/pcmk_sched_tickets.c                  rsc->id, rsc_ticket->ticket->id, rsc_ticket->id,
id                150 lib/pacemaker/pcmk_sched_tickets.c rsc_ticket_new(const char *id, pe_resource_t *rsc, pe_ticket_t *ticket,
id                158 lib/pacemaker/pcmk_sched_tickets.c                          "does not exist", id);
id                172 lib/pacemaker/pcmk_sched_tickets.c     new_rsc_ticket->id = id;
id                183 lib/pacemaker/pcmk_sched_tickets.c                              "because fencing is not configured", ticket->id);
id                190 lib/pacemaker/pcmk_sched_tickets.c                   new_rsc_ticket->ticket->id, new_rsc_ticket->rsc->id,
id                195 lib/pacemaker/pcmk_sched_tickets.c                   new_rsc_ticket->ticket->id, new_rsc_ticket->rsc->id,
id                201 lib/pacemaker/pcmk_sched_tickets.c                   new_rsc_ticket->ticket->id, new_rsc_ticket->rsc->id,
id                207 lib/pacemaker/pcmk_sched_tickets.c                   new_rsc_ticket->ticket->id, new_rsc_ticket->rsc->id,
id                214 lib/pacemaker/pcmk_sched_tickets.c                       new_rsc_ticket->ticket->id, new_rsc_ticket->rsc->id,
id                220 lib/pacemaker/pcmk_sched_tickets.c                       new_rsc_ticket->ticket->id, new_rsc_ticket->rsc->id,
id                227 lib/pacemaker/pcmk_sched_tickets.c                  rsc->id, role2text(new_rsc_ticket->role), ticket->id);
id                272 lib/pacemaker/pcmk_sched_tickets.c                      resource->id, ticket->id);
id                282 lib/pacemaker/pcmk_sched_tickets.c     const char *id = NULL;
id                307 lib/pacemaker/pcmk_sched_tickets.c     id = ID(xml_obj);
id                308 lib/pacemaker/pcmk_sched_tickets.c     if (id == NULL) {
id                316 lib/pacemaker/pcmk_sched_tickets.c                          id);
id                324 lib/pacemaker/pcmk_sched_tickets.c                          "does not exist", id, ticket_str);
id                329 lib/pacemaker/pcmk_sched_tickets.c         pcmk__config_err("Ignoring constraint '%s' without resource", id);
id                337 lib/pacemaker/pcmk_sched_tickets.c                          "does not exist", id, rsc_id);
id                343 lib/pacemaker/pcmk_sched_tickets.c                          id, rsc_id, instance);
id                352 lib/pacemaker/pcmk_sched_tickets.c                               "'%s'", id, rsc_id, instance);
id                357 lib/pacemaker/pcmk_sched_tickets.c     rsc_ticket_new(id, rsc, ticket, state, loss_policy, data_set);
id                365 lib/pacemaker/pcmk_sched_tickets.c     const char *id = NULL;
id                378 lib/pacemaker/pcmk_sched_tickets.c     id = ID(xml_obj);
id                379 lib/pacemaker/pcmk_sched_tickets.c     if (id == NULL) {
id                399 lib/pacemaker/pcmk_sched_tickets.c                          "valid resource or tag", id, rsc_id);
id                440 lib/pacemaker/pcmk_sched_tickets.c     const char *id = NULL;
id                451 lib/pacemaker/pcmk_sched_tickets.c     id = ID(xml_obj);
id                452 lib/pacemaker/pcmk_sched_tickets.c     if (id == NULL) {
id                463 lib/pacemaker/pcmk_sched_tickets.c         pcmk__config_err("Ignoring constraint '%s' without ticket", id);
id                322 lib/pacemaker/pcmk_sched_utilization.c     rscs_id = crm_strdup_printf("%s and its colocated resources", rsc->id);
id                370 lib/pacemaker/pcmk_sched_utilization.c                 && !have_enough_capacity(node, rsc->id, rsc->utilization)) {
id                372 lib/pacemaker/pcmk_sched_utilization.c                              pe__node_name(node), rsc->id);
id                428 lib/pacemaker/pcmk_sched_utilization.c                  rsc->id, rsc->cluster->placement_strategy);
id                445 lib/pacemaker/pcmk_sched_utilization.c                            rsc, pcmk__op_key(rsc->id, RSC_MIGRATE, 0), NULL,
id                 63 lib/pacemaker/pcmk_scheduler.c                               rsc->id, ID(rsc_op), node->details->id);
id                162 lib/pacemaker/pcmk_scheduler.c         match = g_hash_table_lookup(rsc->allowed_nodes, node->details->id);
id                205 lib/pacemaker/pcmk_scheduler.c                                  node->details->id) == NULL)) {
id                209 lib/pacemaker/pcmk_scheduler.c                      rsc->id, pe__node_name(node));
id                214 lib/pacemaker/pcmk_scheduler.c                  rsc->id, rsc->stickiness, pe__node_name(node));
id                320 lib/pacemaker/pcmk_scheduler.c                              rsc->id);
id                332 lib/pacemaker/pcmk_scheduler.c                          crm_element_name(rsc->xml), rsc->id);
id                353 lib/pacemaker/pcmk_scheduler.c     crm_trace("Clear fail counts for orphaned resource %s", rsc->id);
id                118 lib/pacemaker/pcmk_simulate.c         char *with_id = crm_strdup_printf("%s (%d)", action_name, action->id);
id                574 lib/pacemaker/pcmk_simulate.c                 action->id, resource);
id                626 lib/pacemaker/pcmk_simulate.c                   action->id, op->rc);
id                174 lib/pengine/bundle.c         char *id = NULL;
id                178 lib/pengine/bundle.c         id = crm_strdup_printf("%s-ip-%s", data->prefix, replica->ipaddr);
id                179 lib/pengine/bundle.c         crm_xml_sanitize_id(id);
id                180 lib/pengine/bundle.c         xml_ip = create_resource(id, "heartbeat", "IPaddr2");
id                181 lib/pengine/bundle.c         free(id);
id                233 lib/pengine/bundle.c     char *id = NULL;
id                264 lib/pengine/bundle.c     id = crm_strdup_printf("%s-%s-%d", data->prefix, agent_str,
id                266 lib/pengine/bundle.c     crm_xml_sanitize_id(id);
id                267 lib/pengine/bundle.c     xml_container = create_resource(id, "heartbeat", agent_str);
id                268 lib/pengine/bundle.c     free(id);
id                493 lib/pengine/bundle.c         char *id = crm_strdup_printf("%s-%d", data->prefix, replica->offset);
id                498 lib/pengine/bundle.c         if (pe_find_resource(parent->cluster->resources, id) != NULL) {
id                499 lib/pengine/bundle.c             free(id);
id                501 lib/pengine/bundle.c             id = crm_strdup_printf("pcmk-internal-%s-remote-%d",
id                502 lib/pengine/bundle.c                                    replica->child->id, replica->offset);
id                505 lib/pengine/bundle.c                                         id) == NULL);
id                523 lib/pengine/bundle.c         xml_remote = pe_create_remote_xml(NULL, id, replica->container->id,
id                533 lib/pengine/bundle.c         free(id);
id                534 lib/pengine/bundle.c         id = NULL;
id                580 lib/pengine/bundle.c                             (gpointer) replica->node->details->id,
id                587 lib/pengine/bundle.c                                 (gpointer) replica->node->details->id, copy);
id                769 lib/pengine/bundle.c         crm_trace("Cannot determine address for bundle connection %s", rsc->id);
id                774 lib/pengine/bundle.c               rsc->id, pe__node_name(node));
id                798 lib/pengine/bundle.c     pe_rsc_trace(rsc, "Processing resource %s...", rsc->id);
id                802 lib/pengine/bundle.c     bundle_data->prefix = strdup(rsc->id);
id                964 lib/pengine/bundle.c                rsc->id, ID(xml_obj));
id               1076 lib/pengine/bundle.c             pe_err("Failed unpacking resource %s", rsc->id);
id               1232 lib/pengine/bundle.c     status_print(XML_ATTR_ID "=\"%s\" ", rsc->id);
id               1281 lib/pengine/bundle.c     print_everything = pcmk__str_in_list(rsc->id, only_rsc, pcmk__str_star_matches);
id               1286 lib/pengine/bundle.c         char *id = NULL;
id               1313 lib/pengine/bundle.c                      "id", rsc->id,
id               1324 lib/pengine/bundle.c         id = pcmk__itoa(replica->offset);
id               1325 lib/pengine/bundle.c         rc = pe__name_and_nvpairs_xml(out, true, "replica", 1, "id", id);
id               1326 lib/pengine/bundle.c         free(id);
id               1432 lib/pengine/bundle.c     print_everything = pcmk__str_in_list(rsc->id, only_rsc, pcmk__str_star_matches);
id               1462 lib/pengine/bundle.c                                      rsc->id, bundle_data->image,
id               1499 lib/pengine/bundle.c                                      rsc->id, bundle_data->image,
id               1565 lib/pengine/bundle.c     print_everything = pcmk__str_in_list(rsc->id, only_rsc, pcmk__str_star_matches);
id               1595 lib/pengine/bundle.c                                      rsc->id, bundle_data->image,
id               1632 lib/pengine/bundle.c                                      rsc->id, bundle_data->image,
id               1705 lib/pengine/bundle.c                  rsc->id, bundle_data->image,
id               1793 lib/pengine/bundle.c     pe_rsc_trace(rsc, "Freeing %s", rsc->id);
id                196 lib/pengine/clone.c                                  rsc->id, ID(clone_data->xml_obj_child),
id                202 lib/pengine/clone.c                                  rsc->id, ID(clone_data->xml_obj_child),
id                217 lib/pengine/clone.c                 rsc->id, standard, rid);
id                278 lib/pengine/clone.c     pe_rsc_trace(child_rsc, "Setting clone attributes for: %s", child_rsc->id);
id                285 lib/pengine/clone.c     pe_rsc_trace(rsc, "Added %s instance %s", rsc->id, child_rsc->id);
id                305 lib/pengine/clone.c     pe_rsc_trace(rsc, "Processing resource %s...", rsc->id);
id                368 lib/pengine/clone.c                                                "Clone", rsc->id,
id                377 lib/pengine/clone.c                          "per node", rsc->id);
id                381 lib/pengine/clone.c     pe_rsc_trace(rsc, "Options for %s", rsc->id);
id                400 lib/pengine/clone.c         pcmk__config_err("%s has nothing to clone", rsc->id);
id                437 lib/pengine/clone.c     pe_rsc_trace(rsc, "Added %d children to resource %s...", clone_data->clone_max, rsc->id);
id                531 lib/pengine/clone.c     status_print(XML_ATTR_ID "=\"%s\" ", rsc->id);
id                618 lib/pengine/clone.c                  pre_text ? pre_text : "", rsc->id, ID(clone_data->xml_obj_child),
id                658 lib/pengine/clone.c                 pcmk__add_word(&stopped_list, 1024, child_rsc->id);
id                836 lib/pengine/clone.c                        (strstr(rsc->id, ":") != NULL && pcmk__str_in_list(rsc->id, only_rsc, pcmk__str_star_matches));
id                857 lib/pengine/clone.c                     "id", rsc->id,
id                915 lib/pengine/clone.c                        (strstr(rsc->id, ":") != NULL && pcmk__str_in_list(rsc->id, only_rsc, pcmk__str_star_matches));
id                956 lib/pengine/clone.c                 g_hash_table_insert(stopped, strdup(child_rsc->id), strdup("Stopped"));
id               1175 lib/pengine/clone.c     pe_rsc_trace(rsc, "Freeing %s", rsc->id);
id               1181 lib/pengine/clone.c         pe_rsc_trace(child_rsc, "Freeing child %s", child_rsc->id);
id               1217 lib/pengine/clone.c     pe_rsc_trace(rsc, "%s role: %s", rsc->id, role2text(clone_role));
id               1317 lib/pengine/clone.c                                            "Clone", clone->id,
id                548 lib/pengine/common.c                      rsc->id, name, pe__node_name(host));
id                553 lib/pengine/common.c                  rsc->id, name, node->details->remote_rsc->container->id);
id                257 lib/pengine/complex.c     const char *id = NULL;
id                269 lib/pengine/complex.c     id = ID(xml_obj);
id                270 lib/pengine/complex.c     if (id == NULL) {
id                275 lib/pengine/complex.c     if (pcmk__str_eq(template_ref, id, pcmk__str_none)) {
id                276 lib/pengine/complex.c         pe_err("The resource object '%s' should not reference itself", id);
id                295 lib/pengine/complex.c     crm_xml_replace(new_xml, XML_ATTR_ID, id);
id                364 lib/pengine/complex.c     const char *id = NULL;
id                376 lib/pengine/complex.c     id = ID(xml_obj);
id                377 lib/pengine/complex.c     if (id == NULL) {
id                382 lib/pengine/complex.c     if (pcmk__str_eq(template_ref, id, pcmk__str_none)) {
id                383 lib/pengine/complex.c         pe_err("The resource object '%s' should not reference itself", id);
id                387 lib/pengine/complex.c     if (add_tag_ref(data_set->template_rsc_sets, template_ref, id) == FALSE) {
id                492 lib/pengine/complex.c                               rsc->id);
id                499 lib/pengine/complex.c                               "devices cannot require unfencing", rsc->id);
id                506 lib/pengine/complex.c                               "is disabled", rsc->id);
id                541 lib/pengine/complex.c                               rsc->id, value, orig_value);
id                561 lib/pengine/complex.c                      rsc->id);
id                567 lib/pengine/complex.c                      rsc->id);
id                596 lib/pengine/complex.c     const char *id = NULL;
id                618 lib/pengine/complex.c     id = crm_element_value(xml_obj, XML_ATTR_ID);
id                619 lib/pengine/complex.c     if (id == NULL) {
id                631 lib/pengine/complex.c         crm_crit("Unable to allocate memory for resource '%s'", id);
id                656 lib/pengine/complex.c                id, crm_element_name((*rsc)->xml));
id                672 lib/pengine/complex.c         (*rsc)->id = crm_strdup_printf("%s:%s", id, value);
id                676 lib/pengine/complex.c         (*rsc)->id = strdup(id);
id                773 lib/pengine/complex.c                      (*rsc)->id);
id                780 lib/pengine/complex.c                      (*rsc)->id);
id                787 lib/pengine/complex.c                      (*rsc)->id);
id                792 lib/pengine/complex.c                      (*rsc)->id);
id                798 lib/pengine/complex.c                      (*rsc)->id);
id                808 lib/pengine/complex.c                              "stop/start", (*rsc)->id);
id                867 lib/pengine/complex.c     pe_rsc_trace((*rsc), "%s desired next state: %s", (*rsc)->id,
id                886 lib/pengine/complex.c     pe_rsc_trace((*rsc), "%s action notification: %s", (*rsc)->id,
id                970 lib/pengine/complex.c     pe_rsc_trace(rsc, "Freeing %s %d", rsc->id, rsc->variant);
id               1017 lib/pengine/complex.c     free(rsc->id);
id               1171 lib/pengine/complex.c                      rsc->id, role2text(rsc->next_role), role2text(role), why);
id                 82 lib/pengine/failcounts.c     char *xml_name = clone_strip(rsc->id);
id                185 lib/pengine/failcounts.c     const char *name = (rsc->clone_name? rsc->clone_name : rsc->id);
id                295 lib/pengine/failcounts.c                       key, value, rsc->id, pcmk_readable_score(failcount));
id                317 lib/pengine/failcounts.c                 rsc->failure_timeout, rsc->id);
id                329 lib/pengine/failcounts.c                       rsc->id, pe__node_name(node), rsc->failure_timeout);
id                364 lib/pengine/failcounts.c                      rsc->id, pcmk_readable_score(failcount),
id                370 lib/pengine/failcounts.c                  rsc->id, pcmk_readable_score(failcount),
id                396 lib/pengine/failcounts.c     key = pcmk__op_key(rsc->id, CRM_OP_CLEAR_FAILCOUNT, 0);
id                401 lib/pengine/failcounts.c                rsc->id, pe__node_name(node), reason, clear->uuid);
id                140 lib/pengine/group.c                                  rsc->id,
id                146 lib/pengine/group.c                                  rsc->id,
id                187 lib/pengine/group.c     pe_rsc_trace(rsc, "Processing resource %s...", rsc->id);
id                215 lib/pengine/group.c             pe_rsc_trace(rsc, "Added %s member %s", rsc->id, new_rsc->id);
id                229 lib/pengine/group.c                           "any members", rsc->id);
id                270 lib/pengine/group.c     status_print("%s<group " XML_ATTR_ID "=\"%s\" ", pre_text, rsc->id);
id                306 lib/pengine/group.c     status_print("%sResource Group: %s", pre_text ? pre_text : "", rsc->id);
id                353 lib/pengine/group.c                              (strstr(rsc->id, ":") != NULL && pcmk__str_in_list(rsc->id, only_rsc, pcmk__str_star_matches));
id                375 lib/pengine/group.c                                           XML_ATTR_ID, rsc->id,
id                409 lib/pengine/group.c                              (strstr(rsc->id, ":") != NULL && pcmk__str_in_list(rsc->id, only_rsc, pcmk__str_star_matches));
id                457 lib/pengine/group.c     pe_rsc_trace(rsc, "Freeing %s", rsc->id);
id                463 lib/pengine/group.c         pe_rsc_trace(child_rsc, "Freeing child %s", child_rsc->id);
id                488 lib/pengine/group.c     pe_rsc_trace(rsc, "%s role: %s", rsc->id, role2text(group_role));
id                505 lib/pengine/group.c     } else if (strstr(rsc->id, ":") != NULL && pcmk__str_in_list(rsc->id, only_rsc, pcmk__str_star_matches)) {
id                 64 lib/pengine/native.c                  rsc->id, rsc->priority,
id                 81 lib/pengine/native.c                          rsc->id, rsc->priority,
id                 98 lib/pengine/native.c         if (pcmk__str_eq(a_node->details->id, node->details->id, pcmk__str_casei)) {
id                103 lib/pengine/native.c     pe_rsc_trace(rsc, "Adding %s to %s %s", rsc->id, pe__node_name(node),
id                121 lib/pengine/native.c         pe_rsc_info(rsc, "resource %s isn't managed", rsc->id);
id                177 lib/pengine/native.c                   rsc->id, pe__node_name(node),
id                182 lib/pengine/native.c                      rsc->id, pe__node_name(node));
id                205 lib/pengine/native.c     pe_rsc_trace(rsc, "Processing resource %s...", rsc->id);
id                216 lib/pengine/native.c         pe__force_anon(standard, parent, rsc->id, data_set);
id                231 lib/pengine/native.c                rsc->id, standard);
id                241 lib/pengine/native.c                  rsc->id, pe__node_name(node));
id                265 lib/pengine/native.c native_find_rsc(pe_resource_t * rsc, const char *id, const pe_node_t *on_node,
id                271 lib/pengine/native.c     CRM_CHECK(id && rsc && rsc->id, return NULL);
id                279 lib/pengine/native.c         } else if (!strcmp(id, rsc->id) || pcmk__str_eq(id, rid, pcmk__str_none)) {
id                283 lib/pengine/native.c     } else if (!strcmp(id, rsc->id)) {
id                287 lib/pengine/native.c                && rsc->clone_name && strcmp(rsc->clone_name, id) == 0) {
id                293 lib/pengine/native.c         match = pe_base_name_eq(rsc, id);
id                309 lib/pengine/native.c         result = rsc->fns->find_rsc(child, id, on_node, flags);
id                329 lib/pengine/native.c     pe_rsc_trace(rsc, "Looking up %s in %s", name, rsc->id);
id                348 lib/pengine/native.c                          rsc->id, pe__node_name(a_node));
id                352 lib/pengine/native.c                          rsc->id, pe__node_name(a_node));
id                355 lib/pengine/native.c                          rsc->id, pe__node_name(a_node));
id                504 lib/pengine/native.c                          node->details->id, pcmk__btoa(!node->details->online));
id                717 lib/pengine/native.c             crm_trace("skipping print of internal resource %s", rsc->id);
id                769 lib/pengine/native.c             crm_trace("skipping print of internal resource %s", rsc->id);
id                805 lib/pengine/native.c             crm_trace("skipping print of internal resource %s", rsc->id);
id               1004 lib/pengine/native.c                      "id", node->details->id,
id               1077 lib/pengine/native.c     pe_rsc_trace(rsc, "%s state: %s", rsc->id, role2text(role));
id               1113 lib/pengine/native.c             && !pe_find_node_id(result, rsc->pending_node->details->id)) {
id               1131 lib/pengine/native.c             if (*list == NULL || pe_find_node_id(*list, node->details->id) == NULL) {
id               1405 lib/pengine/native.c         pcmk__str_in_list(rsc->id, only_rsc, pcmk__str_star_matches)) {
id                103 lib/pengine/pe_actions.c             match_key = pcmk__op_key(rsc->id, name, interval_ms);
id                131 lib/pengine/pe_actions.c         local_key = pcmk__op_key(rsc->id, "migrate", 0);
id                136 lib/pengine/pe_actions.c         local_key = pcmk__op_key(rsc->id, "notify", 0);
id                210 lib/pengine/pe_actions.c                      ((rsc == NULL)? "no resource" : rsc->id),
id                212 lib/pengine/pe_actions.c         action->id = data_set->action_id++;
id                271 lib/pengine/pe_actions.c                          action->rsc->id);
id                445 lib/pengine/pe_actions.c                          "allowed for stop", action->rsc->id, value);
id                499 lib/pengine/pe_actions.c                              "allowed for it", action->rsc->id, name);
id                828 lib/pengine/pe_actions.c         pe_err("Resource %s: Unknown failure type (%s)", action->rsc->id, value);
id               1101 lib/pengine/pe_actions.c         add_hash_param(stonith_op->meta, XML_LRM_ATTR_TARGET_UUID, node->details->id);
id               1125 lib/pengine/pe_actions.c                                "%s changed", pe__node_name(node), match->id);
id               1132 lib/pengine/pe_actions.c                                   pe__node_name(node), match->id);
id               1137 lib/pengine/pe_actions.c                                match->id, ":", agent, ":",
id               1140 lib/pengine/pe_actions.c                                match->id, ":", agent, ":",
id               1276 lib/pengine/pe_actions.c                           name, rsc->id);
id               1376 lib/pengine/pe_actions.c             && pcmk__str_eq(on_node->details->id, action->node->details->id,
id               1404 lib/pengine/pe_actions.c     char *key = pcmk__op_key(rsc->id, task, 0);
id               1445 lib/pengine/pe_actions.c                              (action->rsc == NULL)? "" : action->rsc->id,
id               1482 lib/pengine/pe_actions.c     key = pcmk__op_key(rsc->id, CRM_OP_LRM_DELETE, 0);
id               1657 lib/pengine/pe_actions.c     action = custom_action(rsc, pcmk__op_key(rsc->id, task, 0), task, NULL,
id                130 lib/pengine/pe_digest.c     action = custom_action(rsc, pcmk__op_key(rsc->id, task, *interval_ms),
id                356 lib/pengine/pe_digest.c     char *key = pcmk__op_key(rsc->id, task, interval_ms);
id                406 lib/pengine/pe_digest.c                     interval_ms, task, rsc->id, pe__node_name(node),
id                432 lib/pengine/pe_digest.c                         interval_ms, task, rsc->id, pe__node_name(node),
id                440 lib/pengine/pe_digest.c                         interval_ms, task, rsc->id, pe__node_name(node),
id                550 lib/pengine/pe_digest.c     if (unfencing_digest_matches(rsc->id, agent, data->digest_all_calc,
id                558 lib/pengine/pe_digest.c     if (unfencing_digest_matches(rsc->id, agent, data->digest_secure_calc,
id                564 lib/pengine/pe_digest.c                       "for unfencing %s changed", rsc->id,
id                575 lib/pengine/pe_digest.c             char *digest = create_unfencing_summary(rsc->id, agent,
id                579 lib/pengine/pe_digest.c                       "%s changed, try '%s'", rsc->id,
id                583 lib/pengine/pe_digest.c             char *digest = create_unfencing_summary(rsc->id, agent,
id                587 lib/pengine/pe_digest.c                    rsc->id, pe__node_name(node), digest);
id                 64 lib/pengine/pe_notif.c     tmp = strcmp(entry_a->rsc->id, entry_b->rsc->id);
id                 81 lib/pengine/pe_notif.c     return strcmp(entry_a->node->details->id, entry_b->node->details->id);
id                197 lib/pengine/pe_notif.c                        && (entry->rsc->id != NULL));
id                199 lib/pengine/pe_notif.c             || (entry->rsc->id == NULL)) {
id                210 lib/pengine/pe_notif.c         if (pcmk__str_eq(entry->rsc->id, last_rsc_id, pcmk__str_none)) {
id                213 lib/pengine/pe_notif.c         last_rsc_id = entry->rsc->id;
id                216 lib/pengine/pe_notif.c             pcmk__add_word(rsc_names, 1024, entry->rsc->id);
id                286 lib/pengine/pe_notif.c                            pcmk__notify_key(rsc->id, notif_type, action->task),
id                332 lib/pengine/pe_notif.c                      rsc->id, pe__node_name(node), skip_reason);
id                340 lib/pengine/pe_notif.c                  rsc->id, pe__node_name(node), value, task);
id                343 lib/pengine/pe_notif.c     key = pcmk__notify_key(rsc->id, value, task);
id                593 lib/pengine/pe_notif.c                     rsc->id, pe__node_name(node), role2text(rsc->role));
id                834 lib/pengine/pe_notif.c                              rsc->id, n_data->action);
id                842 lib/pengine/pe_notif.c                              rsc->id, n_data->action);
id                850 lib/pengine/pe_notif.c                              rsc->id, n_data->action);
id                861 lib/pengine/pe_notif.c                  rsc->id, n_data->action);
id                911 lib/pengine/pe_notif.c                         role2text(rsc->next_role), rsc->id);
id                991 lib/pengine/pe_notif.c         add_notify_env(n_data, "notify_stop_resource", rsc->id);
id                538 lib/pengine/pe_output.c     if (print_detail && !pcmk__str_eq(node->details->uname, node->details->id, pcmk__str_casei)) {
id                539 lib/pengine/pe_output.c         node_id = node->details->id;
id                621 lib/pengine/pe_output.c                                   location->id, location->rsc_lh->id,
id                641 lib/pengine/pe_output.c                    location->id, location->rsc_lh->id,
id                659 lib/pengine/pe_output.c                                  "id", location->id,
id                660 lib/pengine/pe_output.c                                  "resource", location->rsc_lh->id,
id                695 lib/pengine/pe_output.c         if (prefix != NULL && !g_str_has_prefix(location->id, prefix)) {
id                922 lib/pengine/pe_output.c                                      "id", dc->details->id,
id               1852 lib/pengine/pe_output.c                                  "id", node->details->id,
id               1869 lib/pengine/pe_output.c             crm_xml_add(xml_node, "id_as_resource", node->details->remote_rsc->container->id);
id               2489 lib/pengine/pe_output.c                        prefix, rsc->id, uname, score);
id               2514 lib/pengine/pe_output.c         crm_xml_add(node, "id", rsc->id);
id               2599 lib/pengine/pe_output.c                    child_rsc->id,
id               2614 lib/pengine/pe_output.c                                                    "id", child_rsc->id,
id               2906 lib/pengine/pe_output.c                                         fn, rsc->id, pe__node_name(node));
id               2924 lib/pengine/pe_output.c                                                        "resource", rsc->id,
id               2941 lib/pengine/pe_output.c         out->list_item(out, NULL, "%s:\t%s%s %s=\"%s\"", ticket->id,
id               2947 lib/pengine/pe_output.c         out->list_item(out, NULL, "%s:\t%s%s", ticket->id,
id               2963 lib/pengine/pe_output.c         out->list_item(out, ticket->id, "%s%s %s=\"%s\"",
id               2969 lib/pengine/pe_output.c         out->list_item(out, ticket->id, "%s%s",
id               2985 lib/pengine/pe_output.c                                         "id", ticket->id,
id                 21 lib/pengine/remote.c            && pe__is_remote_node(pe_find_node(data_set->nodes, rsc->id));
id                133 lib/pengine/remote.c             pe_node_t *guest_node = pe_find_node(data_set->nodes, rsc->id);
id                 54 lib/pengine/rules_alerts.c                           entry->id, PCMK__ALERT_DEFAULT_TIMEOUT_MS);
id                 57 lib/pengine/rules_alerts.c                          entry->id, (char*)value, PCMK__ALERT_DEFAULT_TIMEOUT_MS);
id                 62 lib/pengine/rules_alerts.c                       entry->id, entry->timeout);
id                 75 lib/pengine/rules_alerts.c                   entry->id, entry->tstamp_format);
id                112 lib/pengine/rules_alerts.c                   entry->id, name, value);
id                169 lib/pengine/rules_alerts.c                   entry->id,
id                242 lib/pengine/rules_alerts.c             crm_debug("Alert %s is disabled", entry->id);
id                252 lib/pengine/rules_alerts.c                   entry->id, entry->path, entry->timeout, entry->tstamp_format,
id                267 lib/pengine/rules_alerts.c                           entry->id, recipient_entry->id);
id                273 lib/pengine/rules_alerts.c                       entry->id, ID(recipient), recipient_entry->recipient,
id                262 lib/pengine/status.c         free(cons->id);
id                391 lib/pengine/status.c pe_find_resource(GList *rsc_list, const char *id)
id                393 lib/pengine/status.c     return pe_find_resource_with_flags(rsc_list, id, pe_find_renamed);
id                397 lib/pengine/status.c pe_find_resource_with_flags(GList *rsc_list, const char *id, enum pe_find flags)
id                401 lib/pengine/status.c     for (rIter = rsc_list; id && rIter; rIter = rIter->next) {
id                405 lib/pengine/status.c             parent->fns->find_rsc(parent, id, NULL, flags);
id                410 lib/pengine/status.c     crm_trace("No match for %s", id);
id                426 lib/pengine/status.c pe_find_node_any(const GList *nodes, const char *id, const char *uname)
id                430 lib/pengine/status.c     if (id != NULL) {
id                431 lib/pengine/status.c         match = pe_find_node_id(nodes, id);
id                448 lib/pengine/status.c pe_find_node_id(const GList *nodes, const char *id)
id                457 lib/pengine/status.c         if (pcmk__str_eq(node->details->id, id, pcmk__str_casei)) {
id                 36 lib/pengine/tags.c         const char *id = (const char *) refs->data;
id                 37 lib/pengine/tags.c         pe_resource_t *rsc = pe_find_resource_with_flags(data_set->resources, id,
id                 69 lib/pengine/tags.c         const char *id = (const char *) refs->data;
id                 70 lib/pengine/tags.c         pe_node_t *node = pe_find_node_id(data_set->nodes, id);
id                 63 lib/pengine/tests/native/native_find_rsc_test.c         if (strcmp(rsc->id, "exim-group") == 0) {
id                 65 lib/pengine/tests/native/native_find_rsc_test.c         } else if (strcmp(rsc->id, "httpd-bundle") == 0) {
id                 67 lib/pengine/tests/native/native_find_rsc_test.c         } else if (strcmp(rsc->id, "inactive-clone") == 0) {
id                 69 lib/pengine/tests/native/native_find_rsc_test.c         } else if (strcmp(rsc->id, "inactive-group") == 0) {
id                 71 lib/pengine/tests/native/native_find_rsc_test.c         } else if (strcmp(rsc->id, "mysql-clone-group") == 0) {
id                 73 lib/pengine/tests/native/native_find_rsc_test.c         } else if (strcmp(rsc->id, "promotable-clone") == 0) {
id                 91 lib/pengine/tests/native/native_find_rsc_test.c     char *id = rsc->id;
id                100 lib/pengine/tests/native/native_find_rsc_test.c     name = crm_strdup_printf("%sX", rsc->id);
id                104 lib/pengine/tests/native/native_find_rsc_test.c     name = crm_strdup_printf("x%s", rsc->id);
id                108 lib/pengine/tests/native/native_find_rsc_test.c     name = g_ascii_strup(rsc->id, -1);
id                113 lib/pengine/tests/native/native_find_rsc_test.c     rsc->id = NULL;
id                114 lib/pengine/tests/native/native_find_rsc_test.c     assert_null(native_find_rsc(rsc, id, NULL, 0));
id                115 lib/pengine/tests/native/native_find_rsc_test.c     rsc->id = id;
id                126 lib/pengine/tests/native/native_find_rsc_test.c         if (strcmp(rsc->id, "dummy") == 0) {
id                205 lib/pengine/tests/native/native_find_rsc_test.c         if (strcmp(rsc->id, "Public-IP") == 0) {
id                239 lib/pengine/tests/native/native_find_rsc_test.c         if (strcmp(rsc->id, "inactive-dummy-1") == 0) {
id                320 lib/pengine/tests/native/native_find_rsc_test.c         if (strcmp(rsc->id, "promotable-rsc:0") == 0) {
id                322 lib/pengine/tests/native/native_find_rsc_test.c         } else if (strcmp(rsc->id, "promotable-rsc:1") == 0) {
id                397 lib/pengine/tests/native/native_find_rsc_test.c         if (strcmp(rsc->id, "promotable-rsc:0") == 0) {
id                399 lib/pengine/tests/native/native_find_rsc_test.c         } else if (strcmp(rsc->id, "promotable-rsc:1") == 0) {
id                549 lib/pengine/tests/native/native_find_rsc_test.c         if (strcmp(rsc->id, "mysql-group:0") == 0) {
id                551 lib/pengine/tests/native/native_find_rsc_test.c         } else if (strcmp(rsc->id, "mysql-group:1") == 0) {
id                625 lib/pengine/tests/native/native_find_rsc_test.c         if (strcmp(rsc->id, "mysql-group:0") == 0) {
id                629 lib/pengine/tests/native/native_find_rsc_test.c                 if (strcmp(child->id, "mysql-proxy:0") == 0) {
id                 54 lib/pengine/tests/native/pe_base_name_eq_test.c         if (strcmp(rsc->id, "dummy") == 0) {
id                 56 lib/pengine/tests/native/pe_base_name_eq_test.c         } else if (strcmp(rsc->id, "exim-group") == 0) {
id                 58 lib/pengine/tests/native/pe_base_name_eq_test.c         } else if (strcmp(rsc->id, "httpd-bundle") == 0) {
id                 60 lib/pengine/tests/native/pe_base_name_eq_test.c         } else if (strcmp(rsc->id, "mysql-clone-group") == 0) {
id                 64 lib/pengine/tests/native/pe_base_name_eq_test.c                 if (strcmp(child->id, "mysql-group:0") == 0) {
id                 66 lib/pengine/tests/native/pe_base_name_eq_test.c                 } else if (strcmp(child->id, "mysql-group:1") == 0) {
id                 70 lib/pengine/tests/native/pe_base_name_eq_test.c         } else if (strcmp(rsc->id, "promotable-clone") == 0) {
id                 74 lib/pengine/tests/native/pe_base_name_eq_test.c                 if (strcmp(child->id, "promotable-rsc:0") == 0) {
id                 76 lib/pengine/tests/native/pe_base_name_eq_test.c                 } else if (strcmp(child->id, "promotable-rsc:1") == 0) {
id                 95 lib/pengine/tests/native/pe_base_name_eq_test.c     char *id = dummy->id;
id                100 lib/pengine/tests/native/pe_base_name_eq_test.c     dummy->id = NULL;
id                102 lib/pengine/tests/native/pe_base_name_eq_test.c     dummy->id = id;
id                 32 lib/pengine/tests/status/pe_find_node_any_test.c     a->details->id = "id1";
id                 35 lib/pengine/tests/status/pe_find_node_any_test.c     b->details->id = "id2";
id                 29 lib/pengine/tests/status/pe_find_node_id_test.c     a->details->id = "id1";
id                 31 lib/pengine/tests/status/pe_find_node_id_test.c     b->details->id = "id2";
id                 37 lib/pengine/unpack.c     const char *id;           // XML ID of history entry
id                127 lib/pengine/unpack.c                            pe__node_name(node), reason, rsc->id);
id                131 lib/pengine/unpack.c                          pe__node_name(node), rsc->id, reason);
id                399 lib/pengine/unpack.c pe_create_node(const char *id, const char *uname, const char *type,
id                421 lib/pengine/unpack.c     crm_trace("Creating node for entry %s/%s", uname, id);
id                422 lib/pengine/unpack.c     new_node->details->id = id;
id                559 lib/pengine/unpack.c     const char *id = NULL;
id                570 lib/pengine/unpack.c             id = crm_element_value(xml_obj, XML_ATTR_ID);
id                574 lib/pengine/unpack.c             crm_trace("Processing node %s/%s", uname, id);
id                576 lib/pengine/unpack.c             if (id == NULL) {
id                581 lib/pengine/unpack.c             new_node = pe_create_node(id, uname, type, score, data_set);
id                615 lib/pengine/unpack.c     if (container_id && !pcmk__str_eq(container_id, rsc->id, pcmk__str_casei)) {
id                622 lib/pengine/unpack.c             pe_rsc_trace(rsc, "Resource %s's container is %s", rsc->id, container_id);
id                624 lib/pengine/unpack.c             pe_err("Resource %s: Unknown resource container (%s)", rsc->id, container_id);
id                720 lib/pengine/unpack.c     remote_node = pe_find_node(data_set->nodes, new_rsc->id);
id                724 lib/pengine/unpack.c                  new_rsc->id, pe__node_name(remote_node));
id                748 lib/pengine/unpack.c         free(tag->id);
id                778 lib/pengine/unpack.c         const char *id = ID(xml_obj);
id                780 lib/pengine/unpack.c         if (pcmk__str_empty(id)) {
id                788 lib/pengine/unpack.c             if (g_hash_table_lookup_extended(data_set->template_rsc_sets, id,
id                791 lib/pengine/unpack.c                 g_hash_table_insert(data_set->template_rsc_sets, strdup(id), NULL);
id                797 lib/pengine/unpack.c                   crm_element_name(xml_obj), id);
id                801 lib/pengine/unpack.c             pe_rsc_trace(new_rsc, "Added resource %s", new_rsc->id);
id                806 lib/pengine/unpack.c                              crm_element_name(xml_obj), id);
id                921 lib/pengine/unpack.c         crm_info("We have ticket '%s'", ticket->id);
id                924 lib/pengine/unpack.c         crm_info("We do not have ticket '%s'", ticket->id);
id                939 lib/pengine/unpack.c             crm_info("Granted ticket '%s' is in standby-mode", ticket->id);
id               1083 lib/pengine/unpack.c     const char *id = NULL;
id               1087 lib/pengine/unpack.c     id = crm_element_value(state, XML_ATTR_ID);
id               1088 lib/pengine/unpack.c     if (id == NULL) {
id               1101 lib/pengine/unpack.c     this_node = pe_find_node_any(data_set->nodes, id, uname);
id               1128 lib/pengine/unpack.c               pe__node_name(this_node), id);
id               1170 lib/pengine/unpack.c         const char *id = ID(state);
id               1174 lib/pengine/unpack.c         if ((id == NULL) || (uname == NULL)) {
id               1181 lib/pengine/unpack.c         this_node = pe_find_node_any(data_set->nodes, id, uname);
id               1185 lib/pengine/unpack.c                       "no longer in configuration", id);
id               1191 lib/pengine/unpack.c                       "already unpacked", id);
id               1209 lib/pengine/unpack.c                           "be up", id);
id               1225 lib/pengine/unpack.c                           "because connection is not known to be up", id);
id               1238 lib/pengine/unpack.c                       "cluster node %s", id);
id               1248 lib/pengine/unpack.c                   (fence? "unseen " : ""), id);
id               1499 lib/pengine/unpack.c                   (container? "Guest" : "Remote"), this_node->details->id);
id               1506 lib/pengine/unpack.c                   (container? "Guest" : "Remote"), this_node->details->id);
id               1513 lib/pengine/unpack.c                   this_node->details->id);
id               1519 lib/pengine/unpack.c                   (container? "Guest" : "Remote"), this_node->details->id);
id               1526 lib/pengine/unpack.c                   (container? "Guest" : "Remote"), this_node->details->id);
id               1533 lib/pengine/unpack.c                   this_node->details->id);
id               1540 lib/pengine/unpack.c         this_node->details->id, this_node->details->online ? "TRUE" : "FALSE");
id               1618 lib/pengine/unpack.c pe_base_name_end(const char *id)
id               1620 lib/pengine/unpack.c     if (!pcmk__str_empty(id)) {
id               1621 lib/pengine/unpack.c         const char *end = id + strlen(id) - 1;
id               1623 lib/pengine/unpack.c         for (const char *s = end; s > id; --s) {
id               1757 lib/pengine/unpack.c                  top->id, parent->id, rsc_id, pe__node_name(node));
id               1790 lib/pengine/unpack.c                  rsc_id, pe__node_name(node), parent->id);
id               1838 lib/pengine/unpack.c                                    parent->id, pe__node_name(node));
id               1842 lib/pengine/unpack.c                         pe_rsc_trace(parent, "Resource %s, active", rsc->id);
id               1849 lib/pengine/unpack.c             pe_rsc_trace(parent, "Resource %s, skip inactive", child->id);
id               1868 lib/pengine/unpack.c         pe_rsc_trace(parent, "Resource %s, empty slot", inactive_instance->id);
id               1894 lib/pengine/unpack.c         pe_rsc_trace(parent, "Resource %s, orphan", rsc->id);
id               1920 lib/pengine/unpack.c             crm_trace("%s found as %s (%s)", rsc_id, clone0_id, parent->id);
id               1949 lib/pengine/unpack.c     if (rsc && !pcmk__str_eq(rsc_id, rsc->id, pcmk__str_casei)
id               1954 lib/pengine/unpack.c                      rsc_id, pe__node_name(node), rsc->id,
id               1978 lib/pengine/unpack.c         pe_rsc_trace(rsc, "Added orphan %s", rsc->id);
id               1994 lib/pengine/unpack.c                  rsc->id, role2text(rsc->role), pe__node_name(node),
id               2002 lib/pengine/unpack.c             if (g_hash_table_lookup(iter->known_on, node->details->id) == NULL) {
id               2006 lib/pengine/unpack.c                              rsc->id,
id               2010 lib/pengine/unpack.c                 g_hash_table_insert(iter->known_on, (gpointer) n->details->id, n);
id               2052 lib/pengine/unpack.c                                            rsc->id);
id               2059 lib/pengine/unpack.c                reason = crm_strdup_printf("%s is thought to be active there", rsc->id);
id               2090 lib/pengine/unpack.c             reason = crm_strdup_printf("%s failed there", rsc->id);
id               2149 lib/pengine/unpack.c                     tmpnode = pe_find_node(rsc->cluster->nodes, rsc->id);
id               2181 lib/pengine/unpack.c         tmpnode = pe_find_node(rsc->cluster->nodes, rsc->id);
id               2191 lib/pengine/unpack.c                                   rsc->id, pe__node_name(node));
id               2196 lib/pengine/unpack.c                                   rsc->id, pe__node_name(node));
id               2218 lib/pengine/unpack.c         pe_rsc_trace(rsc, "Resetting clone_name %s for %s (stopped)", rsc->clone_name, rsc->id);
id               2261 lib/pengine/unpack.c     pe_rsc_trace(rsc, "%s: Start index %d, stop index = %d", rsc->id, start_index, stop_index);
id               2268 lib/pengine/unpack.c         const char *id = ID(rsc_op);
id               2274 lib/pengine/unpack.c                          rsc->id, pe__node_name(node));
id               2280 lib/pengine/unpack.c                          id, pe__node_name(node));
id               2285 lib/pengine/unpack.c                          id, pe__node_name(node), counter);
id               2292 lib/pengine/unpack.c                          id, pe__node_name(node));
id               2299 lib/pengine/unpack.c                          id, pe__node_name(node));
id               2304 lib/pengine/unpack.c         key = pcmk__op_key(rsc->id, task, interval_ms);
id               2372 lib/pengine/unpack.c                         rsc->id, pe__node_name(node));
id               2482 lib/pengine/unpack.c                         rsc->id, role2text(rsc->next_role), role2text(req_role));
id               2528 lib/pengine/unpack.c                      rsc->id, container_id);
id               2693 lib/pengine/unpack.c                    SUB_XPATH_LRM_RESOURCE "[@" XML_ATTR_ID "='", rsc->id, "']"
id               2897 lib/pengine/unpack.c                  rsc->id, pe__node_name(node));
id               2960 lib/pengine/unpack.c     source_newer_op = non_monitor_after(history->rsc->id, source, history->xml,
id               2964 lib/pengine/unpack.c     migrate_from = find_lrm_op(history->rsc->id, CRMD_ACTION_MIGRATED, target,
id               2982 lib/pengine/unpack.c     target_newer_state = newer_state_after_migrate(history->rsc->id, target,
id               3079 lib/pengine/unpack.c     target_migrate_from = find_lrm_op(history->rsc->id, CRMD_ACTION_MIGRATED,
id               3092 lib/pengine/unpack.c         && !newer_state_after_migrate(history->rsc->id, target, history->xml,
id               3107 lib/pengine/unpack.c     } else if (!non_monitor_after(history->rsc->id, source, history->xml, true,
id               3146 lib/pengine/unpack.c     source_migrate_to = find_lrm_op(history->rsc->id, CRMD_ACTION_MIGRATE,
id               3159 lib/pengine/unpack.c         && !newer_state_after_migrate(history->rsc->id, source,
id               3206 lib/pengine/unpack.c     crm_xml_add(history->xml, XML_LRM_ATTR_RSCID, history->rsc->id);
id               3351 lib/pengine/unpack.c     crm_notice("%s will not be started under current conditions", fail_rsc->id);
id               3387 lib/pengine/unpack.c                   (is_probe? "probe" : history->task), history->rsc->id,
id               3389 lib/pengine/unpack.c                   history->exit_status, history->id);
id               3396 lib/pengine/unpack.c                  (is_probe? "probe" : history->task), history->rsc->id,
id               3398 lib/pengine/unpack.c                  history->exit_status, history->id);
id               3409 lib/pengine/unpack.c                        history->rsc->id, pe__node_name(history->node));
id               3460 lib/pengine/unpack.c         pe_rsc_trace(history->rsc, "Leaving %s stopped", history->rsc->id);
id               3464 lib/pengine/unpack.c         pe_rsc_trace(history->rsc, "Setting %s active", history->rsc->id);
id               3470 lib/pengine/unpack.c                  history->rsc->id, role2text(history->rsc->role),
id               3511 lib/pengine/unpack.c                 history->rsc->id, history->task, pe__node_name(history->node),
id               3515 lib/pengine/unpack.c                 last_change_s, history->exit_status, history->id);
id               3658 lib/pengine/unpack.c                             history->rsc->id, pe__node_name(history->node),
id               3689 lib/pengine/unpack.c                             history->rsc->id, pe__node_name(history->node),
id               3744 lib/pengine/unpack.c                          history->exit_status, task, history->rsc->id,
id               3789 lib/pengine/unpack.c                               rsc->id, pe__xe_history_key(xml_op),
id               3790 lib/pengine/unpack.c                               node->details->id);
id               3807 lib/pengine/unpack.c     pe_node_t *remote_node = pe_find_node(data_set->nodes, remote_conn->id);
id               3845 lib/pengine/unpack.c         pe_node_t *remote_node = pe_find_node(rsc->cluster->nodes, rsc->id);
id               3850 lib/pengine/unpack.c                          " until fencing has occurred", rsc->id);
id               3880 lib/pengine/unpack.c     bool is_last_failure = pcmk__ends_with(history->id, "_last_failure_0");
id               3889 lib/pengine/unpack.c                      history->id, pe__node_name(history->node));
id               3918 lib/pengine/unpack.c                   history->id, (long long) last_run, (expired? "" : "not "),
id               3946 lib/pengine/unpack.c                              history->id, pe__node_name(history->node));
id               3983 lib/pengine/unpack.c                      history->task, history->rsc->id);
id               4001 lib/pengine/unpack.c                              history->id, pe__node_name(history->node));
id               4111 lib/pengine/unpack.c                      history->rsc->id, pe__node_name(history->node));
id               4126 lib/pengine/unpack.c                          history->rsc->id, fail2text(*on_fail), history->task);
id               4202 lib/pengine/unpack.c                 history->id, history->rsc->id, pe__node_name(history->node),
id               4217 lib/pengine/unpack.c                 history->id, history->rsc->id, pe__node_name(history->node),
id               4252 lib/pengine/unpack.c                   history->id, history->rsc->id,
id               4264 lib/pengine/unpack.c                    history->id, history->task, history->rsc->id,
id               4283 lib/pengine/unpack.c                    history->rsc->id, pe__node_name(history->node));
id               4313 lib/pengine/unpack.c                services_ocf_exitcode_str(orig_exit_status), history->rsc->id,
id               4459 lib/pengine/unpack.c     history.id = ID(xml_op);
id               4460 lib/pengine/unpack.c     if (history.id == NULL) {
id               4462 lib/pengine/unpack.c                 rsc->id, pe__node_name(node));
id               4470 lib/pengine/unpack.c                 XML_LRM_ATTR_TASK, history.id, rsc->id, pe__node_name(node));
id               4479 lib/pengine/unpack.c                      history.id, rsc->id, pe__node_name(node), history.task);
id               4492 lib/pengine/unpack.c                  history.id, history.task, history.call_id, pe__node_name(node),
id               4500 lib/pengine/unpack.c                      rsc->id, pe__node_name(node));
id               4537 lib/pengine/unpack.c                          history.task, rsc->id, pe__node_name(node),
id               4539 lib/pengine/unpack.c                          history.id);
id               4585 lib/pengine/unpack.c                  pcmk__s(history.exit_reason, ""), rsc->id, pe__node_name(node),
id               4586 lib/pengine/unpack.c                  last_change_s, history.id);
id               4613 lib/pengine/unpack.c                        parent->id, pe__node_name(node),
id               4616 lib/pengine/unpack.c                        pcmk__s(history.exit_reason, ""), history.id);
id               4623 lib/pengine/unpack.c                     parent->id, services_ocf_exitcode_str(history.exit_status),
id               4625 lib/pengine/unpack.c                     pcmk__s(history.exit_reason, ""), history.id);
id               4633 lib/pengine/unpack.c                  rsc->id, pe__node_name(node), history.id,
id               4656 lib/pengine/unpack.c                         strdup(node->details->id));
id               4657 lib/pengine/unpack.c     if (pcmk__str_eq(node->details->id, data_set->dc_uuid, pcmk__str_casei)) {
id                120 lib/pengine/utils.c         other_node = pe_find_node_id(list, node->details->id);
id                136 lib/pengine/utils.c         other_node = pe_hash_table_lookup(result, node->details->id);
id                142 lib/pengine/utils.c             g_hash_table_insert(result, (gpointer) new_node->details->id, new_node);
id                164 lib/pengine/utils.c         g_hash_table_insert(result, (gpointer) new_node->details->id, new_node);
id                262 lib/pengine/utils.c                                         comment, rsc->id,
id                385 lib/pengine/utils.c     match = pe_hash_table_lookup(rsc->allowed_nodes, node->details->id);
id                388 lib/pengine/utils.c         g_hash_table_insert(rsc->allowed_nodes, (gpointer) match->details->id, match);
id                393 lib/pengine/utils.c                  tag, pcmk_readable_score(score), rsc->id, pe__node_name(node),
id                426 lib/pengine/utils.c                      rsc->id, pe__node_name(rsc->allocated_to));
id                464 lib/pengine/utils.c                          "because '%s' is not valid", rsc->id, value);
id                478 lib/pengine/utils.c                              "clones", rsc->id, value);
id                542 lib/pengine/utils.c     free(ticket->id);
id                570 lib/pengine/utils.c         ticket->id = strdup(ticket_id);
id                576 lib/pengine/utils.c         g_hash_table_insert(data_set->tickets, strdup(ticket->id), ticket);
id                585 lib/pengine/utils.c     return pcmk_is_set(rsc->flags, pe_rsc_unique)? rsc->id : ID(rsc->xml);
id                665 lib/pengine/utils.c         tag->id = strdup(tag_name);
id                681 lib/pengine/utils.c         crm_trace("Added: tag=%s ref=%s", tag->id, obj_ref);
id                879 lib/pengine/utils.c                 resources = g_list_prepend(resources, strdup(rsc->id));
id                899 lib/pengine/utils.c     const char *rsc_id = rsc->id;
id                210 lib/services/dbus.c     guint id = g_timeout_add(interval_ms, timer_popped, timeout);
id                212 lib/services/dbus.c     if (id) {
id                213 lib/services/dbus.c         dbus_timeout_set_data(timeout, GUINT_TO_POINTER(id), NULL);
id                223 lib/services/dbus.c     guint id = GPOINTER_TO_UINT(vid);
id                226 lib/services/dbus.c     if (id) {
id                227 lib/services/dbus.c         g_source_remove(id);
id                293 lib/services/services.c     op->id = pcmk__op_key(name, action, interval_ms);
id                413 lib/services/services.c services_alert_create(const char *id, const char *exec, int timeout,
id                418 lib/services/services.c     action->id = strdup(id);
id                420 lib/services/services.c     CRM_ASSERT((action->id != NULL) && (action->standard != NULL));
id                485 lib/services/services.c             crm_info("Lost pending %s DBus call (%p)", op->id, op->opaque->pending);
id                487 lib/services/services.c             crm_trace("Done with pending %s DBus call (%p)", op->id, op->opaque->pending);
id                493 lib/services/services.c         crm_trace("Updated pending %s DBus call (%p)", op->id, pending);
id                495 lib/services/services.c         crm_trace("Cleared pending %s DBus call", op->id);
id                518 lib/services/services.c                      op->standard, op->id);
id                521 lib/services/services.c                       op->standard, op->id);
id                600 lib/services/services.c               || (g_hash_table_lookup(recurring_actions, op->id) == NULL),
id                610 lib/services/services.c     free(op->id);
id                640 lib/services/services.c     crm_info("Cancelling %s operation %s", op->standard, op->id);
id                643 lib/services/services.c         g_hash_table_remove(recurring_actions, op->id);
id                667 lib/services/services.c     char *id = pcmk__op_key(name, action, interval_ms);
id                672 lib/services/services.c     op = g_hash_table_lookup(recurring_actions, id);
id                691 lib/services/services.c                  id, op->pid);
id                694 lib/services/services.c             crm_err("Termination of %s[%d] failed", id, op->pid);
id                727 lib/services/services.c     free(id);
id                735 lib/services/services.c     char *id = pcmk__op_key(name, action, interval_ms);
id                738 lib/services/services.c     op = g_hash_table_lookup(recurring_actions, id);
id                739 lib/services/services.c     free(id);
id                773 lib/services/services.c     dup = g_hash_table_lookup(recurring_actions, op->id);
id                888 lib/services/services.c         g_hash_table_replace(recurring_actions, op->id, op);
id                266 lib/services/services_linux.c         crm_trace("No fd for %s", op->id);
id                273 lib/services/services_linux.c         crm_trace("Reading %s stderr into offset %d", op->id, len);
id                278 lib/services/services_linux.c         crm_trace("Reading %s stdout into offset %d", op->id, len);
id                281 lib/services/services_linux.c         crm_trace("Reading %s %s into offset %d", op->id, is_stderr?"stderr":"stdout", len);
id                480 lib/services/services_linux.c     crm_debug("Scheduling another invocation of %s", op->id);
id                570 lib/services/services_linux.c                   op->id, op->pid, (is_stderr? "stderr" : "stdout"));
id                585 lib/services/services_linux.c     char *prefix = crm_strdup_printf("%s[%d] error output", op->id, op->pid);
id                673 lib/services/services_linux.c         crm_debug("%s[%d] exited with status %d", op->id, op->pid, exitcode);
id                682 lib/services/services_linux.c                  kind, op->id, op->pid, pcmk__readable_interval(op->timeout));
id                693 lib/services/services_linux.c                  op->id, op->pid, signo, strsignal(signo));
id                698 lib/services/services_linux.c                  op->id, op->pid, signo, strsignal(signo));
id                866 lib/services/services_linux.c             name = op->id;
id                931 lib/services/services_linux.c             crm_info("Could not reset scheduling policy for %s", op->id);
id                936 lib/services/services_linux.c         crm_info("Could not reset process priority for %s", op->id);
id                980 lib/services/services_linux.c                     op->id, op->opaque->gid, strerror(errno));
id                989 lib/services/services_linux.c                     "clear supplementary groups: %s", op->id, strerror(errno));
id                997 lib/services/services_linux.c                     "to %d: %s", op->id, op->opaque->uid, strerror(errno));
id               1009 lib/services/services_linux.c     crm_err("Unable to execute %s: %s", op->id, strerror(rc));
id               1042 lib/services/services_linux.c     crm_trace("Waiting for %s[%d]", op->id, op->pid);
id               1068 lib/services/services_linux.c                              op->id, op->pid, wait_reason);
id               1081 lib/services/services_linux.c                      CRM_XS " source=poll", op->id, op->pid, wait_reason);
id               1089 lib/services/services_linux.c     crm_trace("Stopped waiting for %s[%d]", op->id, op->pid);
id               1103 lib/services/services_linux.c                      op->id, op->pid, op->timeout);
id               1115 lib/services/services_linux.c                          op->id, op->pid, pcmk_rc_str(errno));
id               1127 lib/services/services_linux.c         crm_info("%s[%d] exited with status %d", op->id, op->pid, op->rc);
id               1136 lib/services/services_linux.c                  op->id, op->pid, signo, strsignal(signo));
id               1140 lib/services/services_linux.c             crm_warn("%s[%d] dumped core", op->id, op->pid);
id               1337 lib/services/services_linux.c     mainloop_child_add_with_flags(op->pid, op->timeout, op->id, op,
id               1341 lib/services/services_linux.c     op->opaque->stdout_gsource = mainloop_add_fd(op->id,
id               1345 lib/services/services_linux.c     op->opaque->stderr_gsource = mainloop_add_fd(op->id,
id                361 lib/services/systemd.c                      "DBus reply has unexpected type", op->agent, op->id);
id                401 lib/services/systemd.c     crm_trace("LoadUnit result for %s arrived", op->id);
id                760 lib/services/systemd.c     crm_trace("Result for %s arrived", op->id);
id                454 libltdl/loaders/dyld.c       const char *id;
id                457 libltdl/loaders/dyld.c       id = lt__header_get_instnam (_dyld_get_image_header (i));
id                458 libltdl/loaders/dyld.c       if (id && strneq (id, name))
id                 56 maint/gnulib/lib/glob.c # define sysconf(id) __sysconf (id)
id                 43 maint/gnulib/lib/idcache.c     } id;
id                 76 maint/gnulib/lib/idcache.c       if (tail->id.u == uid)
id                 88 maint/gnulib/lib/idcache.c       match->id.u = uid;
id                113 maint/gnulib/lib/idcache.c       return &tail->id.u;
id                137 maint/gnulib/lib/idcache.c       tail->id.u = pwent->pw_uid;
id                140 maint/gnulib/lib/idcache.c       return &tail->id.u;
id                158 maint/gnulib/lib/idcache.c       if (tail->id.g == gid)
id                170 maint/gnulib/lib/idcache.c       match->id.g = gid;
id                195 maint/gnulib/lib/idcache.c       return &tail->id.g;
id                219 maint/gnulib/lib/idcache.c       tail->id.g = grent->gr_gid;
id                222 maint/gnulib/lib/idcache.c       return &tail->id.g;
id               1022 maint/gnulib/lib/regex_internal.c   Idx i1, i2, is, id, delta, sbase;
id               1043 maint/gnulib/lib/regex_internal.c   id = dest->nelem - 1;
id               1049 maint/gnulib/lib/regex_internal.c 	  while (id >= 0 && dest->elems[id] > src1->elems[i1])
id               1050 maint/gnulib/lib/regex_internal.c 	    --id;
id               1052 maint/gnulib/lib/regex_internal.c 	  if (id < 0 || dest->elems[id] != src1->elems[i1])
id               1072 maint/gnulib/lib/regex_internal.c   id = dest->nelem - 1;
id               1080 maint/gnulib/lib/regex_internal.c   if (delta > 0 && id >= 0)
id               1083 maint/gnulib/lib/regex_internal.c 	if (dest->elems[is] > dest->elems[id])
id               1086 maint/gnulib/lib/regex_internal.c 	    dest->elems[id + delta--] = dest->elems[is--];
id               1093 maint/gnulib/lib/regex_internal.c 	    dest->elems[id + delta] = dest->elems[id];
id               1094 maint/gnulib/lib/regex_internal.c 	    if (--id < 0)
id               1113 maint/gnulib/lib/regex_internal.c   Idx i1, i2, id;
id               1131 maint/gnulib/lib/regex_internal.c   for (i1 = i2 = id = 0 ; i1 < src1->nelem && i2 < src2->nelem ;)
id               1135 maint/gnulib/lib/regex_internal.c 	  dest->elems[id++] = src2->elems[i2++];
id               1140 maint/gnulib/lib/regex_internal.c       dest->elems[id++] = src1->elems[i1++];
id               1144 maint/gnulib/lib/regex_internal.c       memcpy (dest->elems + id, src1->elems + i1,
id               1146 maint/gnulib/lib/regex_internal.c       id += src1->nelem - i1;
id               1150 maint/gnulib/lib/regex_internal.c       memcpy (dest->elems + id, src2->elems + i2,
id               1152 maint/gnulib/lib/regex_internal.c       id += src2->nelem - i2;
id               1154 maint/gnulib/lib/regex_internal.c   dest->nelem = id;
id               1165 maint/gnulib/lib/regex_internal.c   Idx is, id, sbase, delta;
id               1192 maint/gnulib/lib/regex_internal.c        is = src->nelem - 1, id = dest->nelem - 1; is >= 0 && id >= 0; )
id               1194 maint/gnulib/lib/regex_internal.c       if (dest->elems[id] == src->elems[is])
id               1195 maint/gnulib/lib/regex_internal.c 	is--, id--;
id               1196 maint/gnulib/lib/regex_internal.c       else if (dest->elems[id] < src->elems[is])
id               1199 maint/gnulib/lib/regex_internal.c 	--id;
id               1209 maint/gnulib/lib/regex_internal.c   id = dest->nelem - 1;
id               1220 maint/gnulib/lib/regex_internal.c       if (dest->elems[is] > dest->elems[id])
id               1223 maint/gnulib/lib/regex_internal.c 	  dest->elems[id + delta--] = dest->elems[is--];
id               1230 maint/gnulib/lib/regex_internal.c 	  dest->elems[id + delta] = dest->elems[id];
id               1231 maint/gnulib/lib/regex_internal.c 	  if (--id < 0)
id                677 maint/gnulib/lib/regex_internal.h #define re_node_set_remove(set,id) \
id                678 maint/gnulib/lib/regex_internal.h   (re_node_set_remove_at (set, re_node_set_contains (set, id) - 1))
id                 54 maint/gnulib/lib/spawni.c #  define seteuid(id) setresuid (-1, id, -1)
id                 57 maint/gnulib/lib/spawni.c #  define setegid(id) setresgid (-1, id, -1)
id                 59 maint/gnulib/lib/spawni.c # define local_seteuid(id) seteuid (id)
id                 60 maint/gnulib/lib/spawni.c # define local_setegid(id) setegid (id)
id                227 maint/gnulib/lib/stat-w32.c           FILE_ID_INFO id;
id                228 maint/gnulib/lib/stat-w32.c           if (GetFileInformationByHandleExFunc (h, FileIdInfo, &id, sizeof (id)))
id                230 maint/gnulib/lib/stat-w32.c               buf->st_dev = id.VolumeSerialNumber;
id                231 maint/gnulib/lib/stat-w32.c               verify (sizeof (ino_t) == sizeof (id.FileId));
id                232 maint/gnulib/lib/stat-w32.c               memcpy (&buf->st_ino, &id.FileId, sizeof (ino_t));
id                222 maint/gnulib/lib/textstyle.in.h                               _GL_ATTRIBUTE_MAYBE_UNUSED const char *id)
id                375 maint/gnulib/lib/textstyle.in.h                             _GL_ATTRIBUTE_MAYBE_UNUSED const char *id)
id                319 maint/gnulib/lib/timevar.c   for (unsigned /* timevar_id_t */ id = 0; id < (unsigned) TIMEVAR_LAST; ++id)
id                323 maint/gnulib/lib/timevar.c       if ((timevar_id_t) id == tv_total)
id                327 maint/gnulib/lib/timevar.c       struct timevar_def *tv = &timevars[(timevar_id_t) id];
id                 43 maint/gnulib/tests/signature.h # define SIGNATURE_CHECK1(fn, ret, args, id) \
id                 44 maint/gnulib/tests/signature.h   SIGNATURE_CHECK2 (fn, ret, args, id) /* macroexpand line */
id                 45 maint/gnulib/tests/signature.h # define SIGNATURE_CHECK2(fn, ret, args, id) \
id                 46 maint/gnulib/tests/signature.h   _GL_UNUSED static ret (*signature_check ## id) args = fn
id                444 maint/gnulib/tests/test-lock.c   int id = (int) (intptr_t) arg;
id                450 maint/gnulib/tests/test-lock.c       gl_lock_lock (ready_lock[id]);
id                451 maint/gnulib/tests/test-lock.c       ready[id] = 1;
id                452 maint/gnulib/tests/test-lock.c       gl_lock_unlock (ready_lock[id]);
id                336 maint/gnulib/tests/test-mtx.c   int id = (int) (intptr_t) arg;
id                342 maint/gnulib/tests/test-mtx.c       ASSERT (mtx_lock (&ready_lock[id]) == thrd_success);
id                343 maint/gnulib/tests/test-mtx.c       ready[id] = 1;
id                344 maint/gnulib/tests/test-mtx.c       ASSERT (mtx_unlock (&ready_lock[id]) == thrd_success);
id                111 maint/gnulib/tests/test-pthread-once2.c   int id = (int) (intptr_t) arg;
id                117 maint/gnulib/tests/test-pthread-once2.c       ASSERT (pthread_mutex_lock (&ready_lock[id]) == 0);
id                118 maint/gnulib/tests/test-pthread-once2.c       ready[id] = 1;
id                119 maint/gnulib/tests/test-pthread-once2.c       ASSERT (pthread_mutex_unlock (&ready_lock[id]) == 0);
id                 94 maint/gnulib/tests/test-pthread-tss.c   unsigned int id = (unsigned int) (uintptr_t) arg;
id                103 maint/gnulib/tests/test-pthread-tss.c       values[i] = (((unsigned int) rand () >> 3) % 1000000) * THREAD_COUNT + id;
id                105 maint/gnulib/tests/test-pthread-tss.c       if ((values[i] % THREAD_COUNT) != id)
id                152 maint/gnulib/tests/test-pthread-tss.c         != id)
id                321 maint/gnulib/tests/test-pthread-tss.c   unsigned int id = (unsigned int) (uintptr_t) arg;
id                322 maint/gnulib/tests/test-pthread-tss.c   pthread_key_t *keys = dtorcheck_keys[id]; /* an array of KEYS_COUNT keys */
id                330 maint/gnulib/tests/test-pthread-tss.c                                  (void *) (uintptr_t) (10 * id + i + 1))
id                340 maint/gnulib/tests/test-pthread-tss.c   unsigned int id;
id                347 maint/gnulib/tests/test-pthread-tss.c   for (id = 0; id < THREAD_COUNT; id++)
id                348 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_create (&threads[id], NULL,
id                349 maint/gnulib/tests/test-pthread-tss.c                             dtorcheck1_thread, (void *) (uintptr_t) id)
id                353 maint/gnulib/tests/test-pthread-tss.c   for (id = 0; id < THREAD_COUNT; id++)
id                354 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_join (threads[id], NULL) == 0);
id                357 maint/gnulib/tests/test-pthread-tss.c   for (id = 0; id < THREAD_COUNT; id++)
id                359 maint/gnulib/tests/test-pthread-tss.c       ASSERT (pthread_key_delete (dtorcheck_keys[id][i]) == 0);
id                374 maint/gnulib/tests/test-pthread-tss.c   unsigned int id = (unsigned int) (uintptr_t) arg;
id                375 maint/gnulib/tests/test-pthread-tss.c   pthread_key_t *keys = dtorcheck_keys[id]; /* an array of KEYS_COUNT keys */
id                379 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_key_create (&keys[i], destructor_table[id]) == 0);
id                383 maint/gnulib/tests/test-pthread-tss.c                                  (void *) (uintptr_t) (10 * i + id + 1))
id                393 maint/gnulib/tests/test-pthread-tss.c   unsigned int id;
id                400 maint/gnulib/tests/test-pthread-tss.c   for (id = 0; id < THREAD_COUNT; id++)
id                401 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_create (&threads[id], NULL,
id                402 maint/gnulib/tests/test-pthread-tss.c                             dtorcheck2_thread, (void *) (uintptr_t) id)
id                406 maint/gnulib/tests/test-pthread-tss.c   for (id = 0; id < THREAD_COUNT; id++)
id                407 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_join (threads[id], NULL) == 0);
id                410 maint/gnulib/tests/test-pthread-tss.c   for (id = 0; id < THREAD_COUNT; id++)
id                412 maint/gnulib/tests/test-pthread-tss.c       ASSERT (pthread_key_delete (dtorcheck_keys[id][i]) == 0);
id                448 maint/gnulib/tests/test-pthread-tss.c   unsigned int id = (unsigned int) (uintptr_t) arg;
id                449 maint/gnulib/tests/test-pthread-tss.c   pthread_key_t *keys = racecheck_keys[id]; /* an array of KEYS_COUNT keys */
id                459 maint/gnulib/tests/test-pthread-tss.c                                    (void *) (uintptr_t) (10 * id + i + 1))
id                470 maint/gnulib/tests/test-pthread-tss.c                                    (void *) (uintptr_t) (10 * id + i + 1))
id                482 maint/gnulib/tests/test-pthread-tss.c   unsigned int id;
id                489 maint/gnulib/tests/test-pthread-tss.c   for (id = 0; id < THREAD_COUNT; id++)
id                490 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_create (&threads[id], NULL,
id                491 maint/gnulib/tests/test-pthread-tss.c                             racecheck_thread, (void *) (uintptr_t) id)
id                495 maint/gnulib/tests/test-pthread-tss.c   for (id = 0; id < THREAD_COUNT; id++)
id                496 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_join (threads[id], NULL) == 0);
id                499 maint/gnulib/tests/test-pthread-tss.c   for (id = 0; id < THREAD_COUNT; id++)
id                501 maint/gnulib/tests/test-pthread-tss.c       ASSERT (pthread_key_delete (racecheck_keys[id][i]) == 0);
id                 95 maint/gnulib/tests/test-thread_local.c   unsigned int id = (unsigned int) (uintptr_t) arg;
id                105 maint/gnulib/tests/test-thread_local.c       *values[i] = (((unsigned int) rand () >> 3) % 1000000) * THREAD_COUNT + id;
id                107 maint/gnulib/tests/test-thread_local.c       if ((*values[i] % THREAD_COUNT) != id)
id                133 maint/gnulib/tests/test-thread_local.c     if ((*values[i] % THREAD_COUNT) != id)
id                 91 maint/gnulib/tests/test-tls.c   unsigned int id = (unsigned int) (uintptr_t) arg;
id                100 maint/gnulib/tests/test-tls.c       values[i] = (((unsigned int) rand () >> 3) % 1000000) * THREAD_COUNT + id;
id                102 maint/gnulib/tests/test-tls.c       if ((values[i] % THREAD_COUNT) != id)
id                146 maint/gnulib/tests/test-tls.c     if ((*(unsigned int *) gl_tls_get (mykeys[i]) % THREAD_COUNT) != id)
id                309 maint/gnulib/tests/test-tls.c   unsigned int id = (unsigned int) (uintptr_t) arg;
id                310 maint/gnulib/tests/test-tls.c   gl_tls_key_t *keys = dtorcheck_keys[id]; /* an array of KEYS_COUNT keys */
id                317 maint/gnulib/tests/test-tls.c     gl_tls_set (keys[i], (void *) (uintptr_t) (10 * id + i + 1));
id                326 maint/gnulib/tests/test-tls.c   unsigned int id;
id                333 maint/gnulib/tests/test-tls.c   for (id = 0; id < THREAD_COUNT; id++)
id                334 maint/gnulib/tests/test-tls.c     threads[id] = gl_thread_create (dtorcheck1_thread, (void *) (uintptr_t) id);
id                337 maint/gnulib/tests/test-tls.c   for (id = 0; id < THREAD_COUNT; id++)
id                338 maint/gnulib/tests/test-tls.c     gl_thread_join (threads[id], NULL);
id                341 maint/gnulib/tests/test-tls.c   for (id = 0; id < THREAD_COUNT; id++)
id                343 maint/gnulib/tests/test-tls.c       gl_tls_key_destroy (dtorcheck_keys[id][i]);
id                358 maint/gnulib/tests/test-tls.c   unsigned int id = (unsigned int) (uintptr_t) arg;
id                359 maint/gnulib/tests/test-tls.c   gl_tls_key_t *keys = dtorcheck_keys[id]; /* an array of KEYS_COUNT keys */
id                363 maint/gnulib/tests/test-tls.c     gl_tls_key_init (keys[i], destructor_table[id]);
id                366 maint/gnulib/tests/test-tls.c     gl_tls_set (keys[i], (void *) (uintptr_t) (10 * i + id + 1));
id                375 maint/gnulib/tests/test-tls.c   unsigned int id;
id                382 maint/gnulib/tests/test-tls.c   for (id = 0; id < THREAD_COUNT; id++)
id                383 maint/gnulib/tests/test-tls.c     threads[id] = gl_thread_create (dtorcheck2_thread, (void *) (uintptr_t) id);
id                386 maint/gnulib/tests/test-tls.c   for (id = 0; id < THREAD_COUNT; id++)
id                387 maint/gnulib/tests/test-tls.c     gl_thread_join (threads[id], NULL);
id                390 maint/gnulib/tests/test-tls.c   for (id = 0; id < THREAD_COUNT; id++)
id                392 maint/gnulib/tests/test-tls.c       gl_tls_key_destroy (dtorcheck_keys[id][i]);
id                424 maint/gnulib/tests/test-tls.c   unsigned int id = (unsigned int) (uintptr_t) arg;
id                425 maint/gnulib/tests/test-tls.c   gl_tls_key_t *keys = racecheck_keys[id]; /* an array of KEYS_COUNT keys */
id                434 maint/gnulib/tests/test-tls.c       gl_tls_set (keys[i], (void *) (uintptr_t) (10 * id + i + 1));
id                443 maint/gnulib/tests/test-tls.c       gl_tls_set (keys[i], (void *) (uintptr_t) (10 * id + i + 1));
id                454 maint/gnulib/tests/test-tls.c   unsigned int id;
id                461 maint/gnulib/tests/test-tls.c   for (id = 0; id < THREAD_COUNT; id++)
id                462 maint/gnulib/tests/test-tls.c     threads[id] = gl_thread_create (racecheck_thread, (void *) (uintptr_t) id);
id                465 maint/gnulib/tests/test-tls.c   for (id = 0; id < THREAD_COUNT; id++)
id                466 maint/gnulib/tests/test-tls.c     gl_thread_join (threads[id], NULL);
id                469 maint/gnulib/tests/test-tls.c   for (id = 0; id < THREAD_COUNT; id++)
id                471 maint/gnulib/tests/test-tls.c       gl_tls_key_destroy (racecheck_keys[id][i]);
id                 91 maint/gnulib/tests/test-tss.c   unsigned int id = (unsigned int) (uintptr_t) arg;
id                100 maint/gnulib/tests/test-tss.c       values[i] = (((unsigned int) rand () >> 3) % 1000000) * THREAD_COUNT + id;
id                102 maint/gnulib/tests/test-tss.c       if ((values[i] % THREAD_COUNT) != id)
id                146 maint/gnulib/tests/test-tss.c     if ((*(unsigned int *) tss_get (mykeys[i]) % THREAD_COUNT) != id)
id                310 maint/gnulib/tests/test-tss.c   unsigned int id = (unsigned int) (uintptr_t) arg;
id                311 maint/gnulib/tests/test-tss.c   tss_t *keys = dtorcheck_keys[id]; /* an array of KEYS_COUNT keys */
id                318 maint/gnulib/tests/test-tss.c     ASSERT (tss_set (keys[i], (void *) (uintptr_t) (10 * id + i + 1))
id                328 maint/gnulib/tests/test-tss.c   unsigned int id;
id                335 maint/gnulib/tests/test-tss.c   for (id = 0; id < THREAD_COUNT; id++)
id                336 maint/gnulib/tests/test-tss.c     ASSERT (thrd_create (&threads[id], dtorcheck1_thread, (void *) (uintptr_t) id)
id                340 maint/gnulib/tests/test-tss.c   for (id = 0; id < THREAD_COUNT; id++)
id                341 maint/gnulib/tests/test-tss.c     ASSERT (thrd_join (threads[id], NULL) == thrd_success);
id                344 maint/gnulib/tests/test-tss.c   for (id = 0; id < THREAD_COUNT; id++)
id                346 maint/gnulib/tests/test-tss.c       tss_delete (dtorcheck_keys[id][i]);
id                361 maint/gnulib/tests/test-tss.c   unsigned int id = (unsigned int) (uintptr_t) arg;
id                362 maint/gnulib/tests/test-tss.c   tss_t *keys = dtorcheck_keys[id]; /* an array of KEYS_COUNT keys */
id                366 maint/gnulib/tests/test-tss.c     ASSERT (tss_create (&keys[i], destructor_table[id]) == thrd_success);
id                369 maint/gnulib/tests/test-tss.c     ASSERT (tss_set (keys[i], (void *) (uintptr_t) (10 * i + id + 1))
id                379 maint/gnulib/tests/test-tss.c   unsigned int id;
id                386 maint/gnulib/tests/test-tss.c   for (id = 0; id < THREAD_COUNT; id++)
id                387 maint/gnulib/tests/test-tss.c     ASSERT (thrd_create (&threads[id], dtorcheck2_thread, (void *) (uintptr_t) id)
id                391 maint/gnulib/tests/test-tss.c   for (id = 0; id < THREAD_COUNT; id++)
id                392 maint/gnulib/tests/test-tss.c     ASSERT (thrd_join (threads[id], NULL) == thrd_success);
id                395 maint/gnulib/tests/test-tss.c   for (id = 0; id < THREAD_COUNT; id++)
id                397 maint/gnulib/tests/test-tss.c       tss_delete (dtorcheck_keys[id][i]);
id                429 maint/gnulib/tests/test-tss.c   unsigned int id = (unsigned int) (uintptr_t) arg;
id                430 maint/gnulib/tests/test-tss.c   tss_t *keys = racecheck_keys[id]; /* an array of KEYS_COUNT keys */
id                439 maint/gnulib/tests/test-tss.c       ASSERT (tss_set (keys[i], (void *) (uintptr_t) (10 * id + i + 1))
id                449 maint/gnulib/tests/test-tss.c       ASSERT (tss_set (keys[i], (void *) (uintptr_t) (10 * id + i + 1))
id                461 maint/gnulib/tests/test-tss.c   unsigned int id;
id                468 maint/gnulib/tests/test-tss.c   for (id = 0; id < THREAD_COUNT; id++)
id                469 maint/gnulib/tests/test-tss.c     ASSERT (thrd_create (&threads[id], racecheck_thread, (void *) (uintptr_t) id)
id                473 maint/gnulib/tests/test-tss.c   for (id = 0; id < THREAD_COUNT; id++)
id                474 maint/gnulib/tests/test-tss.c     ASSERT (thrd_join (threads[id], NULL) == thrd_success);
id                477 maint/gnulib/tests/test-tss.c   for (id = 0; id < THREAD_COUNT; id++)
id                479 maint/gnulib/tests/test-tss.c       tss_delete (racecheck_keys[id][i]);
id                 84 tools/cibadmin.c         const char *id = crm_element_value(xml, XML_ATTR_ID);
id                 93 tools/cibadmin.c         } else if (id) {
id                 94 tools/cibadmin.c             printf("%s\n", id);
id               1811 tools/crm_mon.c     const char *id = NULL;
id               1822 tools/crm_mon.c     id = pe__xe_history_key(rsc_op);
id               1832 tools/crm_mon.c         crm_err("Invalid event %s detected for %s", magic, id);
id               1836 tools/crm_mon.c     if (parse_op_key(id, &rsc, &task, NULL) == FALSE) {
id               1837 tools/crm_mon.c         crm_err("Invalid event detected for %s", id);
id               1860 tools/crm_mon.c         crm_err("No node detected for event %s (%s)", magic, id);
id                214 tools/crm_mon_curses.c curses_list_item(pcmk__output_t *out, const char *id, const char *format, ...) {
id                221 tools/crm_mon_curses.c     if (id != NULL) {
id                222 tools/crm_mon_curses.c         curses_indented_printf(out, "%s: ", id);
id                182 tools/crm_node.c             if (reply->data.node_info.id == 0) {
id                188 tools/crm_node.c             printf("%d\n", reply->data.node_info.id);
id                239 tools/crm_node.c                            (unsigned long) node->id, uname, state);
id                333 tools/crm_node.c cib_remove_node(long id, const char *name)
id                342 tools/crm_node.c     if(name == NULL && id == 0) {
id                351 tools/crm_node.c     if (id > 0) {
id                352 tools/crm_node.c         crm_xml_set_id(node, "%ld", id);
id                362 tools/crm_node.c                 name, id, pcmk_strerror(rc));
id                367 tools/crm_node.c                 name, id, pcmk_strerror(rc));
id               1029 tools/crm_resource.c               rsc->id, options.rsc_id, (options.host_uname? options.host_uname: "all nodes"));
id               1336 tools/crm_resource.c               rsc->id, options.rsc_id, (options.host_uname? options.host_uname: "all nodes"));
id               2020 tools/crm_resource.c                          " returning the default value for %s", rsc->id,
id               2025 tools/crm_resource.c             crm_debug("Looking up %s in %s", options.prop_name, rsc->id);
id                 26 tools/crm_resource_print.c     const char *id = crm_element_value(xml_obj, XML_ATTR_ID);
id                 28 tools/crm_resource_print.c     if (id == NULL) {
id                 82 tools/crm_resource_print.c               crm_element_name(rsc->xml), rsc->id,
id                 83 tools/crm_resource_print.c               rsc->clone_name ? rsc->clone_name : rsc->id, rsc->parent ? rsc->parent->id : "NA",
id                147 tools/crm_resource_print.c         out->err(out, "Attribute '%s' not found for '%s'", attr, rsc->id);
id                238 tools/crm_resource_print.c         out->err(out, "Attribute '%s' not found for '%s'", attr, rsc->id);
id                454 tools/crm_resource_print.c                        parent->id);
id                459 tools/crm_resource_print.c                        parent->id);
id                464 tools/crm_resource_print.c                        parent->id);
id                469 tools/crm_resource_print.c                        parent->id, checks->lock_node);
id                476 tools/crm_resource_print.c                        parent->id,
id                493 tools/crm_resource_print.c                                                    "id", parent->id,
id                612 tools/crm_resource_print.c                 out->list_item(out, "reason", "Resource %s is not running", rsc->id);
id                614 tools/crm_resource_print.c                 out->list_item(out, "reason", "Resource %s is running", rsc->id);
id                625 tools/crm_resource_print.c                            rsc->id, host_uname);
id                628 tools/crm_resource_print.c                            rsc->id, host_uname);
id                643 tools/crm_resource_print.c                            rsc->id, host_uname);
id                650 tools/crm_resource_print.c                            rsc->id, host_uname);
id                663 tools/crm_resource_print.c                        rsc->id, (hosts? "" : "not "));
id                697 tools/crm_resource_print.c                                            "id", rsc->id,
id                729 tools/crm_resource_print.c                                            "id", rsc->id,
id                742 tools/crm_resource_print.c                                            "id", rsc->id,
id                771 tools/crm_resource_print.c         out->list_item(out, "resource", "%s", rsc->id);
id                 58 tools/crm_resource_runtime.c                && !pcmk__str_eq(requested_name, rsc->id, pcmk__str_casei)) {
id                169 tools/crm_resource_runtime.c     char *lookup_id = clone_strip(rsc->id);
id                225 tools/crm_resource_runtime.c                       cmd, attr_name, rsc->id, rsc_id);
id                232 tools/crm_resource_runtime.c             lookup_id = clone_strip(child->id); /* Could be a cloned group! */
id                268 tools/crm_resource_runtime.c     const char *top_id = pe__const_top_resource(rsc, false)->id;
id                338 tools/crm_resource_runtime.c         lookup_id = clone_strip(rsc->id); /* Could be a cloned group! */
id                422 tools/crm_resource_runtime.c                 crm_debug("Checking %s %d", cons->id, cons->score);
id                426 tools/crm_resource_runtime.c                               attr_name, attr_value, cons->dependent->id);
id                428 tools/crm_resource_runtime.c                                                   cons->dependent->id, NULL,
id                454 tools/crm_resource_runtime.c                            pe__const_top_resource(rsc, false)->id, NULL,
id                487 tools/crm_resource_runtime.c         lookup_id = clone_strip(rsc->id);
id                595 tools/crm_resource_runtime.c         rsc_long_id = rsc->id;
id                597 tools/crm_resource_runtime.c         rsc_api_id = rsc->id;
id                622 tools/crm_resource_runtime.c     const char *name = (rsc->clone_name? rsc->clone_name : rsc->id);
id                694 tools/crm_resource_runtime.c             if (!fail_rsc || !pcmk__str_eq(rsc_id, fail_rsc->id, pcmk__str_casei)) {
id                825 tools/crm_resource_runtime.c                  rsc->id, host_uname);
id                831 tools/crm_resource_runtime.c                  rsc->id, host_uname);
id                837 tools/crm_resource_runtime.c                  rsc->id, host_uname);
id                844 tools/crm_resource_runtime.c                  rsc->id, host_uname, pcmk_rc_str(rc));
id                849 tools/crm_resource_runtime.c         rc = clear_rsc_failures(out, controld_api, host_uname, rsc->id, operation,
id                852 tools/crm_resource_runtime.c         rc = clear_rsc_history(controld_api, host_uname, rsc->id, data_set);
id                856 tools/crm_resource_runtime.c                  rsc->id, host_uname, pcmk_strerror(rc));
id                858 tools/crm_resource_runtime.c         out->info(out, "Cleaned up %s on %s", rsc->id, host_uname);
id               1099 tools/crm_resource_runtime.c         if (pcmk__strcase_any_of(host, node->details->uname, node->details->id, NULL)) {
id               1100 tools/crm_resource_runtime.c             crm_trace("Resource %s is running on %s\n", rsc->id, host);
id               1106 tools/crm_resource_runtime.c         crm_trace("Resource %s is not running on: %s\n", rsc->id, host);
id               1110 tools/crm_resource_runtime.c         crm_trace("Resource %s is not running\n", rsc->id);
id               1145 tools/crm_resource_runtime.c             active = g_list_append(active, strdup(rsc->id));
id               1321 tools/crm_resource_runtime.c                 crm_trace("Calculated new delay of %.1fs due to %s", seconds, child->id);
id               1327 tools/crm_resource_runtime.c         char *key = crm_strdup_printf("%s_%s_0", rsc->id, RSC_STOP);
id               1358 tools/crm_resource_runtime.c             crm_trace("Calculated new delay of %.1fs due to %s", seconds, rsc->id);
id               1419 tools/crm_resource_runtime.c     const char *id = rsc->clone_name ? rsc->clone_name : rsc->id;
id               1433 tools/crm_resource_runtime.c             lookup_id = strdup(rsc->id);
id               1435 tools/crm_resource_runtime.c             lookup_id = clone_strip(rsc->id);
id               1445 tools/crm_resource_runtime.c             out->err(out, "%s is not running on %s and so cannot be restarted", id, host);
id               1447 tools/crm_resource_runtime.c             out->err(out, "%s is not running anywhere and so cannot be restarted", id);
id               1452 tools/crm_resource_runtime.c     rsc_id = strdup(rsc->id);
id               1455 tools/crm_resource_runtime.c         lookup_id = strdup(rsc->id);
id               1457 tools/crm_resource_runtime.c         lookup_id = clone_strip(rsc->id);
id               1466 tools/crm_resource_runtime.c             lookup_id = strdup(parent->id);
id               1757 tools/crm_resource_runtime.c                       a->id, a->uuid, pe__node_name(a->node));
id               1759 tools/crm_resource_runtime.c             out->info(out, "\tAction %d: %s", a->id, a->uuid);
id               2022 tools/crm_resource_runtime.c                          rsc_action, rsc->id);
id               2056 tools/crm_resource_runtime.c     rid = pe_rsc_is_anon_clone(rsc->parent)? requested_name : rsc->id;
id               2086 tools/crm_resource_runtime.c             out->info(out, "Using parent '%s' for move instead of '%s'.", rsc->id, rsc_id);
id               2087 tools/crm_resource_runtime.c             rsc_id = p->id;
id               2151 tools/crm_resource_runtime.c               rsc->id, (promoted_role_only? " (promoted)" : ""),
id                281 tools/crm_ticket.c         fprintf(stdout, "%s\n", ticket->id);
id                286 tools/crm_ticket.c             ticket->id, ticket->granted ? "granted" : "revoked",