uname 242 daemons/attrd/attrd_commands.c if (node && node->uname) { uname 244 daemons/attrd/attrd_commands.c host = node->uname; uname 317 daemons/attrd/attrd_commands.c host = strdup(attrd_cluster->uname); uname 457 daemons/attrd/attrd_commands.c host = attrd_cluster->uname; uname 601 daemons/attrd/attrd_commands.c peer->uname); uname 676 daemons/attrd/attrd_commands.c attrd_peer_remove(host, TRUE, peer->uname); uname 685 daemons/attrd/attrd_commands.c && !pcmk__str_eq(peer->uname, attrd_cluster->uname, pcmk__str_casei)) { uname 711 daemons/attrd/attrd_commands.c crm_debug("Syncing %s[%s] = %s to %s", a->id, v->nodename, v->current, peer?peer->uname:"everyone"); uname 716 daemons/attrd/attrd_commands.c crm_debug("Syncing values to %s", peer?peer->uname:"everyone"); uname 798 daemons/attrd/attrd_commands.c if (!(v->seen) && pcmk__str_eq(v->nodename, attrd_cluster->uname, uname 831 daemons/attrd/attrd_commands.c attribute_value_t *v = g_hash_table_lookup(a->values, attrd_cluster->uname); uname 935 daemons/attrd/attrd_commands.c && pcmk__str_eq(host, attrd_cluster->uname, pcmk__str_casei)) { uname 938 daemons/attrd/attrd_commands.c attr, host, v->current, value, peer->uname); uname 943 daemons/attrd/attrd_commands.c attr, host, v->current? v->current : "(unset)", value? value : "(unset)", peer->uname); uname 948 daemons/attrd/attrd_commands.c if (pcmk__str_eq(host, attrd_cluster->uname, pcmk__str_casei) uname 971 daemons/attrd/attrd_commands.c crm_trace("Unchanged %s[%s] from %s is %s(Set the forced write flag)", attr, host, peer->uname, value); uname 974 daemons/attrd/attrd_commands.c crm_trace("Unchanged %s[%s] from %s is %s", attr, host, peer->uname, value); uname 989 daemons/attrd/attrd_commands.c known_peer->uname, known_peer->uuid); uname 1031 daemons/attrd/attrd_commands.c peer->uname, state_text(peer->state)); uname 1039 daemons/attrd/attrd_commands.c peer->uname, (gone? "no longer" : "now")); uname 1045 daemons/attrd/attrd_commands.c peer->uname, state_text(peer->state), state_text(data)); uname 1056 daemons/attrd/attrd_commands.c attrd_peer_remove(peer->uname, FALSE, "loss"); uname 1068 daemons/attrd/attrd_commands.c cache_remote_node(peer->uname); uname 1350 daemons/attrd/attrd_commands.c peer->uname, peer->uuid, peer->id, v->nodeid); uname 23 daemons/attrd/attrd_elections.c writer = election_init(T_ATTRD, attrd_cluster->uname, 120000, uname 57 daemons/attrd/attrd_elections.c crm_xml_add(xml, F_CRM_HOST_FROM, peer->uname); uname 85 daemons/attrd/attrd_elections.c peer_writer = strdup(peer->uname); uname 96 daemons/attrd/attrd_elections.c crm_info("Ignoring election op from %s due to error", peer->uname); uname 109 daemons/attrd/attrd_elections.c && !pcmk__str_eq(peer->uname, attrd_cluster->uname, pcmk__str_casei)) { uname 111 daemons/attrd/attrd_elections.c peer->uname); uname 114 daemons/attrd/attrd_elections.c } else if (!pcmk__str_eq(peer->uname, peer_writer, pcmk__str_casei)) { uname 116 daemons/attrd/attrd_elections.c peer->uname, (peer_writer? peer_writer : "unset")); uname 118 daemons/attrd/attrd_elections.c peer_writer = strdup(peer->uname); uname 130 daemons/attrd/attrd_elections.c peer_writer = strdup(attrd_cluster->uname); uname 136 daemons/attrd/attrd_elections.c election_remove(writer, peer->uname); uname 137 daemons/attrd/attrd_elections.c if (peer_writer && pcmk__str_eq(peer->uname, peer_writer, pcmk__str_casei)) { uname 140 daemons/attrd/attrd_elections.c crm_notice("Lost attribute writer %s", peer->uname); uname 133 daemons/attrd/pacemaker-attrd.c char *xpath = crm_strdup_printf(XPATH_TRANSIENT, attrd_cluster->uname); uname 276 daemons/based/based_messages.c (origin? origin->uname : "lost")); uname 289 daemons/based/pacemaker-based.c node->uname); uname 334 daemons/based/pacemaker-based.c cib_our_uname = crm_cluster.uname; uname 216 daemons/controld/controld_based.c controld_delete_node_state(const char *uname, enum controld_section_e section, uname 222 daemons/controld/controld_based.c CRM_CHECK(uname != NULL, return); uname 225 daemons/controld/controld_based.c xpath = crm_strdup_printf(XPATH_NODE_LRM, uname); uname 226 daemons/controld/controld_based.c desc = crm_strdup_printf("resource history for node %s", uname); uname 229 daemons/controld/controld_based.c xpath = crm_strdup_printf(XPATH_NODE_LRM_UNLOCKED, uname, uname); uname 231 daemons/controld/controld_based.c "locks) for node %s", uname); uname 234 daemons/controld/controld_based.c xpath = crm_strdup_printf(XPATH_NODE_ATTRS, uname); uname 235 daemons/controld/controld_based.c desc = crm_strdup_printf("transient attributes for node %s", uname); uname 238 daemons/controld/controld_based.c xpath = crm_strdup_printf(XPATH_NODE_ALL, uname); uname 239 daemons/controld/controld_based.c desc = crm_strdup_printf("all state for node %s", uname); uname 243 daemons/controld/controld_based.c uname, uname, uname); uname 245 daemons/controld/controld_based.c "for node %s", uname); uname 135 daemons/controld/controld_callbacks.c if (node->uname == NULL) { uname 144 daemons/controld/controld_callbacks.c node->uname, state_text(node->state)); uname 156 daemons/controld/controld_callbacks.c node->uname, state_text(node->state), state_text(data)); uname 161 daemons/controld/controld_callbacks.c remove_stonith_cleanup(node->uname); uname 164 daemons/controld/controld_callbacks.c controld_remove_voter(node->uname); uname 176 daemons/controld/controld_callbacks.c node->uname, (appeared? "now" : "no longer"), uname 191 daemons/controld/controld_callbacks.c controld_remove_voter(node->uname); uname 203 daemons/controld/controld_callbacks.c if (pcmk__str_eq(node->uname, fsa_our_uname, pcmk__str_casei) && !appeared) { uname 208 daemons/controld/controld_callbacks.c } else if (pcmk__str_eq(node->uname, fsa_our_dc, pcmk__str_casei) && crm_is_peer_active(node) == FALSE) { uname 222 daemons/controld/controld_callbacks.c controld_delete_node_state(node->uname, uname 235 daemons/controld/controld_callbacks.c controld_delete_node_state(node->uname, uname 263 daemons/controld/controld_callbacks.c (down->confirmed? "after" : "before"), node->uname); uname 275 daemons/controld/controld_callbacks.c task, node->uname, down->id); uname 278 daemons/controld/controld_callbacks.c task, node->uname, down->id); uname 285 daemons/controld/controld_callbacks.c node->uname, uname 293 daemons/controld/controld_callbacks.c node->uname); uname 303 daemons/controld/controld_callbacks.c node->uname); uname 322 daemons/controld/controld_callbacks.c crm_debug("Node state update not yet possible for %s", node->uname); uname 72 daemons/controld/controld_control.c controld_election_init(cluster->uname); uname 73 daemons/controld/controld_control.c fsa_our_uname = cluster->uname; uname 58 daemons/controld/controld_corosync.c peer->uname, peer->id); uname 33 daemons/controld/controld_election.c controld_election_init(const char *uname) uname 35 daemons/controld/controld_election.c fsa_election = election_init("DC", uname, 60000 /*60s*/, election_win_cb); uname 39 daemons/controld/controld_election.c controld_remove_voter(const char *uname) uname 41 daemons/controld/controld_election.c election_remove(fsa_election, uname); uname 43 daemons/controld/controld_election.c if (pcmk__str_eq(uname, fsa_our_dc, pcmk__str_casei)) { uname 766 daemons/controld/controld_execd_state.c node->uname, node->id, node->state); uname 232 daemons/controld/controld_fencing.c controld_delete_node_state(peer->uname, controld_section_all, uname 52 daemons/controld/controld_join_dc.c node->uname, current_join_id, crm_join_phase_str(last), uname 59 daemons/controld/controld_join_dc.c node->uname, current_join_id, crm_join_phase_str(phase), uname 65 daemons/controld/controld_join_dc.c current_join_id, node->uname, crm_join_phase_str(last), uname 127 daemons/controld/controld_join_dc.c (member->uname? member->uname : "with unknown name")); uname 143 daemons/controld/controld_join_dc.c if (member->uname == NULL) { uname 157 daemons/controld/controld_join_dc.c current_join_id, member->uname, uname 164 daemons/controld/controld_join_dc.c offer = create_dc_message(CRM_OP_JOIN_OFFER, member->uname); uname 169 daemons/controld/controld_join_dc.c crm_info("Sending join-%d offer to %s", current_join_id, member->uname); uname 624 daemons/controld/controld_join_dc.c const char *join_to = join_node->uname; uname 773 daemons/controld/controld_join_dc.c do_crm_log(level, "join-%d: %s=%s", current_join_id, peer->uname, uname 39 daemons/controld/controld_membership.c if(node && node->uname) { uname 40 daemons/controld/controld_membership.c if (pcmk__str_eq(fsa_our_uname, node->uname, pcmk__str_casei)) { uname 44 daemons/controld/controld_membership.c } else if (AM_I_DC == FALSE && pcmk__str_eq(node->uname, fsa_our_dc, pcmk__str_casei)) { uname 45 daemons/controld/controld_membership.c crm_warn("Our DC node (%s) left the cluster", node->uname); uname 134 daemons/controld/controld_membership.c crm_info("Node update for %s cancelled: no state, not seen yet", node->uname); uname 147 daemons/controld/controld_membership.c crm_info("Node update for %s cancelled: no id", node->uname); uname 152 daemons/controld/controld_membership.c crm_xml_add(node_state, XML_ATTR_UNAME, node->uname); uname 245 daemons/controld/controld_membership.c && node->uname uname 246 daemons/controld/controld_membership.c && pcmk__str_eq(node->uname, node_uname, pcmk__str_casei)) { uname 319 daemons/controld/controld_membership.c crm_trace("Creating node entry for %s/%s", node->uname, node->uuid); uname 320 daemons/controld/controld_membership.c if(node->uuid && node->uname) { uname 326 daemons/controld/controld_membership.c crm_xml_add(new_node, XML_ATTR_UNAME, node->uname); uname 332 daemons/controld/controld_membership.c node->uname, node->uuid); uname 466 daemons/controld/controld_messages.c ref, (node_to->uname? node_to->uname : "peer")); uname 587 daemons/controld/controld_messages.c const char *uname = NULL; uname 609 daemons/controld/controld_messages.c uname = crm_element_value(xml_op, XML_LRM_ATTR_TARGET); uname 611 daemons/controld/controld_messages.c if ((rsc == NULL) || (uname == NULL)) { uname 623 daemons/controld/controld_messages.c update_attrd_clear_failures(uname, rsc, op, interval_spec, is_remote_node); uname 626 daemons/controld/controld_messages.c lrm_clear_last_failure(rsc, uname, op, interval_ms); uname 799 daemons/controld/controld_messages.c crm_xml_add(xml, XML_ATTR_UNAME, node->uname); uname 854 daemons/controld/controld_messages.c crm_xml_add(reply, XML_ATTR_UNAME, node->uname); uname 54 daemons/controld/controld_te_actions.c if (pcmk__str_eq(fsa_our_uname, node->uname, pcmk__str_casei)) { uname 58 daemons/controld/controld_te_actions.c cmd = create_request(task, pseudo->xml, node->uname, uname 345 daemons/controld/controld_te_events.c const char *uname = NULL; uname 462 daemons/controld/controld_te_events.c uname = crm_element_value(event, XML_LRM_ATTR_TARGET); uname 463 daemons/controld/controld_te_events.c if (uname == NULL) { uname 464 daemons/controld/controld_te_events.c uname = "unknown node"; uname 470 daemons/controld/controld_te_events.c transition_num, action_num, id, uname, uname 477 daemons/controld/controld_te_events.c transition_num, action_num, id, uname, uname 485 daemons/controld/controld_te_events.c transition_num, action_num, id, uname, uname 491 daemons/controld/controld_te_events.c transition_num, action_num, id, uname, uname 499 daemons/controld/controld_te_events.c transition_num, action_num, id, uname, uname 260 daemons/controld/controld_te_utils.c const char *uname = crm_peer_uname(ID(reason)); uname 265 daemons/controld/controld_te_utils.c kind, op, (uname? uname : ID(reason)), abort_text, uname 110 daemons/controld/controld_utils.h void controld_delete_node_state(const char *uname, uname 32 daemons/controld/pacemaker-controld.h void controld_election_init(const char *uname); uname 33 daemons/controld/pacemaker-controld.h void controld_remove_voter(const char *uname); uname 2426 daemons/fenced/fenced_commands.c host = node->uname; uname 2524 daemons/fenced/fenced_commands.c } else if (peer->uname == NULL) { uname 2552 daemons/fenced/fenced_commands.c crm_trace("Checking for %s.%d != %s", entry->uname, entry->id, target); uname 2554 daemons/fenced/fenced_commands.c && !pcmk__str_eq(entry->uname, target, pcmk__str_casei)) { uname 2555 daemons/fenced/fenced_commands.c alternate_host = entry->uname; uname 2564 daemons/fenced/fenced_commands.c crm_notice("Peer[%d] %s", entry->id, entry->uname); uname 449 daemons/fenced/fenced_history.c target = node->uname; uname 1094 daemons/fenced/fenced_remote.c if (node && node->uname) { uname 1096 daemons/fenced/fenced_remote.c op->target = strdup(node->uname); uname 571 daemons/fenced/pacemaker-fenced.c if (node && strcmp(node->details->uname, stonith_our_uname) == 0) { uname 693 daemons/fenced/pacemaker-fenced.c crm_trace("Available: %s = %d", node->details->uname, node->weight); uname 1572 daemons/fenced/pacemaker-fenced.c stonith_our_uname = strdup(cluster->uname); uname 1608 daemons/fenced/pacemaker-fenced.c free(cluster->uname); uname 57 include/crm/cib/util.h int query_node_uuid(cib_t * the_cib, const char *uname, char **uuid, int *is_remote_node); uname 59 include/crm/cib/util.h int query_node_uname(cib_t * the_cib, const char *uuid, char **uname); uname 53 include/crm/cluster.h char *uname; // Node name as known to cluster uname 79 include/crm/cluster.h char *uname; uname 134 include/crm/cluster.h crm_node_t *crm_get_peer_full(unsigned int id, const char *uname, int flags); uname 137 include/crm/cluster.h crm_node_t *crm_get_peer(unsigned int id, const char *uname); uname 27 include/crm/cluster/compat.h int crm_terminate_member(int nodeid, const char *uname, void *unused); uname 30 include/crm/cluster/compat.h int crm_terminate_member_no_mainloop(int nodeid, const char *uname, uname 69 include/crm/cluster/election_internal.h election_t *election_init(const char *name, const char *uname, guint period_ms, GSourceFunc cb); uname 76 include/crm/cluster/election_internal.h void election_remove(election_t *e, const char *uname); uname 125 include/crm/cluster/internal.h crm_node_t *pcmk__search_node_caches(unsigned int id, const char *uname, uname 127 include/crm/cluster/internal.h crm_node_t *pcmk__search_cluster_node_cache(unsigned int id, const char *uname); uname 130 include/crm/cluster/internal.h crm_node_t *pcmk__search_known_node_cache(unsigned int id, const char *uname, uname 42 include/crm/common/ipc_controld.h const char *uname; uname 69 include/crm/common/ipc_controld.h const char *uname; uname 523 include/crm/pengine/internal.h pe_node_t *pe_create_node(const char *id, const char *uname, const char *type, uname 209 include/crm/pengine/pe_types.h const char *uname; uname 32 include/crm/pengine/remote_internal.h xmlNode *pe_create_remote_xml(xmlNode *parent, const char *uname, uname 40 include/crm/pengine/status.h pe_node_t *pe_find_node(GList *node_list, const char *uname); uname 42 include/crm/pengine/status.h pe_node_t *pe_find_node_any(GList *node_list, const char *id, const char *uname); uname 459 include/crm/stonith-ng.h int stonith_api_kick(uint32_t nodeid, const char *uname, int timeout, bool off); uname 460 include/crm/stonith-ng.h time_t stonith_api_time(uint32_t nodeid, const char *uname, bool in_progress); uname 504 include/crm/stonith-ng.h typedef int (*st_api_kick_fn) (int nodeid, const char *uname, int timeout, bool off); uname 505 include/crm/stonith-ng.h typedef time_t (*st_api_time_fn) (int nodeid, const char *uname, bool in_progress); uname 484 lib/cib/cib_attrs.c query_node_uuid(cib_t * the_cib, const char *uname, char **uuid, int *is_remote_node) uname 489 lib/cib/cib_attrs.c char *host_lowercase = g_ascii_strdown(uname, -1); uname 491 lib/cib/cib_attrs.c CRM_ASSERT(uname != NULL); uname 514 lib/cib/cib_attrs.c uname, pcmk_strerror(rc)); uname 516 lib/cib/cib_attrs.c crm_info("Mapped node name '%s' to UUID %s", uname, (uuid? *uuid : "")); uname 522 lib/cib/cib_attrs.c query_node_uname(cib_t * the_cib, const char *uuid, char **uname) uname 530 lib/cib/cib_attrs.c CRM_ASSERT(uname != NULL); uname 546 lib/cib/cib_attrs.c *uname = NULL; uname 557 lib/cib/cib_attrs.c *uname = strdup(child_name); uname 237 lib/cluster/cluster.c if (node->uname != NULL) { uname 238 lib/cluster/cluster.c return node->uname; uname 258 lib/cluster/cluster.c node->uname, node->id, uuid); uname 260 lib/cluster/cluster.c return node->uname; uname 61 lib/cluster/corosync.c crm_info("Node %s is not yet known by corosync", node->uname); uname 313 lib/cluster/corosync.c if (node->uname == NULL) { uname 476 lib/cluster/corosync.c cluster->uname = get_node_name(0); uname 477 lib/cluster/corosync.c if (cluster->uname == NULL) { uname 483 lib/cluster/corosync.c peer = crm_get_peer(cluster->nodeid, cluster->uname); uname 539 lib/cluster/corosync.c node->uname, node->state); uname 544 lib/cluster/corosync.c node->uname, node->processes); uname 631 lib/cluster/corosync.c if(node && node->uname && strcasecmp(node->uname, name) == 0) { uname 52 lib/cluster/cpg.c char uname[MAX_NAME]; uname 308 lib/cluster/cpg.c return host->uname; uname 463 lib/cluster/cpg.c } else if (msg->host.size != 0 && !pcmk__str_eq(msg->host.uname, local_name, pcmk__str_casei)) { uname 465 lib/cluster/cpg.c crm_trace("Not for us: %s != %s", msg->host.uname, local_name); uname 476 lib/cluster/cpg.c } else if (peer->uname == NULL) { uname 481 lib/cluster/cpg.c msg->sender.size = strlen(peer->uname); uname 482 lib/cluster/cpg.c memset(msg->sender.uname, 0, MAX_NAME); uname 483 lib/cluster/cpg.c memcpy(msg->sender.uname, peer->uname, msg->sender.size); uname 496 lib/cluster/cpg.c *from = msg->sender.uname; uname 532 lib/cluster/cpg.c crm_get_peer(msg->sender.id, msg->sender.uname); uname 609 lib/cluster/cpg.c } else if (peer->uname == NULL) { uname 612 lib/cluster/cpg.c return peer->uname; uname 955 lib/cluster/cpg.c if (node->uname) { uname 956 lib/cluster/cpg.c target = strdup(node->uname); uname 957 lib/cluster/cpg.c msg->host.size = strlen(node->uname); uname 958 lib/cluster/cpg.c memset(msg->host.uname, 0, MAX_NAME); uname 959 lib/cluster/cpg.c memcpy(msg->host.uname, node->uname, msg->host.size); uname 972 lib/cluster/cpg.c memset(msg->sender.uname, 0, MAX_NAME); uname 974 lib/cluster/cpg.c memcpy(msg->sender.uname, local_name, msg->sender.size); uname 29 lib/cluster/election.c char *uname; // Local node's name uname 89 lib/cluster/election.c election_init(const char *name, const char *uname, guint period_ms, GSourceFunc cb) uname 95 lib/cluster/election.c CRM_CHECK(uname != NULL, return NULL); uname 103 lib/cluster/election.c e->uname = strdup(uname); uname 104 lib/cluster/election.c if (e->uname == NULL) { uname 129 lib/cluster/election.c election_remove(election_t *e, const char *uname) uname 131 lib/cluster/election.c if ((e != NULL) && (uname != NULL) && (e->voted != NULL)) { uname 132 lib/cluster/election.c crm_trace("Discarding %s (no-)vote from lost peer %s", e->name, uname); uname 133 lib/cluster/election.c g_hash_table_remove(e->voted, uname); uname 171 lib/cluster/election.c free(e->uname); uname 300 lib/cluster/election.c our_node = crm_get_peer(0, e->uname); uname 375 lib/cluster/election.c crm_warn("* expected vote: %s", node->uname); uname 549 lib/cluster/election.c our_node = crm_get_peer(0, e->uname); uname 575 lib/cluster/election.c || pcmk__str_eq(vote.from, e->uname, pcmk__str_none)) { uname 614 lib/cluster/election.c } else if (strcasecmp(e->uname, vote.from) > 0) { uname 71 lib/cluster/membership.c "Peer", (peer)->uname, \ uname 79 lib/cluster/membership.c "Peer", (peer)->uname, \ uname 84 lib/cluster/membership.c static void update_peer_uname(crm_node_t *node, const char *uname); uname 315 lib/cluster/membership.c } else if (search->id == 0 && !pcmk__str_eq(node->uname, search->uname, pcmk__str_casei)) { uname 320 lib/cluster/membership.c (node->uname? node->uname : "unknown"), node->id); uname 346 lib/cluster/membership.c search.uname = name ? strdup(name) : NULL; uname 351 lib/cluster/membership.c (search.uname? " and/or uname=" : ""), uname 352 lib/cluster/membership.c (search.uname? search.uname : "")); uname 356 lib/cluster/membership.c search.id, (search.uname? " and/or uname=" : ""), uname 357 lib/cluster/membership.c (search.uname? search.uname : "")); uname 360 lib/cluster/membership.c free(search.uname); uname 391 lib/cluster/membership.c crm_trace("Destroying entry for node %u: %s", node->id, node->uname); uname 393 lib/cluster/membership.c free(node->uname); uname 485 lib/cluster/membership.c do_crm_log(level, "%s: Node %u/%s = %p - %s", caller, node->id, node->uname, node, id); uname 506 lib/cluster/membership.c pcmk__search_node_caches(unsigned int id, const char *uname, uint32_t flags) uname 510 lib/cluster/membership.c CRM_ASSERT(id > 0 || uname != NULL); uname 514 lib/cluster/membership.c if ((uname != NULL) && pcmk_is_set(flags, CRM_GET_PEER_REMOTE)) { uname 515 lib/cluster/membership.c node = g_hash_table_lookup(crm_remote_peer_cache, uname); uname 519 lib/cluster/membership.c node = pcmk__search_cluster_node_cache(id, uname); uname 534 lib/cluster/membership.c crm_get_peer_full(unsigned int id, const char *uname, int flags) uname 538 lib/cluster/membership.c CRM_ASSERT(id > 0 || uname != NULL); uname 543 lib/cluster/membership.c node = g_hash_table_lookup(crm_remote_peer_cache, uname); uname 547 lib/cluster/membership.c node = crm_get_peer(id, uname); uname 562 lib/cluster/membership.c pcmk__search_cluster_node_cache(unsigned int id, const char *uname) uname 569 lib/cluster/membership.c CRM_ASSERT(id > 0 || uname != NULL); uname 573 lib/cluster/membership.c if (uname != NULL) { uname 576 lib/cluster/membership.c if(node->uname && strcasecmp(node->uname, uname) == 0) { uname 577 lib/cluster/membership.c crm_trace("Name match: %s = %p", node->uname, node); uname 598 lib/cluster/membership.c crm_trace("Consistent: %p for %u/%s", by_id, id, uname); uname 601 lib/cluster/membership.c crm_trace("Only one: %p for %u/%s", by_name, id, uname); uname 606 lib/cluster/membership.c id, by_name->id, uname); uname 614 lib/cluster/membership.c crm_trace("Only one: %p for %u/%s", by_id, id, uname); uname 616 lib/cluster/membership.c if(uname && by_id->uname) { uname 619 lib/cluster/membership.c uname, by_id->uname, id, uname); uname 622 lib/cluster/membership.c } else if(uname && by_id->uname) { uname 623 lib/cluster/membership.c if(pcmk__str_eq(uname, by_id->uname, pcmk__str_casei)) { uname 624 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); uname 628 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); uname 635 lib/cluster/membership.c crm_warn("Node %u and %u share the same name: '%s'", by_id->id, by_name->id, uname); uname 661 lib/cluster/membership.c if (node->id == 0 || node->uname == NULL) { uname 673 lib/cluster/membership.c && existing_node->uname != NULL uname 674 lib/cluster/membership.c && strcasecmp(existing_node->uname, node->uname) == 0) { uname 681 lib/cluster/membership.c existing_node->id, existing_node->uname, node->id); uname 702 lib/cluster/membership.c crm_get_peer(unsigned int id, const char *uname) uname 707 lib/cluster/membership.c CRM_ASSERT(id > 0 || uname != NULL); uname 711 lib/cluster/membership.c node = pcmk__search_cluster_node_cache(id, uname); uname 715 lib/cluster/membership.c if ((node == NULL || node->uname == NULL) && (uname == NULL)) { uname 720 lib/cluster/membership.c uname = uname_lookup; uname 721 lib/cluster/membership.c crm_trace("Inferred a name of '%s' for node %u", uname, id); uname 725 lib/cluster/membership.c node = pcmk__search_cluster_node_cache(id, uname); uname 737 lib/cluster/membership.c uniqueid, node, uname, id, 1 + g_hash_table_size(crm_peer_cache)); uname 741 lib/cluster/membership.c if(id > 0 && uname && (node->id == 0 || node->uname == NULL)) { uname 742 lib/cluster/membership.c crm_info("Node %u is now known as %s", id, uname); uname 749 lib/cluster/membership.c if (uname && (node->uname == NULL)) { uname 750 lib/cluster/membership.c update_peer_uname(node, uname); uname 760 lib/cluster/membership.c crm_info("Cannot obtain a UUID for node %u/%s", id, node->uname); uname 781 lib/cluster/membership.c update_peer_uname(crm_node_t *node, const char *uname) uname 783 lib/cluster/membership.c CRM_CHECK(uname != NULL, uname 786 lib/cluster/membership.c crm_err("Bug: can't update node name to %s without node", uname); uname 789 lib/cluster/membership.c if (pcmk__str_eq(uname, node->uname, pcmk__str_casei)) { uname 790 lib/cluster/membership.c crm_debug("Node uname '%s' did not change", uname); uname 794 lib/cluster/membership.c for (const char *c = uname; *c; ++c) { uname 797 lib/cluster/membership.c uname); uname 802 lib/cluster/membership.c free(node->uname); uname 803 lib/cluster/membership.c node->uname = strdup(uname); uname 804 lib/cluster/membership.c CRM_ASSERT(node->uname != NULL); uname 901 lib/cluster/membership.c node->uname, node->processes, uname 909 lib/cluster/membership.c node->uname, node->processes, uname 916 lib/cluster/membership.c crm_info("%s: Node %s[%u] - all processes are now offline", source, node->uname, uname 919 lib/cluster/membership.c crm_info("%s: Node %s[%u] - %s is now %s", source, node->uname, node->id, uname 948 lib/cluster/membership.c crm_trace("%s: Node %s[%u] - %s is unchanged (%s)", source, node->uname, node->id, uname 984 lib/cluster/membership.c crm_info("%s: Node %s[%u] - expected state is now %s (was %s)", source, node->uname, node->id, uname 988 lib/cluster/membership.c crm_trace("%s: Node %s[%u] - expected state is unchanged (%s)", source, node->uname, uname 1033 lib/cluster/membership.c " nodeid=%u previous=%s source=%s", node->uname, state, uname 1047 lib/cluster/membership.c crm_notice("Purged 1 peer with id=%u and/or uname=%s from the membership cache", node->id, node->uname); uname 1051 lib/cluster/membership.c reap_crm_member(node->id, node->uname); uname 1058 lib/cluster/membership.c " nodeid=%u source=%s", node->uname, state, node->id, source); uname 1112 lib/cluster/membership.c node->uname, node->id); uname 1119 lib/cluster/membership.c find_known_node(const char *id, const char *uname) uname 1126 lib/cluster/membership.c if (uname) { uname 1129 lib/cluster/membership.c if (node->uname && strcasecmp(node->uname, uname) == 0) { uname 1130 lib/cluster/membership.c crm_trace("Name match: %s = %p", node->uname, node); uname 1151 lib/cluster/membership.c crm_trace("Consistent: %p for %s/%s", by_id, id, uname); uname 1154 lib/cluster/membership.c crm_trace("Only one: %p for %s/%s", by_name, id, uname); uname 1164 lib/cluster/membership.c crm_trace("Only one: %p for %s/%s", by_id, id, uname); uname 1166 lib/cluster/membership.c if (uname) { uname 1170 lib/cluster/membership.c } else if (uname && by_id->uname uname 1171 lib/cluster/membership.c && pcmk__str_eq(uname, by_id->uname, pcmk__str_casei)) { uname 1189 lib/cluster/membership.c uname? " with name " : "", uname 1190 lib/cluster/membership.c uname? uname : ""); uname 1200 lib/cluster/membership.c const char *uname = crm_element_value(xml_node, XML_ATTR_UNAME); uname 1203 lib/cluster/membership.c CRM_CHECK(id != NULL && uname !=NULL, return); uname 1204 lib/cluster/membership.c node = find_known_node(id, uname); uname 1212 lib/cluster/membership.c node->uname = strdup(uname); uname 1213 lib/cluster/membership.c CRM_ASSERT(node->uname != NULL); uname 1221 lib/cluster/membership.c if (!pcmk__str_eq(uname, node->uname, pcmk__str_casei)) { uname 1222 lib/cluster/membership.c free(node->uname); uname 1223 lib/cluster/membership.c node->uname = strdup(uname); uname 1224 lib/cluster/membership.c CRM_ASSERT(node->uname != NULL); uname 1265 lib/cluster/membership.c pcmk__search_known_node_cache(unsigned int id, const char *uname, uname 1271 lib/cluster/membership.c CRM_ASSERT(id > 0 || uname != NULL); uname 1273 lib/cluster/membership.c node = pcmk__search_node_caches(id, uname, flags); uname 1283 lib/cluster/membership.c node = find_known_node(id_str, uname); uname 1295 lib/cluster/membership.c crm_terminate_member(int nodeid, const char *uname, void *unused) uname 1297 lib/cluster/membership.c return stonith_api_kick(nodeid, uname, 120, TRUE); uname 1301 lib/cluster/membership.c crm_terminate_member_no_mainloop(int nodeid, const char *uname, int *connection) uname 1303 lib/cluster/membership.c return stonith_api_kick(nodeid, uname, 120, TRUE); uname 105 lib/common/ipc_controld.c data->data.node_info.uname = crm_element_value(msg_data, XML_ATTR_UNAME); uname 139 lib/common/ipc_controld.c node_info->uname = crm_element_value(node, XML_ATTR_UNAME); uname 152 lib/common/logging.c if (uname(&res) == 0) { uname 581 lib/common/utils.c return (uname(&hostinfo) < 0)? NULL : strdup(hostinfo.nodename); uname 2244 lib/fencing/st_client.c stonith_api_kick(uint32_t nodeid, const char *uname, int timeout, bool off) uname 2253 lib/fencing/st_client.c action, nodeid, uname); uname 2260 lib/fencing/st_client.c action, nodeid, uname, pcmk_strerror(rc), rc); uname 2262 lib/fencing/st_client.c char *name = (uname == NULL)? pcmk__itoa(nodeid) : strdup(uname); uname 2267 lib/fencing/st_client.c if ((uname == NULL) && (nodeid > 0)) { uname 2275 lib/fencing/st_client.c action, nodeid, uname, pcmk_strerror(rc), rc); uname 2277 lib/fencing/st_client.c api_log(LOG_NOTICE, "Node %u/%s kicked: %s", nodeid, uname, action); uname 2286 lib/fencing/st_client.c stonith_api_time(uint32_t nodeid, const char *uname, bool in_progress) uname 2295 lib/fencing/st_client.c "API initialization failed", nodeid, uname); uname 2307 lib/fencing/st_client.c char *name = (uname == NULL)? pcmk__itoa(nodeid) : strdup(uname); uname 2310 lib/fencing/st_client.c if ((uname == NULL) && (nodeid > 0)) { uname 2335 lib/fencing/st_client.c api_log(LOG_INFO, "Found %d entries for %u/%s: %d in progress, %d completed", entries, nodeid, uname, progress, completed); uname 2337 lib/fencing/st_client.c api_log(LOG_ERR, "Could not retrieve fence history for %u/%s: %s (%d)", nodeid, uname, pcmk_strerror(rc), rc); uname 2344 lib/fencing/st_client.c api_log(LOG_INFO, "Node %u/%s last kicked at: %ld", nodeid, uname, (long int)when); uname 90 lib/pacemaker/pcmk_output.c "node", node->details->uname, uname 156 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s -> %s %s", role2text(rsc->role), role2text(rsc->next_role), destination->details->uname); uname 160 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s", destination->details->uname); uname 164 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s %s", role2text(rsc->role), origin->details->uname); uname 168 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s", origin->details->uname); uname 172 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s %s", role2text(rsc->role), origin->details->uname); uname 176 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s", origin->details->uname); uname 180 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s -> %s %s", origin->details->uname, destination->details->uname, role2text(rsc->role)); uname 184 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s -> %s", origin->details->uname, destination->details->uname); uname 188 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s -> %s %s", role2text(rsc->role), role2text(rsc->next_role), origin->details->uname); uname 192 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s %s -> %s %s", role2text(rsc->role), origin->details->uname, role2text(rsc->next_role), destination->details->uname); uname 271 lib/pacemaker/pcmk_output.c "dest", destination->details->uname, uname 276 lib/pacemaker/pcmk_output.c crm_xml_add(xml, "node", destination->details->uname); uname 282 lib/pacemaker/pcmk_output.c "node", origin->details->uname, uname 287 lib/pacemaker/pcmk_output.c crm_xml_add(xml, "node", origin->details->uname); uname 293 lib/pacemaker/pcmk_output.c "source", origin->details->uname, uname 298 lib/pacemaker/pcmk_output.c crm_xml_add(xml, "source", origin->details->uname); uname 303 lib/pacemaker/pcmk_output.c "source", origin->details->uname, uname 304 lib/pacemaker/pcmk_output.c "dest", destination->details->uname, uname 311 lib/pacemaker/pcmk_output.c "source", origin->details->uname, uname 312 lib/pacemaker/pcmk_output.c "dest", destination->details->uname, uname 320 lib/pacemaker/pcmk_output.c "source", origin->details->uname, uname 327 lib/pacemaker/pcmk_output.c "source", origin->details->uname, uname 329 lib/pacemaker/pcmk_output.c "dest", destination->details->uname, uname 520 lib/pacemaker/pcmk_output.c node->details->uname, score, cons->id, rsc->id); uname 752 lib/pacemaker/pcmk_output.c if ((node != NULL) && (node->details->uname != NULL)) { uname 753 lib/pacemaker/pcmk_output.c node_desc = node->details->uname; uname 811 lib/pacemaker/pcmk_output.c "node", crm_str(node->details->uname), uname 929 lib/pacemaker/pcmk_output.c role2text(rsc->role), next->details->uname); uname 38 lib/pacemaker/pcmk_resource.c xpath = crm_strdup_printf(XPATH_OP_HISTORY, node->details->uname, rsc->id); uname 152 lib/pacemaker/pcmk_sched_allocate.c rsc->id, node->details->uname, attr_list[attr_lpc], uname 187 lib/pacemaker/pcmk_sched_allocate.c active_node->details->uname, (reason? reason : "unknown")); uname 225 lib/pacemaker/pcmk_sched_allocate.c pe_rsc_debug(rsc, "Orphan action detected: %s on %s", key, active_node->details->uname); uname 234 lib/pacemaker/pcmk_sched_allocate.c rsc->id, task, interval_ms, active_node->details->uname); uname 261 lib/pacemaker/pcmk_sched_allocate.c interval_ms, active_node->details->uname, uname 400 lib/pacemaker/pcmk_sched_allocate.c rsc->id, node->details->uname); uname 404 lib/pacemaker/pcmk_sched_allocate.c pe_rsc_trace(rsc, "Processing %s on %s", rsc->id, node->details->uname); uname 555 lib/pacemaker/pcmk_sched_allocate.c node->details->uname); uname 559 lib/pacemaker/pcmk_sched_allocate.c crm_trace("Processing node %s", node->details->uname); uname 664 lib/pacemaker/pcmk_sched_allocate.c failed->id, node->details->uname, fail_count, uname 668 lib/pacemaker/pcmk_sched_allocate.c failed->id, countdown, node->details->uname); uname 700 lib/pacemaker/pcmk_sched_allocate.c node->details->uname, rsc->stickiness); uname 706 lib/pacemaker/pcmk_sched_allocate.c " and node %s is not explicitly allowed", rsc->id, node->details->uname); uname 709 lib/pacemaker/pcmk_sched_allocate.c crm_err("%s[%s] = %d", rsc->id, nIter->details->uname, nIter->weight); uname 842 lib/pacemaker/pcmk_sched_allocate.c node->details->uname, system_health); uname 913 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *probe_op = custom_action(NULL, crm_strdup_printf("%s-%s", CRM_OP_REPROBE, node->details->uname), uname 1012 lib/pacemaker/pcmk_sched_allocate.c rsc->id, node->details->uname); uname 1029 lib/pacemaker/pcmk_sched_allocate.c rsc->id, rsc->lock_node->details->uname, uname 1034 lib/pacemaker/pcmk_sched_allocate.c rsc->id, rsc->lock_node->details->uname); uname 1041 lib/pacemaker/pcmk_sched_allocate.c if (strcmp(node->details->uname, rsc->lock_node->details->uname)) { uname 1544 lib/pacemaker/pcmk_sched_allocate.c node->details->uname, stonith_op->id, stop->node->details->uname); uname 1553 lib/pacemaker/pcmk_sched_allocate.c node->details->uname, stonith_op->id, uname 1570 lib/pacemaker/pcmk_sched_allocate.c node->details->uname, stonith_op->id, stop->id); uname 1576 lib/pacemaker/pcmk_sched_allocate.c node->details->uname, stonith_op->id); uname 1634 lib/pacemaker/pcmk_sched_allocate.c pe_warn("Scheduling Node %s for STONITH", node->details->uname); uname 1678 lib/pacemaker/pcmk_sched_allocate.c pe_warn("Node %s is unclean!", node->details->uname); uname 1706 lib/pacemaker/pcmk_sched_allocate.c node_stop->node->details->uname, uname 1707 lib/pacemaker/pcmk_sched_allocate.c dc_down->task, dc_down->node->details->uname); uname 2493 lib/pacemaker/pcmk_sched_allocate.c probe->node ? probe->node->details->uname: "", uname 2495 lib/pacemaker/pcmk_sched_allocate.c after->node ? after->node->details->uname : ""); uname 2587 lib/pacemaker/pcmk_sched_allocate.c after->node ? after->node->details->uname: "", uname 2589 lib/pacemaker/pcmk_sched_allocate.c after_wrapper->action->node ? after_wrapper->action->node->details->uname : "", uname 3011 lib/pacemaker/pcmk_sched_allocate.c action->node->details->uname, action->rsc->id, uname 3045 lib/pacemaker/pcmk_sched_allocate.c node_name = crm_strdup_printf("%s (resource: %s)", action->node->details->uname, action->node->details->remote_rsc->container->id); uname 3047 lib/pacemaker/pcmk_sched_allocate.c node_name = crm_strdup_printf("%s", action->node->details->uname); uname 92 lib/pacemaker/pcmk_sched_bundle.c rsc->id, node->details->uname, fail_count, uname 98 lib/pacemaker/pcmk_sched_bundle.c rsc->id, countdown, node->details->uname); uname 379 lib/pacemaker/pcmk_sched_bundle.c rsc_lh->id, rsc->id, candidate->details->uname); uname 388 lib/pacemaker/pcmk_sched_bundle.c candidate->details->uname); uname 551 lib/pacemaker/pcmk_sched_bundle.c pe_rsc_trace(rsc, "Allowing %s: %s %d", constraint->id, chosen->details->uname, chosen->weight); uname 605 lib/pacemaker/pcmk_sched_bundle.c local_child->id, rsc->id, local_node->details->uname); uname 613 lib/pacemaker/pcmk_sched_bundle.c local_child->id, child_rsc->id, local_node->details->uname); uname 1061 lib/pacemaker/pcmk_sched_bundle.c replica->remote->id, node->details->uname); uname 445 lib/pacemaker/pcmk_sched_clone.c crm_warn("%s cannot run on %s: node not allowed", rsc->id, node->details->uname); uname 451 lib/pacemaker/pcmk_sched_clone.c rsc->id, node->details->uname); uname 455 lib/pacemaker/pcmk_sched_clone.c rsc->id, node->details->uname, local_node->count); uname 460 lib/pacemaker/pcmk_sched_clone.c rsc->id, node->details->uname, local_node->count, limit); uname 479 lib/pacemaker/pcmk_sched_clone.c rsc->id, (prefer? prefer->details->uname: "none"), uname 500 lib/pacemaker/pcmk_sched_clone.c prefer->details->uname); uname 512 lib/pacemaker/pcmk_sched_clone.c rsc->id, prefer->details->uname, chosen->details->uname); uname 621 lib/pacemaker/pcmk_sched_clone.c child->id, child_node->details->uname, max - allocated, uname 626 lib/pacemaker/pcmk_sched_clone.c child_node->details->uname, child->id); uname 633 lib/pacemaker/pcmk_sched_clone.c "optimal instances", child_node->details->uname); uname 640 lib/pacemaker/pcmk_sched_clone.c child_node->details->uname); uname 656 lib/pacemaker/pcmk_sched_clone.c child->id, child_node->details->uname); uname 1066 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s - %s vs %s", child_rsc->id, node->details->uname, uname 1067 lib/pacemaker/pcmk_sched_clone.c local_node->details->uname); uname 1198 lib/pacemaker/pcmk_sched_clone.c pe_rsc_trace(rsc_rh, "Allowing %s: %s %d", constraint->id, chosen->details->uname, chosen->weight); uname 1277 lib/pacemaker/pcmk_sched_clone.c node ? node->details->uname : "none", child_action?child_action->uuid:"NA"); uname 1051 lib/pacemaker/pcmk_sched_constraints.c rule, node->details->uname, score); uname 1056 lib/pacemaker/pcmk_sched_constraints.c rule, node->details->uname, attr_score, score); uname 1159 lib/pacemaker/pcmk_sched_constraints.c node->details->uname); uname 1180 lib/pacemaker/pcmk_sched_constraints.c crm_trace("node %s now has weight %d", node->details->uname, local->weight); uname 1188 lib/pacemaker/pcmk_sched_constraints.c crm_trace("node %s did not match", node->details->uname); uname 538 lib/pacemaker/pcmk_sched_graph.c : (then->node? then->node->details->uname : "")); uname 576 lib/pacemaker/pcmk_sched_graph.c crm_trace("First: Found node %s for %s", first_node->details->uname, first->uuid); uname 583 lib/pacemaker/pcmk_sched_graph.c crm_trace("Then: Found node %s for %s", then_node->details->uname, then->uuid); uname 592 lib/pacemaker/pcmk_sched_graph.c other->action->uuid, first_node->details->uname, uname 593 lib/pacemaker/pcmk_sched_graph.c then->uuid, then_node->details->uname); uname 629 lib/pacemaker/pcmk_sched_graph.c : (then->node? then->node->details->uname : ""), uname 634 lib/pacemaker/pcmk_sched_graph.c : (first->node? first->node->details->uname : ""), uname 681 lib/pacemaker/pcmk_sched_graph.c : (first->node? first->node->details->uname : "")); uname 705 lib/pacemaker/pcmk_sched_graph.c : (then->node? then->node->details-> uname : "")); uname 742 lib/pacemaker/pcmk_sched_graph.c action->uuid, node->details->uname); uname 756 lib/pacemaker/pcmk_sched_graph.c node->details->uname); uname 813 lib/pacemaker/pcmk_sched_graph.c (ended_on? ended_on->details->uname : "none"), uname 822 lib/pacemaker/pcmk_sched_graph.c (began_on? began_on->details->uname : "none"), uname 831 lib/pacemaker/pcmk_sched_graph.c (began_on? began_on->details->uname : "none"), uname 864 lib/pacemaker/pcmk_sched_graph.c (began_on? began_on->details->uname : "none"), uname 876 lib/pacemaker/pcmk_sched_graph.c (ended_on? ended_on->details->uname : "none"), uname 1144 lib/pacemaker/pcmk_sched_graph.c crm_xml_add(action_xml, XML_LRM_ATTR_TARGET, action->node->details->uname); uname 1147 lib/pacemaker/pcmk_sched_graph.c crm_xml_add(action_xml, XML_LRM_ATTR_ROUTER_NODE, router_node->details->uname); uname 1150 lib/pacemaker/pcmk_sched_graph.c g_hash_table_insert(action->meta, strdup(XML_LRM_ATTR_TARGET), strdup(action->node->details->uname)); uname 1349 lib/pacemaker/pcmk_sched_graph.c (gpointer)host->details->uname, uname 1468 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, action->node->details->uname); uname 1474 lib/pacemaker/pcmk_sched_graph.c action->uuid, action->id, action->node->details->uname); uname 1619 lib/pacemaker/pcmk_sched_graph.c (allocated? allocated->details->uname : "<none>"), uname 1620 lib/pacemaker/pcmk_sched_graph.c (input_node? input_node->details->uname : "<none>")); uname 1631 lib/pacemaker/pcmk_sched_graph.c (action->node? action->node->details->uname : "<none>"), uname 1632 lib/pacemaker/pcmk_sched_graph.c (input_node? input_node->details->uname : "<none>")); uname 1652 lib/pacemaker/pcmk_sched_graph.c action->node->details->uname, uname 1653 lib/pacemaker/pcmk_sched_graph.c input->action->node->details->uname); uname 1691 lib/pacemaker/pcmk_sched_graph.c input->action->node? input->action->node->details->uname : "no node", uname 1708 lib/pacemaker/pcmk_sched_graph.c input->action->node? input->action->node->details->uname : "", uname 1710 lib/pacemaker/pcmk_sched_graph.c action->node? action->node->details->uname : "", uname 1723 lib/pacemaker/pcmk_sched_graph.c action->node? action->node->details->uname : "", uname 1725 lib/pacemaker/pcmk_sched_graph.c init_action->node? init_action->node->details->uname : ""); uname 1734 lib/pacemaker/pcmk_sched_graph.c action->node? action->node->details->uname : "", uname 1736 lib/pacemaker/pcmk_sched_graph.c input->action->node? input->action->node->details->uname : "", uname 1739 lib/pacemaker/pcmk_sched_graph.c init_action->node? init_action->node->details->uname : ""); uname 1759 lib/pacemaker/pcmk_sched_graph.c input->action->node? input->action->node->details->uname : "", uname 1761 lib/pacemaker/pcmk_sched_graph.c action->node? action->node->details->uname : "", uname 119 lib/pacemaker/pcmk_sched_native.c prefer->details->uname, rsc->id); uname 129 lib/pacemaker/pcmk_sched_native.c chosen->details->uname, rsc->id); uname 134 lib/pacemaker/pcmk_sched_native.c chosen->details->uname, rsc->id); uname 140 lib/pacemaker/pcmk_sched_native.c chosen->details->uname, rsc->id, length); uname 151 lib/pacemaker/pcmk_sched_native.c chosen ? chosen->details->uname : "<none>", rsc->id, length); uname 168 lib/pacemaker/pcmk_sched_native.c rsc->id, running->details->uname); uname 194 lib/pacemaker/pcmk_sched_native.c chosen->details->uname, rsc->id, multiple, score); uname 227 lib/pacemaker/pcmk_sched_native.c best_node = node->details->uname; uname 288 lib/pacemaker/pcmk_sched_native.c node->details->uname, node->weight, factor, score); uname 294 lib/pacemaker/pcmk_sched_native.c node->details->uname, node->weight, factor, score); uname 320 lib/pacemaker/pcmk_sched_native.c node->details->uname, node->weight, factor, score, uname 328 lib/pacemaker/pcmk_sched_native.c node->details->uname, node->weight, factor, score, uname 333 lib/pacemaker/pcmk_sched_native.c crm_trace("%s: %d + %f * %d = %d", node->details->uname, uname 612 lib/pacemaker/pcmk_sched_native.c (assign_to? assign_to->details->uname : "no node"), reason); uname 622 lib/pacemaker/pcmk_sched_native.c rsc->allocated_to->details->uname); uname 633 lib/pacemaker/pcmk_sched_native.c rsc->allocated_to->details->uname); uname 717 lib/pacemaker/pcmk_sched_native.c const char *node_uname = node? node->details->uname : "n/a"; uname 914 lib/pacemaker/pcmk_sched_native.c const char *node_uname = node? node->details->uname : "n/a"; uname 990 lib/pacemaker/pcmk_sched_native.c const char *stop_node_uname = stop_node->details->uname; uname 1035 lib/pacemaker/pcmk_sched_native.c crm_trace("%s then %s on %s", probe->uuid, stopped_mon->uuid, stop_node->details->uname); uname 1183 lib/pacemaker/pcmk_sched_native.c add_hash_param(migrate_to->meta, XML_LRM_ATTR_MIGRATE_SOURCE, current->details->uname); uname 1184 lib/pacemaker/pcmk_sched_native.c add_hash_param(migrate_to->meta, XML_LRM_ATTR_MIGRATE_TARGET, chosen->details->uname); uname 1201 lib/pacemaker/pcmk_sched_native.c add_hash_param(migrate_from->meta, XML_LRM_ATTR_MIGRATE_SOURCE, current->details->uname); uname 1202 lib/pacemaker/pcmk_sched_native.c add_hash_param(migrate_from->meta, XML_LRM_ATTR_MIGRATE_TARGET, chosen->details->uname); uname 1235 lib/pacemaker/pcmk_sched_native.c ((chosen == NULL)? "no node" : chosen->details->uname)); uname 1246 lib/pacemaker/pcmk_sched_native.c rsc->id, dangling_source->details->uname); uname 1286 lib/pacemaker/pcmk_sched_native.c rsc->id, rsc->partial_migration_source->details->uname, uname 1287 lib/pacemaker/pcmk_sched_native.c rsc->partial_migration_target->details->uname); uname 1319 lib/pacemaker/pcmk_sched_native.c rsc->id, crm_str(current->details->uname), uname 1320 lib/pacemaker/pcmk_sched_native.c crm_str(chosen->details->uname)); uname 1586 lib/pacemaker/pcmk_sched_native.c current->details->uname); uname 1601 lib/pacemaker/pcmk_sched_native.c next->details->uname); uname 1763 lib/pacemaker/pcmk_sched_native.c rsc_lh->allocated_to->details->uname, uname 1764 lib/pacemaker/pcmk_sched_native.c (rh_node? rh_node->details->uname : "unallocated")); uname 1774 lib/pacemaker/pcmk_sched_native.c rsc_lh->id, rsc_rh->id, rh_node->details->uname); uname 1878 lib/pacemaker/pcmk_sched_native.c constraint->id, rsc_lh->id, node->details->uname, uname 1886 lib/pacemaker/pcmk_sched_native.c node->details->uname, constraint->score); uname 1892 lib/pacemaker/pcmk_sched_native.c constraint->id, rsc_lh->id, node->details->uname, uname 2136 lib/pacemaker/pcmk_sched_native.c first->uuid, first->node ? first->node->details->uname : "[none]", uname 2267 lib/pacemaker/pcmk_sched_native.c then->uuid, then->node ? then->node->details->uname : "[none]", then->flags, uname 2280 lib/pacemaker/pcmk_sched_native.c first->uuid, first->node ? first->node->details->uname : "[none]", uname 2323 lib/pacemaker/pcmk_sched_native.c node->weight, node->details->uname); uname 2329 lib/pacemaker/pcmk_sched_native.c node->weight, node->details->uname); uname 2440 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Filtered %s -> %s %s", current->details->uname, uname 2441 lib/pacemaker/pcmk_sched_native.c next->details->uname, rsc->id); uname 2444 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Forced on %s %s", current->details->uname, rsc->id); uname 2449 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s on %s", rsc->id, current->details->uname); uname 2469 lib/pacemaker/pcmk_sched_native.c pe_proc_err("Stopping %s until %s can be unfenced", rsc->id, current->details->uname); uname 2516 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s on %s %d %d", rsc->id, next ? next->details->uname : "N/A", optional, next ? next->weight : 0); uname 2538 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s on %s", rsc->id, next->details->uname); uname 2556 lib/pacemaker/pcmk_sched_native.c pe_rsc_debug(rsc, "%s\tPromote %s (canceled)", next->details->uname, rsc->id); uname 2582 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s on %s", rsc->id, next ? next->details->uname : "N/A"); uname 2592 lib/pacemaker/pcmk_sched_native.c crm_err("%s on %s", rsc->id, next ? next->details->uname : "N/A"); uname 2609 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Resource %s not deleted from %s: failed", rsc->id, node->details->uname); uname 2618 lib/pacemaker/pcmk_sched_native.c node->details->uname); uname 2622 lib/pacemaker/pcmk_sched_native.c crm_notice("Removing %s from %s", rsc->id, node->details->uname); uname 2707 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Skipping known: %s on %s", rsc->id, node->details->uname); uname 2787 lib/pacemaker/pcmk_sched_native.c && pe_find_node(remote->running_on, remote->allocated_to->details->uname) == NULL) uname 2823 lib/pacemaker/pcmk_sched_native.c crm_debug("Probing %s on %s (%s) %d %p", rsc->id, node->details->uname, role2text(rsc->role), uname 2829 lib/pacemaker/pcmk_sched_native.c crm_trace("Probing %s on %s (%s) as %s", rsc->id, node->details->uname, role2text(rsc->role), top->id); uname 2935 lib/pacemaker/pcmk_sched_native.c target->details->uname); uname 3007 lib/pacemaker/pcmk_sched_native.c target->details->uname); uname 3011 lib/pacemaker/pcmk_sched_native.c target->details->uname); uname 3084 lib/pacemaker/pcmk_sched_native.c rsc->id, target->details->uname); uname 3087 lib/pacemaker/pcmk_sched_native.c action->uuid, target->details->uname); uname 77 lib/pacemaker/pcmk_sched_notif.c expand_node_list(GList *list, char **uname, char **metal) uname 85 lib/pacemaker/pcmk_sched_notif.c CRM_ASSERT(uname != NULL); uname 87 lib/pacemaker/pcmk_sched_notif.c *uname = strdup(" "); uname 97 lib/pacemaker/pcmk_sched_notif.c if (node->details->uname == NULL) { uname 100 lib/pacemaker/pcmk_sched_notif.c pcmk__add_word(&node_list, &node_list_len, node->details->uname); uname 108 lib/pacemaker/pcmk_sched_notif.c if (node->details->uname == NULL) { uname 111 lib/pacemaker/pcmk_sched_notif.c pcmk__add_word(&metal_list, &metal_list_len, node->details->uname); uname 115 lib/pacemaker/pcmk_sched_notif.c *uname = node_list; uname 181 lib/pacemaker/pcmk_sched_notif.c if ((node_list != NULL) && (entry->node->details->uname != NULL)) { uname 183 lib/pacemaker/pcmk_sched_notif.c entry->node->details->uname); uname 799 lib/pacemaker/pcmk_sched_notif.c add_notify_env(n_data, "notify_stop_uname", action->node->details->uname); uname 150 lib/pacemaker/pcmk_sched_promotable.c child->id, cons_node->details->uname, child->priority, uname 201 lib/pacemaker/pcmk_sched_promotable.c rsc->id, node->details->uname); uname 213 lib/pacemaker/pcmk_sched_promotable.c crm_trace("Node can't run any resources: %s", node->details->uname); uname 230 lib/pacemaker/pcmk_sched_promotable.c crm_err("%s cannot run on %s: node not allowed", rsc->id, node->details->uname); uname 239 lib/pacemaker/pcmk_sched_promotable.c rsc->id, node->details->uname); uname 320 lib/pacemaker/pcmk_sched_promotable.c node->details->uname, child->id); uname 425 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Found %s for %s active on %s: done", active->id, key, node->details->uname); uname 429 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Found %s for %s on %s: not %s", active->id, key, node->details->uname, rsc->id); uname 433 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "%s on %s: not active", key, node->details->uname); uname 451 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Checking %s for %s on %s", rsc->id, key, node->details->uname); uname 505 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Anonymous clone %s is allowed on %s", rsc->id, node->details->uname); uname 519 lib/pacemaker/pcmk_sched_promotable.c rsc->id, rsc->clone_name, node->details->uname); uname 530 lib/pacemaker/pcmk_sched_promotable.c rsc->id, match->details->uname, match->weight); uname 543 lib/pacemaker/pcmk_sched_promotable.c name, node->details->uname, crm_str(attr_value)); uname 554 lib/pacemaker/pcmk_sched_promotable.c name, node->details->uname, crm_str(attr_value)); uname 601 lib/pacemaker/pcmk_sched_promotable.c child_rsc->id, node->details->uname, node->weight, new_score); uname 768 lib/pacemaker/pcmk_sched_promotable.c (chosen? chosen->details->uname : "none"), score); uname 800 lib/pacemaker/pcmk_sched_promotable.c child_rsc->id, role2text(child_rsc->role), chosen->details->uname); uname 967 lib/pacemaker/pcmk_sched_promotable.c crm_trace("%s: %d + %d", node->details->uname, node->weight, other->weight); uname 991 lib/pacemaker/pcmk_sched_promotable.c role2text(next_role), chosen->details->uname, constraint->score); uname 161 lib/pacemaker/pcmk_sched_utilization.c data->node->details->uname, (char *)key, data->rsc_id, required, remaining); uname 392 lib/pacemaker/pcmk_sched_utilization.c rsc->id, node->details->uname); uname 420 lib/pacemaker/pcmk_sched_utilization.c rsc->id, node->details->uname); uname 80 lib/pacemaker/pcmk_sched_utils.c node->details->uname, node->details->online, uname 183 lib/pacemaker/pcmk_sched_utils.c node1->details->uname, node1_weight, node2->details->uname, node2_weight); uname 189 lib/pacemaker/pcmk_sched_utils.c node1->details->uname, node1_weight, node2->details->uname, node2_weight); uname 194 lib/pacemaker/pcmk_sched_utils.c node1->details->uname, node1_weight, node2->details->uname, node2_weight); uname 204 lib/pacemaker/pcmk_sched_utils.c node1->details->uname, node2->details->uname, result); uname 208 lib/pacemaker/pcmk_sched_utils.c node1->details->uname, node2->details->uname, result); uname 216 lib/pacemaker/pcmk_sched_utils.c node1->details->uname, node1->details->num_resources, uname 217 lib/pacemaker/pcmk_sched_utils.c node2->details->uname, node2->details->num_resources); uname 222 lib/pacemaker/pcmk_sched_utils.c node1->details->uname, node1->details->num_resources, uname 223 lib/pacemaker/pcmk_sched_utils.c node2->details->uname, node2->details->num_resources); uname 229 lib/pacemaker/pcmk_sched_utils.c node1->details->uname, node1->details->num_resources, uname 230 lib/pacemaker/pcmk_sched_utils.c node2->details->uname, node2->details->num_resources); uname 234 lib/pacemaker/pcmk_sched_utils.c node1->details->uname, node1->details->num_resources, uname 235 lib/pacemaker/pcmk_sched_utils.c node2->details->uname, node2->details->num_resources); uname 239 lib/pacemaker/pcmk_sched_utils.c crm_trace("%s = %s", node1->details->uname, node2->details->uname); uname 240 lib/pacemaker/pcmk_sched_utils.c return strcmp(node1->details->uname, node2->details->uname); uname 258 lib/pacemaker/pcmk_sched_utils.c crm_info("Deallocating %s from %s", rsc->id, old->details->uname); uname 291 lib/pacemaker/pcmk_sched_utils.c rsc->id, chosen->details->uname, can_run_resources(chosen), chosen->weight); uname 338 lib/pacemaker/pcmk_sched_utils.c crm_debug("Assigning %s to %s", chosen->details->uname, rsc->id); uname 370 lib/pacemaker/pcmk_sched_utils.c node_uname = action->node->details->uname; uname 535 lib/pacemaker/pcmk_sched_utils.c node->details->uname); uname 540 lib/pacemaker/pcmk_sched_utils.c crm_notice("Scheduling shutdown of node %s", node->details->uname); uname 678 lib/pengine/bundle.c disallow_node(pe_resource_t *rsc, const char *uname) uname 680 lib/pengine/bundle.c gpointer match = g_hash_table_lookup(rsc->allowed_nodes, uname); uname 690 lib/pengine/bundle.c disallow_node((pe_resource_t *) (child->data), uname); uname 707 lib/pengine/bundle.c const char *uname = NULL; uname 746 lib/pengine/bundle.c uname = ID(xml_remote); uname 752 lib/pengine/bundle.c node = pe_find_node(data_set->nodes, uname); uname 754 lib/pengine/bundle.c node = pe_create_node(uname, uname, "remote", "-INFINITY", uname 779 lib/pengine/bundle.c disallow_node((pe_resource_t *) (rsc_iter->data), uname); uname 999 lib/pengine/bundle.c rsc->id, node->details->uname); uname 1001 lib/pengine/bundle.c crm_xml_add(xml, field, node->details->uname); uname 1004 lib/pengine/bundle.c return node->details->uname; uname 552 lib/pengine/clone.c pcmk__add_word(&list_text, &list_text_len, host->details->uname); uname 568 lib/pengine/clone.c pcmk__add_word(&list_text, &list_text_len, host->details->uname); uname 623 lib/pengine/clone.c if (pe_find_node(rsc->running_on, node->details->uname) == NULL) { uname 625 lib/pengine/clone.c node->details->uname); uname 835 lib/pengine/clone.c if (!pcmk__str_in_list(only_node, host->details->uname, pcmk__str_casei)) { uname 839 lib/pengine/clone.c pcmk__add_word(&list_text, &list_text_len, host->details->uname); uname 858 lib/pengine/clone.c if (!pcmk__str_in_list(only_node, host->details->uname, pcmk__str_casei)) { uname 862 lib/pengine/clone.c pcmk__add_word(&list_text, &list_text_len, host->details->uname); uname 920 lib/pengine/clone.c if (pe_find_node(rsc->running_on, node->details->uname) == NULL && uname 921 lib/pengine/clone.c pcmk__str_in_list(only_node, node->details->uname, pcmk__str_casei)) { uname 923 lib/pengine/clone.c node->details->uname); uname 625 lib/pengine/common.c pe_rsc_trace(rsc, "%s: Looking for %s on the container host %s", rsc->id, name, host->details->uname); uname 471 lib/pengine/complex.c if ((node != NULL) && (node->details->uname != NULL)) { uname 472 lib/pengine/complex.c node_name = node->details->uname; uname 131 lib/pengine/failcounts.c node->details->uname, xml_name, uname 301 lib/pengine/failcounts.c rsc->id, node->details->uname, rsc->failure_timeout); uname 337 lib/pengine/failcounts.c rsc->id, score, node->details->uname); uname 345 lib/pengine/failcounts.c rsc->id, score, node->details->uname); uname 377 lib/pengine/failcounts.c rsc->id, node->details->uname, reason, clear->uuid); uname 63 lib/pengine/native.c node->details->uname, node->details->priority, uname 80 lib/pengine/native.c a_node->details->uname, a_node->details->priority, uname 84 lib/pengine/native.c node->details->uname); uname 104 lib/pengine/native.c pe_rsc_trace(rsc, "Adding %s to %s %s", rsc->id, node->details->uname, uname 174 lib/pengine/native.c rsc->id, node->details->uname, uname 178 lib/pengine/native.c pe_rsc_trace(rsc, "Resource %s is active on: %s", rsc->id, node->details->uname); uname 244 lib/pengine/native.c rsc->id, node->details->uname); uname 355 lib/pengine/native.c rsc->id, a_node->details->uname); uname 359 lib/pengine/native.c rsc->id, a_node->details->uname); uname 362 lib/pengine/native.c rsc->id, a_node->details->uname); uname 503 lib/pengine/native.c node->details->uname, node->details->id, uname 578 lib/pengine/native.c + (node? strlen(node->details->uname) + 1 : 0) uname 602 lib/pengine/native.c g_string_append_printf(outstr, " %s", node->details->uname); uname 664 lib/pengine/native.c have_nodes = add_output_node(outstr, n->details->uname, have_nodes); uname 843 lib/pengine/native.c status_print("<li>\n%s", n->details->uname); uname 847 lib/pengine/native.c status_print(" %s", n->details->uname); uname 850 lib/pengine/native.c status_print("\t%d : %s", counter, n->details->uname); uname 853 lib/pengine/native.c status_print("%s", n->details->uname); uname 962 lib/pengine/native.c "name", node->details->uname, uname 1155 lib/pengine/native.c node_table = g_hash_table_lookup(active_table, node->details->uname); uname 1158 lib/pengine/native.c g_hash_table_insert(active_table, strdup(node->details->uname), node_table); uname 154 lib/pengine/pe_digest.c rsc->id, node->details->uname); uname 418 lib/pengine/pe_digest.c interval_ms, task, rsc->id, node->details->uname, uname 431 lib/pengine/pe_digest.c interval_ms, task, rsc->id, node->details->uname, uname 552 lib/pengine/pe_digest.c node->details->uname); uname 567 lib/pengine/pe_digest.c node->details->uname, digest); uname 574 lib/pengine/pe_digest.c rsc->id, node->details->uname, digest); uname 498 lib/pengine/pe_output.c CRM_ASSERT((node != NULL) && (node->details != NULL) && (node->details->uname != NULL)); uname 505 lib/pengine/pe_output.c node_host = host_node->details->uname; uname 513 lib/pengine/pe_output.c if (print_detail && !pcmk__str_eq(node->details->uname, node->details->id, pcmk__str_casei)) { uname 518 lib/pengine/pe_output.c name_len = strlen(node->details->uname) + 1; uname 529 lib/pengine/pe_output.c strcpy(node_name, node->details->uname); uname 636 lib/pengine/pe_output.c "node", pe_node->details->uname, uname 883 lib/pengine/pe_output.c "name", dc->details->uname, uname 1474 lib/pengine/pe_output.c "name", node->details->uname, uname 1508 lib/pengine/pe_output.c "name", node->details->uname, uname 1743 lib/pengine/pe_output.c if (!pcmk__str_in_list(only_node, node->details->uname, pcmk__str_casei)) { uname 1784 lib/pengine/pe_output.c comment, node->details->uname); uname 1801 lib/pengine/pe_output.c "node", node->details->uname, uname 1905 lib/pengine/pe_output.c if (!pcmk__str_in_list(only_node, node->details->uname, pcmk__str_casei)) { uname 1946 lib/pengine/pe_output.c if (!pcmk__str_in_list(only_node, node->details->uname, pcmk__str_casei)) { uname 2065 lib/pengine/pe_output.c if (!pcmk__str_in_list(only_node, node->details->uname, pcmk__str_casei)) { uname 2103 lib/pengine/pe_output.c if (!pcmk__str_in_list(only_node, node->details->uname, pcmk__str_casei)) { uname 2124 lib/pengine/pe_output.c const char *uname = va_arg(args, const char *); uname 2129 lib/pengine/pe_output.c prefix, rsc->id, uname, score); uname 2131 lib/pengine/pe_output.c out->list_item(out, NULL, "%s: %s = %s", prefix, uname, score); uname 2143 lib/pengine/pe_output.c const char *uname = va_arg(args, const char *); uname 2148 lib/pengine/pe_output.c "node", uname, uname 2239 lib/pengine/pe_output.c chosen? chosen->details->uname : "none", uname 2258 lib/pengine/pe_output.c crm_xml_add(node, "node", chosen->details->uname); uname 2534 lib/pengine/pe_output.c fn, rsc->id, node->details->uname); uname 2553 lib/pengine/pe_output.c "node", node->details->uname, uname 2747 lib/pengine/pe_output.c node->details->uname, node->weight, node->fixed ? "True" : "False"); uname 156 lib/pengine/remote.c pe_create_remote_xml(xmlNode *parent, const char *uname, uname 167 lib/pengine/remote.c crm_xml_add(remote, XML_ATTR_ID, uname); uname 174 lib/pengine/remote.c crm_xml_set_id(xml_sub, "%s-%s", uname, XML_TAG_META_SETS); uname 192 lib/pengine/remote.c crm_xml_set_id(xml_sub, "%s-%s", uname, XML_TAG_ATTR_SETS); uname 204 lib/pengine/remote.c crm_create_op_xml(xml_sub, uname, "monitor", "30s", "30s"); uname 206 lib/pengine/remote.c crm_create_op_xml(xml_sub, uname, "start", "0", start_timeout); uname 809 lib/pengine/rules.c const char *uname = NULL; uname 868 lib/pengine/rules.c uname = g_hash_table_lookup(rule_data->node_hash, CRM_ATTR_UNAME); uname 872 lib/pengine/rules.c ID(expr), accept ? "passed" : "failed", uname ? uname : "all nodes"); uname 202 lib/pengine/status.c "(guest or remote)" : node->details->uname)); uname 406 lib/pengine/status.c pe_find_node_any(GList *nodes, const char *id, const char *uname) uname 413 lib/pengine/status.c crm_trace("Looking up %s via its uname instead", uname); uname 414 lib/pengine/status.c return pe_find_node(nodes, uname); uname 434 lib/pengine/status.c pe_find_node(GList *nodes, const char *uname) uname 441 lib/pengine/status.c if (node && pcmk__str_eq(node->details->uname, uname, pcmk__str_casei)) { uname 77 lib/pengine/tags.c retval = g_list_append(retval, strdup(node->details->uname)); uname 111 lib/pengine/unpack.c node->details->uname, reason, rsc->id); uname 115 lib/pengine/unpack.c node->details->uname, rsc->id, reason); uname 130 lib/pengine/unpack.c node->details->uname, reason); uname 140 lib/pengine/unpack.c node->details->uname, reason); uname 144 lib/pengine/unpack.c node->details->uname, uname 154 lib/pengine/unpack.c node->details->uname, uname 160 lib/pengine/unpack.c node->details->uname, uname 390 lib/pengine/unpack.c pe_create_node(const char *id, const char *uname, const char *type, uname 395 lib/pengine/unpack.c if (pe_find_node(data_set->nodes, uname) != NULL) { uname 396 lib/pengine/unpack.c pcmk__config_warn("More than one node entry has name '%s'", uname); uname 413 lib/pengine/unpack.c crm_trace("Creating node for entry %s/%s", uname, id); uname 415 lib/pengine/unpack.c new_node->details->uname = uname; uname 535 lib/pengine/unpack.c const char *uname = NULL; uname 555 lib/pengine/unpack.c uname = crm_element_value(xml_obj, XML_ATTR_UNAME); uname 558 lib/pengine/unpack.c crm_trace("Processing node %s/%s", uname, id); uname 565 lib/pengine/unpack.c new_node = pe_create_node(id, uname, type, score, data_set); uname 723 lib/pengine/unpack.c new_rsc->id, remote_node->details->uname); uname 974 lib/pengine/unpack.c crm_trace("Processing remote node id=%s, uname=%s", this_node->details->id, this_node->details->uname); uname 988 lib/pengine/unpack.c crm_info("Node %s is shutting down", this_node->details->uname); uname 993 lib/pengine/unpack.c crm_info("Node %s is in standby-mode", this_node->details->uname); uname 999 lib/pengine/unpack.c crm_info("Node %s is in maintenance-mode", this_node->details->uname); uname 1008 lib/pengine/unpack.c XML_NODE_ATTR_RSC_DISCOVERY, this_node->details->uname); uname 1015 lib/pengine/unpack.c crm_info("Node %s has resource discovery disabled", this_node->details->uname); uname 1039 lib/pengine/unpack.c crm_info("Node %s is in standby-mode", node->details->uname); uname 1044 lib/pengine/unpack.c crm_info("Node %s is in maintenance-mode", node->details->uname); uname 1052 lib/pengine/unpack.c XML_NODE_ATTR_RSC_DISCOVERY, node->details->uname); uname 1072 lib/pengine/unpack.c const char *uname = NULL; uname 1082 lib/pengine/unpack.c uname = crm_element_value(state, XML_ATTR_UNAME); uname 1083 lib/pengine/unpack.c if (uname == NULL) { uname 1089 lib/pengine/unpack.c this_node = pe_find_node_any(data_set->nodes, id, uname); uname 1092 lib/pengine/unpack.c "it is no longer in the configuration", uname); uname 1116 lib/pengine/unpack.c this_node->details->uname, id); uname 1158 lib/pengine/unpack.c const char *uname = crm_element_value(state, XML_ATTR_UNAME); uname 1161 lib/pengine/unpack.c if ((id == NULL) || (uname == NULL)) { uname 1168 lib/pengine/unpack.c this_node = pe_find_node_any(data_set->nodes, id, uname); uname 1385 lib/pengine/unpack.c this_node->details->uname, crm_str(in_cluster), crm_str(is_peer), uname 1395 lib/pengine/unpack.c crm_debug("%s is shutting down", this_node->details->uname); uname 1409 lib/pengine/unpack.c crm_info("- Node %s is not ready to run resources", this_node->details->uname); uname 1414 lib/pengine/unpack.c crm_trace("%s is down or still coming up", this_node->details->uname); uname 1419 lib/pengine/unpack.c crm_info("Node %s was just shot", this_node->details->uname); uname 1434 lib/pengine/unpack.c crm_info("Node %s is active", this_node->details->uname); uname 1437 lib/pengine/unpack.c crm_info("Node %s is not ready to run resources", this_node->details->uname); uname 1444 lib/pengine/unpack.c this_node->details->uname, crm_str(in_cluster), crm_str(is_peer), uname 1568 lib/pengine/unpack.c crm_info("Node %s is not a pacemaker node", this_node->details->uname); uname 1571 lib/pengine/unpack.c pe_proc_warn("Node %s is unclean", this_node->details->uname); uname 1574 lib/pengine/unpack.c crm_info("Node %s is %s", this_node->details->uname, uname 1581 lib/pengine/unpack.c crm_trace("Node %s is offline", this_node->details->uname); uname 1725 lib/pengine/unpack.c top->id, parent->id, rsc_id, node->details->uname); uname 1757 lib/pengine/unpack.c pe_rsc_trace(parent, "Looking for %s on %s in %s", rsc_id, node->details->uname, parent->id); uname 1805 lib/pengine/unpack.c parent->id, node->details->uname); uname 1922 lib/pengine/unpack.c rsc_id, node->details->uname, rsc->id, uname 1934 lib/pengine/unpack.c crm_debug("Detected orphan resource %s on %s", rsc_id, node->details->uname); uname 1959 lib/pengine/unpack.c rsc->id, role2text(rsc->role), node->details->uname, fail2text(on_fail)); uname 1970 lib/pengine/unpack.c n->details->uname); uname 2151 lib/pengine/unpack.c rsc->id, node->details->uname); uname 2156 lib/pengine/unpack.c rsc->id, node->details->uname); uname 2220 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: node is offline", rsc->id, node->details->uname); uname 2225 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: resource is not active", id, node->details->uname); uname 2229 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: old %d", id, node->details->uname, counter); uname 2235 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: non-recurring", id, node->details->uname); uname 2241 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: status", id, node->details->uname); uname 2247 lib/pengine/unpack.c pe_rsc_trace(rsc, "Creating %s/%s", key, node->details->uname); uname 2314 lib/pengine/unpack.c rsc->id, node->details->uname); uname 2362 lib/pengine/unpack.c rsc_id, node->details->uname); uname 2622 lib/pengine/unpack.c node->details->uname, NULL, TRUE, data_set); uname 2657 lib/pengine/unpack.c CRM_CHECK(source && target && !strcmp(source, node->details->uname), return); uname 2744 lib/pengine/unpack.c CRM_CHECK(source && target && !strcmp(source, node->details->uname), return); uname 2811 lib/pengine/unpack.c CRM_CHECK(source && target && !strcmp(target, node->details->uname), return); uname 2853 lib/pengine/unpack.c const char *uname = crm_element_value(xIter, XML_ATTR_UNAME); uname 2855 lib/pengine/unpack.c if(pcmk__str_eq(op_key, key, pcmk__str_casei) && pcmk__str_eq(uname, node->details->uname, pcmk__str_casei)) { uname 2856 lib/pengine/unpack.c crm_trace("Skipping duplicate entry %s on %s", op_key, node->details->uname); uname 2861 lib/pengine/unpack.c crm_trace("Adding entry %s on %s", op_key, node->details->uname); uname 2862 lib/pengine/unpack.c crm_xml_add(op, XML_ATTR_UNAME, node->details->uname); uname 3019 lib/pengine/unpack.c (is_probe? "probe" : task), rsc->id, node->details->uname, uname 3026 lib/pengine/unpack.c (is_probe? "probe" : task), rsc->id, node->details->uname, uname 3038 lib/pengine/unpack.c rsc->id, node->details->uname); uname 3185 lib/pengine/unpack.c key, node->details->uname); uname 3190 lib/pengine/unpack.c key, node->details->uname, uname 3201 lib/pengine/unpack.c rsc->id, node->details->uname, uname 3224 lib/pengine/unpack.c rsc->id, node->details->uname, uname 3255 lib/pengine/unpack.c node->details->uname, services_ocf_exitcode_str(rc), uname 3268 lib/pengine/unpack.c rc, task, rsc->id, node->details->uname, uname 3589 lib/pengine/unpack.c pe_rsc_trace(rsc, "%s active on %s", rsc->id, node->details->uname); uname 3711 lib/pengine/unpack.c task_key, task, task_id, status, rc, node->details->uname, role2text(rsc->role)); uname 3716 lib/pengine/unpack.c node->details->uname, rsc->id); uname 3746 lib/pengine/unpack.c task_key, node->details->uname, rc, target_rc, magic); uname 3762 lib/pengine/unpack.c task_key, node->details->uname, rc, target_rc, magic); uname 3783 lib/pengine/unpack.c ID(xml_op), task, rsc->id, node->details->uname, uname 3825 lib/pengine/unpack.c task, rsc->id, node->details->uname, uname 3836 lib/pengine/unpack.c task, rsc->id, node->details->uname, status, rc, uname 3876 lib/pengine/unpack.c node->details->uname, last_change_str(xml_op), rc, uname 3880 lib/pengine/unpack.c crm_xml_add(xml_op, XML_ATTR_UNAME, node->details->uname); uname 3897 lib/pengine/unpack.c parent->id, node->details->uname, uname 3937 lib/pengine/unpack.c strdup(CRM_ATTR_UNAME), strdup(node->details->uname)); uname 4059 lib/pengine/unpack.c const char *uname = crm_element_value(node_state, XML_ATTR_UNAME); uname 4061 lib/pengine/unpack.c if (node != NULL && !pcmk__str_eq(uname, node, pcmk__str_casei)) { uname 4065 lib/pengine/unpack.c this_node = pe_find_node(data_set->nodes, uname); uname 4100 lib/pengine/unpack.c intermediate = extract_operations(uname, rsc_id, lrm_rsc, active_filter); uname 124 lib/pengine/utils.c crm_notice("We can fence %s without quorum because they're in our membership", node->details->uname); uname 128 lib/pengine/utils.c crm_trace("Cannot fence %s", node->details->uname); uname 220 lib/pengine/utils.c return pcmk__numeric_strcasecmp(((const pe_node_t *) a)->details->uname, uname 221 lib/pengine/utils.c ((const pe_node_t *) b)->details->uname); uname 246 lib/pengine/utils.c out->message(out, "node-weight", rsc, comment, node->details->uname, score); uname 281 lib/pengine/utils.c node->details->uname, score); uname 285 lib/pengine/utils.c comment, node->details->uname, uname 444 lib/pengine/utils.c on_node ? on_node->details->uname : "<NULL>", g_list_length(possible_matches)); uname 451 lib/pengine/utils.c (on_node? on_node->details->uname : "no node")); uname 461 lib/pengine/utils.c (on_node? on_node->details->uname : "no node")); uname 551 lib/pengine/utils.c action->uuid, action->node->details->uname, uname 573 lib/pengine/utils.c action->uuid, action->node->details->uname); uname 585 lib/pengine/utils.c action->uuid, action->node->details->uname); uname 598 lib/pengine/utils.c action->uuid, action->node->details->uname); uname 602 lib/pengine/utils.c action->uuid, action->node->details->uname); uname 616 lib/pengine/utils.c action->uuid, action->node->details->uname); uname 623 lib/pengine/utils.c action->uuid, action->node->details->uname); uname 1478 lib/pengine/utils.c key, on_node->details->uname); uname 1484 lib/pengine/utils.c crm_trace("Action %s on %s matches", key, on_node->details->uname); uname 1489 lib/pengine/utils.c key, action->node->details->uname, uname 1490 lib/pengine/utils.c on_node->details->uname); uname 1584 lib/pengine/utils.c pe_rsc_trace(rsc, "Setting %s for %s on %s: %d", tag, rsc->id, node->details->uname, score); uname 1621 lib/pengine/utils.c crm_info("Deallocating %s from %s", rsc->id, rsc->allocated_to->details->uname); uname 2051 lib/pengine/utils.c op_key = crm_strdup_printf("%s-%s-%s", CRM_OP_FENCE, node->details->uname, op); uname 2060 lib/pengine/utils.c add_hash_param(stonith_op->meta, XML_LRM_ATTR_TARGET, node->details->uname); uname 2088 lib/pengine/utils.c crm_notice("Unfencing %s (remote): because the definition of %s changed", node->details->uname, match->id); uname 2092 lib/pengine/utils.c node->details->uname, match->id); uname 2403 lib/pengine/utils.c if (pcmk__str_in_list(node_list, node->details->uname, pcmk__str_casei)) { uname 1722 tools/crm_mon.c char *s = crm_strdup_printf("offline node: %s", node->details->uname); uname 140 tools/crm_node.c return pcmk__numeric_strcasecmp((node_a->uname? node_a->uname : ""), uname 141 tools/crm_node.c (node_b->uname? node_b->uname : "")); uname 198 tools/crm_node.c if (reply->data.node_info.uname == NULL) { uname 203 tools/crm_node.c printf("%s\n", reply->data.node_info.uname); uname 233 tools/crm_node.c const char *uname = (node->uname? node->uname : ""); uname 238 tools/crm_node.c (unsigned long) node->id, uname, state); uname 242 tools/crm_node.c printf("%s ", uname); uname 971 tools/crm_resource.c rc = cli_resource_ban(out, options.rsc_id, current->details->uname, move_lifetime, NULL, uname 990 tools/crm_resource.c rc = cli_resource_ban(out, options.rsc_id, current->details->uname, move_lifetime, NULL, uname 1068 tools/crm_resource.c rc = cli_resource_clear(options.rsc_id, dest->details->uname, NULL, uname 1286 tools/crm_resource.c router_node = node->details->uname; uname 1956 tools/crm_resource.c rc = cli_resource_ban(out, options.rsc_id, node->details->uname, uname 91 tools/crm_resource_ban.c rc = cli_resource_ban(out, rsc_id, target->details->uname, move_lifetime, uname 332 tools/crm_resource_ban.c rc = cli_resource_clear(rsc_id, target->details->uname, NULL, uname 72 tools/crm_resource_print.c host = node->details->uname; uname 569 tools/crm_resource_print.c const char *host_uname = (node == NULL)? NULL : node->details->uname; uname 604 tools/crm_resource_print.c const char* host_uname = node->details->uname; uname 652 tools/crm_resource_print.c const char *host_uname = (node == NULL)? NULL : node->details->uname; uname 688 tools/crm_resource_print.c const char* host_uname = node->details->uname; uname 38 tools/crm_resource_runtime.c rc->lock_node = rsc->lock_node->details->uname; uname 56 tools/crm_resource_runtime.c ni->node_name = node->details->uname; uname 90 tools/crm_resource_runtime.c ni->node_name = node->details->uname; uname 556 tools/crm_resource_runtime.c router_node = node->details->uname; uname 713 tools/crm_resource_runtime.c rc = pcmk__node_attr_request_clear(NULL, node->details->uname, rsc_name, uname 775 tools/crm_resource_runtime.c rc = cli_resource_delete(controld_api, node->details->uname, uname 880 tools/crm_resource_runtime.c rc = clear_rsc_failures(out, controld_api, node->details->uname, NULL, uname 980 tools/crm_resource_runtime.c if(strcmp(host, node->details->uname) == 0) { uname 1585 tools/crm_resource_runtime.c out->info(out, "\tAction %d: %s\ton %s", a->id, a->uuid, a->node->details->uname); uname 1952 tools/crm_resource_runtime.c rsc_id, promoted_role_only?"promoted":"active", dest->details->uname); uname 1962 tools/crm_resource_runtime.c cli_resource_clear(rsc_id, dest->details->uname, data_set->nodes, cib, uname 1966 tools/crm_resource_runtime.c rc = cli_resource_prefer(out, rsc_id, dest->details->uname, move_lifetime, uname 1971 tools/crm_resource_runtime.c dest->details->uname, force?"(forced)":""); uname 1979 tools/crm_resource_runtime.c (void)cli_resource_ban(out, rsc_id, current->details->uname, move_lifetime, uname 1986 tools/crm_resource_runtime.c count, dest->details->uname); uname 437 tools/crm_simulate.c action_host = action->node->details->uname; uname 271 tools/ipmiservicelogd.c if (uname(&name) == -1) {