uuid               97 daemons/attrd/attrd_commands.c         free(a->uuid);
uuid              121 daemons/attrd/attrd_commands.c     if (dup && (dup->uuid == NULL)) {
uuid              148 daemons/attrd/attrd_commands.c     crm_xml_add(xml, PCMK__XA_ATTR_UUID, a->uuid);
uuid              192 daemons/attrd/attrd_commands.c     a->uuid    = crm_element_value_copy(xml, PCMK__XA_ATTR_UUID);
uuid              989 daemons/attrd/attrd_commands.c                   known_peer->uname, known_peer->uuid);
uuid             1208 daemons/attrd/attrd_commands.c     if (a->uuid) {
uuid             1209 daemons/attrd/attrd_commands.c         crm_xml_set_id(xml_obj, "%s", a->uuid);
uuid             1339 daemons/attrd/attrd_commands.c         if (peer->uuid == NULL) {
uuid             1350 daemons/attrd/attrd_commands.c                   peer->uname, peer->uuid, peer->id, v->nodeid);
uuid             1351 daemons/attrd/attrd_commands.c         build_update_element(xml_top, a, peer->uuid, v->current);
uuid             1373 daemons/attrd/attrd_commands.c                  a->id, (a->uuid? a->uuid : "n/a"), (a->set? a->set : "n/a"));
uuid             1383 daemons/attrd/attrd_commands.c                  a->id, (a->uuid? a->uuid : "n/a"), (a->set? a->set : "n/a"));
uuid               86 daemons/attrd/pacemaker-attrd.h     char *uuid; /* TODO: Remove if at all possible */
uuid              247 daemons/controld/controld_callbacks.c         crm_action_t *down = match_down_event(node->uuid);
uuid              299 daemons/controld/controld_callbacks.c             fail_incompletable_actions(transition_graph, node->uuid);
uuid               74 daemons/controld/controld_control.c             fsa_our_uuid = cluster->uuid;
uuid               75 daemons/controld/controld_control.c             if(cluster->uuid == NULL) {
uuid              827 daemons/controld/controld_execd.c     crm_xml_add(xml_data, XML_ATTR_ID, peer->uuid);
uuid             2444 daemons/controld/controld_execd.c     const char *uuid = NULL;
uuid             2453 daemons/controld/controld_execd.c         uuid = fsa_our_uuid;
uuid             2457 daemons/controld/controld_execd.c         uuid = node_name;
uuid             2461 daemons/controld/controld_execd.c     CRM_LOG_ASSERT(uuid != NULL);
uuid             2462 daemons/controld/controld_execd.c     if(uuid == NULL) {
uuid             2467 daemons/controld/controld_execd.c     crm_xml_add(iter, XML_ATTR_UUID,  uuid);
uuid             2472 daemons/controld/controld_execd.c     crm_xml_add(iter, XML_ATTR_ID, uuid);
uuid              171 daemons/controld/controld_fencing.c send_stonith_update(crm_action_t *action, const char *target, const char *uuid)
uuid              186 daemons/controld/controld_fencing.c     CRM_CHECK(uuid != NULL, return);
uuid              201 daemons/controld/controld_fencing.c     if (peer->uuid == NULL) {
uuid              202 daemons/controld/controld_fencing.c         crm_info("Recording uuid '%s' for node '%s'", uuid, target);
uuid              203 daemons/controld/controld_fencing.c         peer->uuid = strdup(uuid);
uuid              220 daemons/controld/controld_fencing.c     crm_xml_add(node_state, XML_ATTR_UUID, uuid);
uuid              338 daemons/controld/controld_fencing.c         const char *uuid = crm_peer_uuid(target_node);
uuid              341 daemons/controld/controld_fencing.c         send_stonith_update(NULL, target, uuid);
uuid              514 daemons/controld/controld_fencing.c         const char *uuid = NULL;
uuid              523 daemons/controld/controld_fencing.c         uuid = crm_peer_uuid(peer);
uuid              528 daemons/controld/controld_fencing.c             send_stonith_update(NULL, st_event->target, uuid);
uuid              560 daemons/controld/controld_fencing.c                 send_stonith_update(NULL, st_event->target, uuid);
uuid              712 daemons/controld/controld_fencing.c     char *uuid = NULL;
uuid              733 daemons/controld/controld_fencing.c     CRM_CHECK(decode_transition_key(userdata, &uuid, &transition_id, &stonith_id, NULL),
uuid              736 daemons/controld/controld_fencing.c     if (transition_graph->complete || stonith_id < 0 || !pcmk__str_eq(uuid, te_uuid, pcmk__str_casei)
uuid              751 daemons/controld/controld_fencing.c         const char *uuid = crm_element_value(action->xml, XML_LRM_ATTR_TARGET_UUID);
uuid              769 daemons/controld/controld_fencing.c                 if (g_hash_table_lookup(crm_remote_peer_cache, uuid) != NULL) {
uuid              786 daemons/controld/controld_fencing.c                 send_stonith_update(action, target, uuid);
uuid              821 daemons/controld/controld_fencing.c     free(uuid);
uuid              845 daemons/controld/controld_fencing.c     const char *uuid = NULL;
uuid              854 daemons/controld/controld_fencing.c     uuid = crm_element_value(action->xml, XML_LRM_ATTR_TARGET_UUID);
uuid              858 daemons/controld/controld_fencing.c     CRM_CHECK(uuid != NULL, invalid_action = TRUE);
uuid              145 daemons/controld/controld_join_dc.c                  current_join_id, member->uuid);
uuid               53 daemons/controld/controld_membership.c         if(node && node->uuid) {
uuid               54 daemons/controld/controld_membership.c             fail_incompletable_actions(transition_graph, node->uuid);
uuid              243 daemons/controld/controld_membership.c             if (node->uuid
uuid              244 daemons/controld/controld_membership.c                 && pcmk__str_eq(node->uuid, node_uuid, pcmk__str_casei)
uuid              319 daemons/controld/controld_membership.c             crm_trace("Creating node entry for %s/%s", node->uname, node->uuid);
uuid              320 daemons/controld/controld_membership.c             if(node->uuid && node->uname) {
uuid              325 daemons/controld/controld_membership.c                 crm_xml_add(new_node, XML_ATTR_ID, node->uuid);
uuid              332 daemons/controld/controld_membership.c                          node->uname, node->uuid);
uuid              336 daemons/controld/controld_membership.c                 fsa_register_cib_callback(call_id, FALSE, strdup(node->uuid),
uuid              479 daemons/controld/controld_messages.c                   const char *client_name, const char *ref, const char *uuid)
uuid              490 daemons/controld/controld_messages.c                  field, (ref? ref : "none"), uuid);
uuid              519 daemons/controld/controld_messages.c     const char *uuid = (curr_client? curr_client->id : proxy_session);
uuid              521 daemons/controld/controld_messages.c     if (uuid == NULL) {
uuid              537 daemons/controld/controld_messages.c                  CRM_XS " ref=%s uuid=%s", (ref? ref : "none"), uuid);
uuid              541 daemons/controld/controld_messages.c                            uuid)) {
uuid              545 daemons/controld/controld_messages.c                            uuid)) {
uuid              853 daemons/controld/controld_messages.c         crm_xml_add(reply, XML_ATTR_UUID, node->uuid);
uuid               66 daemons/controld/controld_te_events.c                     router_uuid = node->uuid;
uuid             1607 daemons/fenced/pacemaker-fenced.c     free(cluster->uuid);
uuid               57 include/crm/cib/util.h int query_node_uuid(cib_t * the_cib, const char *uname, char **uuid, int *is_remote_node);
uuid               59 include/crm/cib/util.h int query_node_uname(cib_t * the_cib, const char *uuid, char **uname);
uuid               61 include/crm/cib/util.h int set_standby(cib_t * the_cib, const char *uuid, const char *scope, const char *standby_value);
uuid               54 include/crm/cluster.h     char *uuid;                 // Node UUID to ensure uniqueness
uuid               78 include/crm/cluster.h     char *uuid;
uuid              163 include/crm/cluster.h const char *crm_peer_uname(const char *uuid);
uuid              223 include/crm/common/ipc.h xmlNode *create_hello_message(const char *uuid, const char *client_name,
uuid               68 include/crm/common/ipc_controld.h             const char *uuid;
uuid               62 include/crm/common/util.h gboolean decode_transition_key(const char *key, char **uuid, int *transition_id,
uuid               64 include/crm/common/util.h gboolean decode_transition_magic(const char *magic, char **uuid,
uuid               62 include/crm/pengine/internal.h                                              "Action", (action)->uuid,      \
uuid               71 include/crm/pengine/internal.h                                                "Action", (action)->uuid,    \
uuid               96 include/crm/pengine/internal.h                                              "Action", (action)->uuid,      \
uuid              105 include/crm/pengine/internal.h                                                "Action", (action)->uuid,    \
uuid              128 include/crm/pengine/internal.h                                          (gr_action)->uuid, graph_flags,    \
uuid              135 include/crm/pengine/internal.h                                            (gr_action)->uuid, graph_flags,     \
uuid              415 include/crm/pengine/internal.h extern pe_action_t *find_first_action(GList *input, const char *uuid, const char *task,
uuid              416 include/crm/pengine/pe_types.h     char *uuid;
uuid              399 lib/cib/cib_attrs.c get_uuid_from_result(xmlNode *result, char **uuid, int *is_remote)
uuid              451 lib/cib/cib_attrs.c         if (uuid) {
uuid              452 lib/cib/cib_attrs.c             *uuid = strdup(parsed_uuid);
uuid              484 lib/cib/cib_attrs.c query_node_uuid(cib_t * the_cib, const char *uname, char **uuid, int *is_remote_node)
uuid              493 lib/cib/cib_attrs.c     if (uuid) {
uuid              494 lib/cib/cib_attrs.c         *uuid = NULL;
uuid              504 lib/cib/cib_attrs.c         rc = get_uuid_from_result(xml_search, uuid, is_remote_node);
uuid              516 lib/cib/cib_attrs.c         crm_info("Mapped node name '%s' to UUID %s", uname, (uuid? *uuid : ""));
uuid              522 lib/cib/cib_attrs.c query_node_uname(cib_t * the_cib, const char *uuid, char **uname)
uuid              531 lib/cib/cib_attrs.c     CRM_ASSERT(uuid != NULL);
uuid              554 lib/cib/cib_attrs.c             if (pcmk__str_eq(uuid, child_name, pcmk__str_casei)) {
uuid              570 lib/cib/cib_attrs.c set_standby(cib_t * the_cib, const char *uuid, const char *scope, const char *standby_value)
uuid              575 lib/cib/cib_attrs.c     CRM_CHECK(uuid != NULL, return -EINVAL);
uuid              580 lib/cib/cib_attrs.c         attr_id = crm_strdup_printf("transient-standby-%.256s", uuid);
uuid              584 lib/cib/cib_attrs.c         attr_id = crm_strdup_printf("standby-%.256s", uuid);
uuid              587 lib/cib/cib_attrs.c     rc = update_attr_delegate(the_cib, cib_sync_call, scope, uuid, NULL, NULL,
uuid               40 lib/cluster/cluster.c     char *uuid = NULL;
uuid               46 lib/cluster/cluster.c     if (peer->uuid != NULL) {
uuid               47 lib/cluster/cluster.c         return peer->uuid;
uuid               53 lib/cluster/cluster.c             uuid = pcmk__corosync_uuid(peer);
uuid               63 lib/cluster/cluster.c     peer->uuid = uuid;
uuid               64 lib/cluster/cluster.c     return peer->uuid;
uuid              221 lib/cluster/cluster.c crm_peer_uname(const char *uuid)
uuid              226 lib/cluster/cluster.c     CRM_CHECK(uuid != NULL, return NULL);
uuid              229 lib/cluster/cluster.c     if (g_hash_table_lookup(crm_remote_peer_cache, uuid)) {
uuid              230 lib/cluster/cluster.c         return uuid;
uuid              236 lib/cluster/cluster.c         if (pcmk__str_eq(node->uuid, uuid, pcmk__str_casei)) {
uuid              249 lib/cluster/cluster.c         if ((pcmk__scan_ll(uuid, &id, 0LL) != pcmk_rc_ok)
uuid              251 lib/cluster/cluster.c             crm_err("Invalid Corosync node ID '%s'", uuid);
uuid              258 lib/cluster/cluster.c                      node->uname, node->id, uuid);
uuid              259 lib/cluster/cluster.c             node->uuid = strdup(uuid);
uuid              484 lib/cluster/corosync.c     cluster->uuid = pcmk__corosync_uuid(peer);
uuid              312 lib/cluster/election.c     crm_xml_add(vote, F_CRM_ELECTION_OWNER, our_node->uuid);
uuid              551 lib/cluster/election.c                    && pcmk__str_eq(our_node->uuid, vote.election_owner,
uuid              130 lib/cluster/membership.c     node->uuid = strdup(node_name);
uuid              131 lib/cluster/membership.c     if (node->uuid == NULL) {
uuid              138 lib/cluster/membership.c     g_hash_table_replace(crm_remote_peer_cache, node->uuid, node);
uuid              395 lib/cluster/membership.c     free(node->uuid);
uuid              753 lib/cluster/membership.c     if(node->uuid == NULL) {
uuid              754 lib/cluster/membership.c         const char *uuid = crm_peer_uuid(node);
uuid              756 lib/cluster/membership.c         if (uuid) {
uuid              757 lib/cluster/membership.c             crm_info("Node %u has uuid %s", id, uuid);
uuid             1140 lib/cluster/membership.c             if(strcasecmp(node->uuid, id) == 0) {
uuid             1175 lib/cluster/membership.c     } else if (id && by_name->uuid
uuid             1176 lib/cluster/membership.c                && pcmk__str_eq(id, by_name->uuid, pcmk__str_casei)) {
uuid             1215 lib/cluster/membership.c         node->uuid = strdup(id);
uuid             1216 lib/cluster/membership.c         CRM_ASSERT(node->uuid != NULL);
uuid              104 lib/common/ipc_controld.c     data->data.node_info.uuid = crm_element_value(msg_data, XML_ATTR_UUID);
uuid              578 lib/common/ipc_controld.c create_hello_message(const char *uuid, const char *client_name,
uuid              584 lib/common/ipc_controld.c     if (pcmk__str_empty(uuid) || pcmk__str_empty(client_name)
uuid              589 lib/common/ipc_controld.c                 uuid? uuid : "unknown");
uuid              596 lib/common/ipc_controld.c                 "Message data creation failed", client_name, uuid);
uuid              603 lib/common/ipc_controld.c     crm_xml_add(hello_node, "client_uuid", uuid);
uuid              605 lib/common/ipc_controld.c     hello = create_request(CRM_OP_HELLO, hello_node, NULL, NULL, client_name, uuid);
uuid              608 lib/common/ipc_controld.c                 "Request creation failed", client_name, uuid);
uuid              613 lib/common/ipc_controld.c     crm_trace("Created hello message from %s (UUID %s)", client_name, uuid);
uuid              255 lib/common/operations.c decode_transition_magic(const char *magic, char **uuid, int *transition_id, int *action_id,
uuid              288 lib/common/operations.c         result = decode_transition_key(key, uuid, transition_id, action_id,
uuid              318 lib/common/operations.c decode_transition_key(const char *key, char **uuid, int *transition_id, int *action_id,
uuid              327 lib/common/operations.c     if (uuid) {
uuid              328 lib/common/operations.c         *uuid = NULL;
uuid              349 lib/common/operations.c     if (uuid) {
uuid              350 lib/common/operations.c         *uuid = strdup(local_uuid);
uuid              351 lib/common/operations.c         CRM_ASSERT(*uuid);
uuid              554 lib/common/utils.c     unsigned char uuid[16];
uuid              557 lib/common/utils.c     uuid_generate(uuid);
uuid              558 lib/common/utils.c     uuid_unparse(uuid, buffer);
uuid             2060 lib/common/xml.c         char *uuid = crm_generate_uuid();
uuid             2062 lib/common/xml.c         f = crm_strdup_printf("%s/%s", pcmk__get_tmpdir(), uuid);
uuid             2064 lib/common/xml.c         free(uuid);
uuid              836 lib/pacemaker/pcmk_output.c                     __func__, lineno, stop->uuid);                      \
uuid             1799 lib/pacemaker/pcmk_sched_allocate.c             pe_rsc_trace(rsc, "LH-Side was: %s", lh_action->uuid);
uuid             1807 lib/pacemaker/pcmk_sched_allocate.c         pe_rsc_trace(rsc, "Detected dangling operation %s -> %s", lh_action->uuid,
uuid             1821 lib/pacemaker/pcmk_sched_allocate.c             crm_warn("Unrunnable %s 0x%.6x", rh_action_iter->uuid, type);
uuid             1823 lib/pacemaker/pcmk_sched_allocate.c             crm_warn("neither %s 0x%.6x", rh_action_iter->uuid, type);
uuid             1941 lib/pacemaker/pcmk_sched_allocate.c               action->task, action->uuid,
uuid             2105 lib/pacemaker/pcmk_sched_allocate.c               action->task, action->uuid,
uuid             2302 lib/pacemaker/pcmk_sched_allocate.c             crm_trace("Container ordering for %s", action->uuid);
uuid             2306 lib/pacemaker/pcmk_sched_allocate.c             crm_trace("Remote ordering for %s", action->uuid);
uuid             2441 lib/pacemaker/pcmk_sched_allocate.c                   lh_action ? lh_action->uuid : lh_action_task,
uuid             2442 lib/pacemaker/pcmk_sched_allocate.c                   rh_action ? rh_action->uuid : rh_action_task,
uuid             2492 lib/pacemaker/pcmk_sched_allocate.c               probe->uuid,
uuid             2494 lib/pacemaker/pcmk_sched_allocate.c               after->uuid,
uuid             2586 lib/pacemaker/pcmk_sched_allocate.c                   after->uuid,
uuid             2588 lib/pacemaker/pcmk_sched_allocate.c                   after_wrapper->action->uuid,
uuid             2737 lib/pacemaker/pcmk_sched_allocate.c                     crm_trace("Testing %s -> %s (%p) for %s", first->uuid, before->action->uuid, before->action->rsc, start->uuid);
uuid             2745 lib/pacemaker/pcmk_sched_allocate.c                 crm_trace("Not a start op %s for %s", first->uuid, start->uuid);
uuid             2752 lib/pacemaker/pcmk_sched_allocate.c                 crm_trace("Same parent %s for %s", first_rsc->id, start->uuid);
uuid             2756 lib/pacemaker/pcmk_sched_allocate.c                 crm_trace("Not a clone %s for %s", first_rsc->id, start->uuid);
uuid             2760 lib/pacemaker/pcmk_sched_allocate.c             crm_err("Applying %s before %s %d", first->uuid, start->uuid, uber_parent(first_rsc)->variant);
uuid             2765 lib/pacemaker/pcmk_sched_allocate.c                 crm_err("Ordering %s before %s", first->uuid, probe->uuid);
uuid             3014 lib/pacemaker/pcmk_sched_allocate.c                          action->uuid);
uuid              660 lib/pacemaker/pcmk_sched_bundle.c     if (pcmk__ends_with(first->uuid, "_stopped_0")
uuid              661 lib/pacemaker/pcmk_sched_bundle.c         || pcmk__ends_with(first->uuid, "_demoted_0")) {
uuid              676 lib/pacemaker/pcmk_sched_bundle.c             crm_debug("No match found for %s (%d / %s / %s)", then_child->id, current, first->uuid, then->uuid);
uuid              762 lib/pacemaker/pcmk_sched_bundle.c                           first_action->uuid,
uuid              764 lib/pacemaker/pcmk_sched_bundle.c                           then_action->uuid,
uuid              797 lib/pacemaker/pcmk_sched_bundle.c         crm_trace("Not interleaving %s with %s (both must be resources)", first->uuid, then->uuid);
uuid              800 lib/pacemaker/pcmk_sched_bundle.c         crm_trace("Not interleaving %s with %s (must belong to different resources)", first->uuid, then->uuid);
uuid              803 lib/pacemaker/pcmk_sched_bundle.c         crm_trace("Not interleaving %s with %s (both sides must be clones or bundles)", first->uuid, then->uuid);
uuid              807 lib/pacemaker/pcmk_sched_bundle.c     if (pcmk__ends_with(then->uuid, "_stop_0")
uuid              808 lib/pacemaker/pcmk_sched_bundle.c         || pcmk__ends_with(then->uuid, "_demote_0")) {
uuid              817 lib/pacemaker/pcmk_sched_bundle.c               first->uuid, then->uuid, interleave ? "yes" : "no", rsc->id);
uuid              830 lib/pacemaker/pcmk_sched_bundle.c     crm_trace("%s -> %s", first->uuid, then->uuid);
uuid              776 lib/pacemaker/pcmk_sched_clone.c             pe_rsc_trace(rsc, "Skipping optional: %s", action->uuid);
uuid              781 lib/pacemaker/pcmk_sched_clone.c             pe_rsc_trace(rsc, "Skipping unrunnable: %s", action->uuid);
uuid              785 lib/pacemaker/pcmk_sched_clone.c             pe_rsc_trace(rsc, "Stopping due to: %s", action->uuid);
uuid              791 lib/pacemaker/pcmk_sched_clone.c                              action->uuid,
uuid              795 lib/pacemaker/pcmk_sched_clone.c                 pe_rsc_trace(rsc, "Starting due to: %s", action->uuid);
uuid              797 lib/pacemaker/pcmk_sched_clone.c                              action->uuid,
uuid             1228 lib/pacemaker/pcmk_sched_clone.c         char *key = action->uuid;
uuid             1277 lib/pacemaker/pcmk_sched_clone.c                      node ? node->details->uname : "none", child_action?child_action->uuid:"NA");
uuid             1283 lib/pacemaker/pcmk_sched_clone.c                 pe_rsc_trace(child, "%s is mandatory because of %s", action->uuid,
uuid             1284 lib/pacemaker/pcmk_sched_clone.c                              child_action->uuid);
uuid             1295 lib/pacemaker/pcmk_sched_clone.c         pe_rsc_trace(action->rsc, "%s is not runnable because no children are", action->uuid);
uuid             1609 lib/pacemaker/pcmk_sched_constraints.c               lh_rsc?lh_rsc->id:"NA", lh_action_task?lh_action_task:"NA", lh_action?lh_action->uuid:"NA",
uuid             1610 lib/pacemaker/pcmk_sched_constraints.c               rh_rsc?rh_rsc->id:"NA", rh_action_task?rh_action_task:"NA", rh_action?rh_action->uuid:"NA");
uuid             1624 lib/pacemaker/pcmk_sched_constraints.c         order->lh_action_task = strdup(lh_action->uuid);
uuid             1628 lib/pacemaker/pcmk_sched_constraints.c         order->rh_action_task = strdup(rh_action->uuid);
uuid               65 lib/pacemaker/pcmk_sched_graph.c     char *uuid = NULL;
uuid              115 lib/pacemaker/pcmk_sched_graph.c             uuid = pcmk__notify_key(rid, "confirmed-post", task2text(task + 1));
uuid              118 lib/pacemaker/pcmk_sched_graph.c             uuid = pcmk__op_key(rid, task2text(task + 1), 0);
uuid              120 lib/pacemaker/pcmk_sched_graph.c         pe_rsc_trace(rsc, "Converted %s -> %s", old_uuid, uuid);
uuid              124 lib/pacemaker/pcmk_sched_graph.c     if (uuid == NULL) {
uuid              125 lib/pacemaker/pcmk_sched_graph.c         uuid = strdup(old_uuid);
uuid              134 lib/pacemaker/pcmk_sched_graph.c     return uuid;
uuid              158 lib/pacemaker/pcmk_sched_graph.c         char *uuid = NULL;
uuid              160 lib/pacemaker/pcmk_sched_graph.c         uuid = convert_non_atomic_uuid(action->uuid, rsc, notify, FALSE);
uuid              161 lib/pacemaker/pcmk_sched_graph.c         if (uuid) {
uuid              162 lib/pacemaker/pcmk_sched_graph.c             pe_rsc_trace(rsc, "Converting %s to %s %d", action->uuid, uuid,
uuid              164 lib/pacemaker/pcmk_sched_graph.c             result = find_first_action(rsc->actions, uuid, NULL, NULL);
uuid              166 lib/pacemaker/pcmk_sched_graph.c                 crm_err("Couldn't expand %s to %s in %s", action->uuid, uuid, rsc->id);
uuid              169 lib/pacemaker/pcmk_sched_graph.c             free(uuid);
uuid              220 lib/pacemaker/pcmk_sched_graph.c             pe_rsc_trace(then->rsc, "implies right: %s then %s: changed", first->uuid, then->uuid);
uuid              222 lib/pacemaker/pcmk_sched_graph.c             crm_trace("implies right: %s then %s %p", first->uuid, then->uuid, then->rsc);
uuid              234 lib/pacemaker/pcmk_sched_graph.c             pe_rsc_trace(then->rsc, "restart: %s then %s: changed", first->uuid, then->uuid);
uuid              236 lib/pacemaker/pcmk_sched_graph.c             crm_trace("restart: %s then %s", first->uuid, then->uuid);
uuid              249 lib/pacemaker/pcmk_sched_graph.c                          first->uuid, pcmk_is_set(first_flags, pe_action_optional),
uuid              250 lib/pacemaker/pcmk_sched_graph.c                          then->uuid, pcmk_is_set(then_flags, pe_action_optional));
uuid              258 lib/pacemaker/pcmk_sched_graph.c             pe_rsc_trace(then->rsc, "implies left: %s then %s: changed", first->uuid, then->uuid);
uuid              261 lib/pacemaker/pcmk_sched_graph.c                       first->uuid, pcmk_is_set(first_flags, pe_action_optional),
uuid              262 lib/pacemaker/pcmk_sched_graph.c                       then->uuid, pcmk_is_set(then_flags, pe_action_optional));
uuid              277 lib/pacemaker/pcmk_sched_graph.c                          "%s then %s: changed", first->uuid, then->uuid);
uuid              280 lib/pacemaker/pcmk_sched_graph.c                       "%s then %s", first->uuid, then->uuid);
uuid              306 lib/pacemaker/pcmk_sched_graph.c             pe_rsc_trace(then->rsc, "runnable_one_or_more: %s then %s: changed", first->uuid,
uuid              307 lib/pacemaker/pcmk_sched_graph.c                          then->uuid);
uuid              309 lib/pacemaker/pcmk_sched_graph.c             crm_trace("runnable_one_or_more: %s then %s", first->uuid, then->uuid);
uuid              320 lib/pacemaker/pcmk_sched_graph.c                          first->uuid, then->uuid, first->rsc->id);
uuid              325 lib/pacemaker/pcmk_sched_graph.c             pe_rsc_trace(then->rsc, "Enforcing %s then %s", first->uuid, then->uuid);
uuid              332 lib/pacemaker/pcmk_sched_graph.c             pe_rsc_trace(then->rsc, "runnable: %s then %s: changed", first->uuid, then->uuid);
uuid              334 lib/pacemaker/pcmk_sched_graph.c             crm_trace("runnable: %s then %s", first->uuid, then->uuid);
uuid              352 lib/pacemaker/pcmk_sched_graph.c             pe_rsc_trace(then->rsc, "runnable: %s then %s: changed", first->uuid, then->uuid);
uuid              354 lib/pacemaker/pcmk_sched_graph.c             crm_trace("runnable: %s then %s", first->uuid, then->uuid);
uuid              366 lib/pacemaker/pcmk_sched_graph.c             pe_rsc_trace(then->rsc, "optional: %s then %s: changed", first->uuid, then->uuid);
uuid              368 lib/pacemaker/pcmk_sched_graph.c             crm_trace("optional: %s then %s", first->uuid, then->uuid);
uuid              380 lib/pacemaker/pcmk_sched_graph.c             pe_rsc_trace(then->rsc, "optional: %s then %s: changed", first->uuid, then->uuid);
uuid              382 lib/pacemaker/pcmk_sched_graph.c             crm_trace("optional: %s then %s", first->uuid, then->uuid);
uuid              393 lib/pacemaker/pcmk_sched_graph.c             pe_rsc_trace(then->rsc, "optional: %s then %s: changed", first->uuid, then->uuid);
uuid              395 lib/pacemaker/pcmk_sched_graph.c             crm_trace("optional: %s then %s", first->uuid, then->uuid);
uuid              408 lib/pacemaker/pcmk_sched_graph.c             pe_rsc_trace(then->rsc, "asymmetrical: %s then %s: changed", first->uuid, then->uuid);
uuid              410 lib/pacemaker/pcmk_sched_graph.c             crm_trace("asymmetrical: %s then %s", first->uuid, then->uuid);
uuid              418 lib/pacemaker/pcmk_sched_graph.c         crm_trace("%s implies %s printed", first->uuid, then->uuid);
uuid              427 lib/pacemaker/pcmk_sched_graph.c         crm_trace("%s implies %s printed", then->uuid, first->uuid);
uuid              447 lib/pacemaker/pcmk_sched_graph.c             pe_rsc_trace(then->rsc, "unmanaged left: %s then %s: changed", first->uuid, then->uuid);
uuid              449 lib/pacemaker/pcmk_sched_graph.c             crm_trace("unmanaged left: %s then %s", first->uuid, then->uuid);
uuid              534 lib/pacemaker/pcmk_sched_graph.c               then->uuid,
uuid              576 lib/pacemaker/pcmk_sched_graph.c                 crm_trace("First: Found node %s for %s", first_node->details->uname, first->uuid);
uuid              583 lib/pacemaker/pcmk_sched_graph.c                 crm_trace("Then: Found node %s for %s", then_node->details->uname, then->uuid);
uuid              592 lib/pacemaker/pcmk_sched_graph.c                        other->action->uuid, first_node->details->uname,
uuid              593 lib/pacemaker/pcmk_sched_graph.c                        then->uuid, then_node->details->uname);
uuid              617 lib/pacemaker/pcmk_sched_graph.c             crm_trace("Ordering %s after %s instead of %s", then->uuid, first->uuid,
uuid              618 lib/pacemaker/pcmk_sched_graph.c                       other->action->uuid);
uuid              625 lib/pacemaker/pcmk_sched_graph.c                   then->uuid,
uuid              630 lib/pacemaker/pcmk_sched_graph.c                   first->uuid,
uuid              668 lib/pacemaker/pcmk_sched_graph.c                       other->action->uuid, then->uuid, first->uuid, then->uuid);
uuid              677 lib/pacemaker/pcmk_sched_graph.c                       first->uuid,
uuid              701 lib/pacemaker/pcmk_sched_graph.c                   then->uuid,
uuid              738 lib/pacemaker/pcmk_sched_graph.c             pe_rsc_trace(action->rsc, "Skipping %s: maintenance mode", action->uuid);
uuid              742 lib/pacemaker/pcmk_sched_graph.c                          action->uuid, node->details->uname);
uuid              751 lib/pacemaker/pcmk_sched_graph.c             pe_rsc_trace(action->rsc, "Skipping %s: unmanaged", action->uuid);
uuid              755 lib/pacemaker/pcmk_sched_graph.c         pe_rsc_trace(action->rsc, "Ordering %s before shutdown on %s", action->uuid,
uuid             1118 lib/pacemaker/pcmk_sched_graph.c             CRM_CHECK(n_type != NULL, crm_err("No notify type value found for %s", action->uuid));
uuid             1120 lib/pacemaker/pcmk_sched_graph.c                       crm_err("No notify operation value found for %s", action->uuid));
uuid             1132 lib/pacemaker/pcmk_sched_graph.c         CRM_CHECK(clone_key != NULL, crm_err("Could not generate a key for %s", action->uuid));
uuid             1134 lib/pacemaker/pcmk_sched_graph.c         crm_xml_add(action_xml, "internal_" XML_LRM_ATTR_TASK_KEY, action->uuid);
uuid             1138 lib/pacemaker/pcmk_sched_graph.c         crm_xml_add(action_xml, XML_LRM_ATTR_TASK_KEY, action->uuid);
uuid             1386 lib/pacemaker/pcmk_sched_graph.c         crm_trace("Action %s (%d) already dumped", action->uuid, action->id);
uuid             1419 lib/pacemaker/pcmk_sched_graph.c                           action->uuid, action->id,
uuid             1420 lib/pacemaker/pcmk_sched_graph.c                           wrapper->action->uuid, wrapper->action->id);
uuid             1428 lib/pacemaker/pcmk_sched_graph.c                   action->uuid, action->id);
uuid             1434 lib/pacemaker/pcmk_sched_graph.c                   action->uuid, action->id);
uuid             1447 lib/pacemaker/pcmk_sched_graph.c                       action->uuid, action->id, action->rsc->id);
uuid             1461 lib/pacemaker/pcmk_sched_graph.c                action->uuid, action->id);
uuid             1468 lib/pacemaker/pcmk_sched_graph.c                   action->uuid, action->id, action->node->details->uname);
uuid             1474 lib/pacemaker/pcmk_sched_graph.c                   action->uuid, action->id, action->node->details->uname);
uuid             1479 lib/pacemaker/pcmk_sched_graph.c                action->uuid, action->id);
uuid             1489 lib/pacemaker/pcmk_sched_graph.c                action->uuid, action->id);
uuid             1548 lib/pacemaker/pcmk_sched_graph.c                   action->uuid, action->id,
uuid             1549 lib/pacemaker/pcmk_sched_graph.c                   input->action->uuid, input->action->id);
uuid             1554 lib/pacemaker/pcmk_sched_graph.c                && !pcmk__str_eq(input->action->uuid, CRM_OP_PROBED, pcmk__str_casei)) {
uuid             1557 lib/pacemaker/pcmk_sched_graph.c                   action->uuid, action->id,
uuid             1558 lib/pacemaker/pcmk_sched_graph.c                   input->action->uuid, input->action->id);
uuid             1565 lib/pacemaker/pcmk_sched_graph.c                   action->uuid, action->id,
uuid             1566 lib/pacemaker/pcmk_sched_graph.c                   input->action->uuid, input->action->id);
uuid             1573 lib/pacemaker/pcmk_sched_graph.c                   action->uuid, action->id,
uuid             1574 lib/pacemaker/pcmk_sched_graph.c                   input->action->uuid, input->action->id);
uuid             1581 lib/pacemaker/pcmk_sched_graph.c                   action->uuid, action->id,
uuid             1582 lib/pacemaker/pcmk_sched_graph.c                   input->action->uuid, input->action->id);
uuid             1589 lib/pacemaker/pcmk_sched_graph.c                   action->uuid, action->id,
uuid             1590 lib/pacemaker/pcmk_sched_graph.c                   input->action->uuid, input->action->id);
uuid             1595 lib/pacemaker/pcmk_sched_graph.c                && pcmk__ends_with(input->action->uuid, "_stop_0")) {
uuid             1598 lib/pacemaker/pcmk_sched_graph.c                   action->uuid, action->id,
uuid             1599 lib/pacemaker/pcmk_sched_graph.c                   input->action->uuid, input->action->id);
uuid             1617 lib/pacemaker/pcmk_sched_graph.c                           action->uuid, action->id,
uuid             1618 lib/pacemaker/pcmk_sched_graph.c                           input->action->uuid, input->action->id,
uuid             1629 lib/pacemaker/pcmk_sched_graph.c                       action->uuid, action->id,
uuid             1630 lib/pacemaker/pcmk_sched_graph.c                       input->action->uuid, input->action->id,
uuid             1639 lib/pacemaker/pcmk_sched_graph.c                       action->uuid, action->id,
uuid             1640 lib/pacemaker/pcmk_sched_graph.c                       input->action->uuid, input->action->id);
uuid             1650 lib/pacemaker/pcmk_sched_graph.c                       action->uuid, action->id,
uuid             1651 lib/pacemaker/pcmk_sched_graph.c                       input->action->uuid, input->action->id,
uuid             1660 lib/pacemaker/pcmk_sched_graph.c                       action->uuid, action->id,
uuid             1661 lib/pacemaker/pcmk_sched_graph.c                       input->action->uuid, input->action->id);
uuid             1670 lib/pacemaker/pcmk_sched_graph.c                && pcmk__ends_with(input->action->uuid, "_stop_0")
uuid             1674 lib/pacemaker/pcmk_sched_graph.c                  input->action->uuid, action->uuid);
uuid             1683 lib/pacemaker/pcmk_sched_graph.c                   action->uuid, action->id,
uuid             1684 lib/pacemaker/pcmk_sched_graph.c                   input->action->uuid, input->action->id);
uuid             1689 lib/pacemaker/pcmk_sched_graph.c               action->uuid, action->id,
uuid             1690 lib/pacemaker/pcmk_sched_graph.c               input->action->uuid, input->action->id,
uuid             1707 lib/pacemaker/pcmk_sched_graph.c                   input->action->uuid,
uuid             1709 lib/pacemaker/pcmk_sched_graph.c                   action->uuid,
uuid             1722 lib/pacemaker/pcmk_sched_graph.c                   action->uuid,
uuid             1724 lib/pacemaker/pcmk_sched_graph.c                   init_action->uuid,
uuid             1733 lib/pacemaker/pcmk_sched_graph.c               action->uuid,
uuid             1735 lib/pacemaker/pcmk_sched_graph.c               input->action->uuid,
uuid             1738 lib/pacemaker/pcmk_sched_graph.c               init_action->uuid,
uuid             1758 lib/pacemaker/pcmk_sched_graph.c                   input->action->uuid,
uuid             1760 lib/pacemaker/pcmk_sched_graph.c                   action->uuid,
uuid             1815 lib/pacemaker/pcmk_sched_graph.c                       input->action->uuid, input->action->id,
uuid             1816 lib/pacemaker/pcmk_sched_graph.c                       action->uuid, action->id);
uuid              211 lib/pacemaker/pcmk_sched_group.c             pe_rsc_trace(action->rsc, "Based on %s the group is stopping", action->uuid);
uuid              216 lib/pacemaker/pcmk_sched_group.c             pe_rsc_trace(action->rsc, "Based on %s the group is starting", action->uuid);
uuid              441 lib/pacemaker/pcmk_sched_group.c                 pe_rsc_trace(action->rsc, "%s is mandatory because of %s", action->uuid,
uuid              442 lib/pacemaker/pcmk_sched_group.c                              child_action->uuid);
uuid              451 lib/pacemaker/pcmk_sched_group.c                 pe_rsc_trace(action->rsc, "%s is not runnable because of %s", action->uuid,
uuid              452 lib/pacemaker/pcmk_sched_group.c                              child_action->uuid);
uuid              460 lib/pacemaker/pcmk_sched_group.c                          action->uuid, task_s, child->id);
uuid              765 lib/pacemaker/pcmk_sched_native.c                      start->uuid);
uuid              839 lib/pacemaker/pcmk_sched_native.c     key = mon->uuid;
uuid              841 lib/pacemaker/pcmk_sched_native.c         pe_rsc_trace(rsc, "%s\t   %s (optional)", node_uname, mon->uuid);
uuid              846 lib/pacemaker/pcmk_sched_native.c                      node_uname, mon->uuid);
uuid              851 lib/pacemaker/pcmk_sched_native.c                      node_uname, mon->uuid);
uuid             1035 lib/pacemaker/pcmk_sched_native.c                 crm_trace("%s then %s on %s", probe->uuid, stopped_mon->uuid, stop_node->details->uname);
uuid             1056 lib/pacemaker/pcmk_sched_native.c                           crm_str(stop_node_uname), stopped_mon->uuid);
uuid             1080 lib/pacemaker/pcmk_sched_native.c             pe_rsc_trace(rsc, "%s\t   %s (optional)", crm_str(stop_node_uname), stopped_mon->uuid);
uuid             1085 lib/pacemaker/pcmk_sched_native.c                          crm_str(stop_node_uname), stopped_mon->uuid);
uuid             1548 lib/pacemaker/pcmk_sched_native.c                       rsc->id, unfence->uuid);
uuid             1566 lib/pacemaker/pcmk_sched_native.c                                 NULL, strdup(unfence->uuid), unfence,
uuid             1569 lib/pacemaker/pcmk_sched_native.c             custom_action_order(NULL, strdup(unfence->uuid), unfence,
uuid             2101 lib/pacemaker/pcmk_sched_native.c                  first->uuid, then->uuid, reason);
uuid             2136 lib/pacemaker/pcmk_sched_native.c                  first->uuid, first->node ? first->node->details->uname : "[none]",
uuid             2137 lib/pacemaker/pcmk_sched_native.c                  first->flags, then->uuid, then->flags);
uuid             2165 lib/pacemaker/pcmk_sched_native.c             pe_rsc_trace(then->rsc, "Unset optional and runnable on %s", then->uuid);
uuid             2180 lib/pacemaker/pcmk_sched_native.c                          first->uuid, then->uuid);
uuid             2188 lib/pacemaker/pcmk_sched_native.c                          first->uuid, then->uuid);
uuid             2202 lib/pacemaker/pcmk_sched_native.c                 pe_rsc_trace(first->rsc, "Unset migrate runnable on %s because of %s", first->uuid, then->uuid);
uuid             2207 lib/pacemaker/pcmk_sched_native.c                          first->uuid, then->uuid);
uuid             2217 lib/pacemaker/pcmk_sched_native.c             pe_rsc_trace(then->rsc, "Unset runnable on %s because %s is neither runnable or migratable", first->uuid, then->uuid);
uuid             2222 lib/pacemaker/pcmk_sched_native.c             pe_rsc_trace(then->rsc, "Unset optional on %s because %s is not optional", first->uuid, then->uuid);
uuid             2233 lib/pacemaker/pcmk_sched_native.c             pe_rsc_trace(then->rsc, "Unset pseudo on %s because %s is not runnable", then->uuid, first->uuid);
uuid             2242 lib/pacemaker/pcmk_sched_native.c         pe_rsc_trace(then->rsc, "Unset runnable on %s because of %s", then->uuid, first->uuid);
uuid             2255 lib/pacemaker/pcmk_sched_native.c                      then->uuid, first->uuid);
uuid             2267 lib/pacemaker/pcmk_sched_native.c                      then->uuid, then->node ? then->node->details->uname : "[none]", then->flags,
uuid             2268 lib/pacemaker/pcmk_sched_native.c                      then_flags, first->uuid, first->flags);
uuid             2280 lib/pacemaker/pcmk_sched_native.c                      first->uuid, first->node ? first->node->details->uname : "[none]",
uuid             2281 lib/pacemaker/pcmk_sched_native.c                      first->flags, first_flags, then->uuid, then->flags);
uuid             2375 lib/pacemaker/pcmk_sched_native.c                     __func__, lineno, stop->uuid);                      \
uuid             2934 lib/pacemaker/pcmk_sched_native.c                     pe_rsc_debug(rsc, "Ordering %s after %s recovery", action->uuid,
uuid             3010 lib/pacemaker/pcmk_sched_native.c                      action->uuid, (order_implicit? "after" : "because"),
uuid             3087 lib/pacemaker/pcmk_sched_native.c                             action->uuid, target->details->uname);
uuid              226 lib/pacemaker/pcmk_sched_notif.c         pe_rsc_trace(rsc, "Skipping notification for %s: not runnable", op->uuid);
uuid              233 lib/pacemaker/pcmk_sched_notif.c     pe_rsc_trace(rsc, "Creating notify actions for %s: %s (%s-%s)", op->uuid, rsc->id, value, task);
uuid              243 lib/pacemaker/pcmk_sched_notif.c     pe_rsc_trace(rsc, "Ordering %s before %s (%d->%d)", op->uuid, trigger->uuid, trigger->id,
uuid              277 lib/pacemaker/pcmk_sched_notif.c                 pe_rsc_trace(rsc, "Skipping %s: interval", mon->uuid);
uuid              280 lib/pacemaker/pcmk_sched_notif.c                 pe_rsc_trace(rsc, "Skipping %s: cancel", mon->uuid);
uuid              794 lib/pacemaker/pcmk_sched_notif.c     crm_info("Creating secondary notification for %s", action->uuid);
uuid              155 lib/pacemaker/pcmk_sched_transition.c inject_node_state(cib_t * cib_conn, const char *node, const char *uuid)
uuid              179 lib/pacemaker/pcmk_sched_transition.c         if (uuid == NULL) {
uuid              182 lib/pacemaker/pcmk_sched_transition.c             found_uuid = strdup(uuid);
uuid              630 lib/pacemaker/pcmk_sched_transition.c     char *uuid = crm_element_value_copy(action->xml, XML_LRM_ATTR_TARGET_UUID);
uuid              640 lib/pacemaker/pcmk_sched_transition.c         free(node); free(uuid);
uuid              673 lib/pacemaker/pcmk_sched_transition.c     cib_node = inject_node_state(fake_cib, node, (router_node? node : uuid));
uuid              680 lib/pacemaker/pcmk_sched_transition.c         free(node); free(uuid);
uuid              739 lib/pacemaker/pcmk_sched_transition.c     free(node); free(uuid);
uuid              315 lib/pacemaker/pcmk_sched_utils.c             crm_debug("Processing %s", op->uuid);
uuid              394 lib/pacemaker/pcmk_sched_utils.c                       desc, action->id, action->uuid,
uuid              414 lib/pacemaker/pcmk_sched_utils.c                       desc, action->id, action->uuid,
uuid              377 lib/pengine/failcounts.c                rsc->id, node->details->uname, reason, clear->uuid);
uuid             3047 lib/pengine/unpack.c                      fail2text(action->on_fail), action->uuid, key);
uuid              450 lib/pengine/utils.c                      action->uuid,
uuid              475 lib/pengine/utils.c         action->uuid = strdup(key);
uuid              495 lib/pengine/utils.c                 g_hash_table_insert(data_set->singletons, action->uuid, action);
uuid              551 lib/pengine/utils.c                              action->uuid, action->node->details->uname,
uuid              563 lib/pengine/utils.c                          action->uuid);
uuid              573 lib/pengine/utils.c                        action->uuid, action->node->details->uname);
uuid              585 lib/pengine/utils.c                        action->uuid, action->node->details->uname);
uuid              598 lib/pengine/utils.c                              action->uuid, action->node->details->uname);
uuid              602 lib/pengine/utils.c                              action->uuid, action->node->details->uname);
uuid              611 lib/pengine/utils.c             crm_trace("Action %s requires only stonith", action->uuid);
uuid              616 lib/pengine/utils.c                          action->uuid, action->node->details->uname);
uuid              623 lib/pengine/utils.c                              action->uuid, action->node->details->uname);
uuid              998 lib/pengine/utils.c                           "monitor's timeout '%s'", action->uuid, value);
uuid             1071 lib/pengine/utils.c                       "overriding default", action->uuid, value);
uuid             1099 lib/pengine/utils.c     pe_rsc_trace(action->rsc, "%s requires %s", action->uuid, value);
uuid             1117 lib/pengine/utils.c                              "valid when fencing is disabled", action->uuid);
uuid             1215 lib/pengine/utils.c                  action->uuid, value);
uuid             1237 lib/pengine/utils.c                  action->uuid, role2text(action->fail_role));
uuid             1365 lib/pengine/utils.c     free(action->uuid);
uuid             1390 lib/pengine/utils.c             crm_trace("(null) Found: %s", action->uuid);
uuid             1396 lib/pengine/utils.c             crm_trace("Found: %s", action->uuid);
uuid             1428 lib/pengine/utils.c find_first_action(GList *input, const char *uuid, const char *task, pe_node_t * on_node)
uuid             1432 lib/pengine/utils.c     CRM_CHECK(uuid || task, return NULL);
uuid             1437 lib/pengine/utils.c         if (uuid != NULL && !pcmk__str_eq(uuid, action->uuid, pcmk__str_casei)) {
uuid             1468 lib/pengine/utils.c         if (!pcmk__str_eq(key, action->uuid, pcmk__str_casei)) {
uuid             1469 lib/pengine/utils.c             crm_trace("%s does not match action %s", key, action->uuid);
uuid             1515 lib/pengine/utils.c                       key, action->uuid);
uuid             1517 lib/pengine/utils.c         } else if (!pcmk__str_eq(key, action->uuid, pcmk__str_casei)) {
uuid             1518 lib/pengine/utils.c             crm_trace("Desired action %s doesn't match %s", key, action->uuid);
uuid             1822 lib/pengine/utils.c     crm_trace("Ordering Action %s before %s", lh_action->uuid, rh_action->uuid);
uuid             2244 lib/pengine/utils.c                 flags, action->uuid, (reason? reason->uuid : "0"));
uuid             2282 lib/pengine/utils.c                      action->uuid, action->reason, crm_str(reason));
uuid             2286 lib/pengine/utils.c                      action->uuid, crm_str(reason));
uuid             1564 tools/crm_resource_runtime.c             crm_notice("Waiting for %s (flags=0x%.8x)", a->uuid, a->flags);
uuid             1585 tools/crm_resource_runtime.c             out->info(out, "\tAction %d: %s\ton %s", a->id, a->uuid, a->node->details->uname);
uuid             1587 tools/crm_resource_runtime.c             out->info(out, "\tAction %d: %s", a->id, a->uuid);
uuid              486 tools/crm_simulate.c         action_name = crm_strdup_printf("%s%s %s", prefix, action->uuid, action_host);
uuid              492 tools/crm_simulate.c         action_name = crm_strdup_printf("%s", action->uuid);
uuid              526 tools/crm_simulate.c         crm_trace("Action %d: %s %s %p", action->id, action_name, action->uuid, action);