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 796 daemons/attrd/attrd_commands.c if (!(v->seen) && pcmk__str_eq(v->nodename, attrd_cluster->uname, uname 829 daemons/attrd/attrd_commands.c attribute_value_t *v = g_hash_table_lookup(a->values, attrd_cluster->uname); uname 933 daemons/attrd/attrd_commands.c && pcmk__str_eq(host, attrd_cluster->uname, pcmk__str_casei)) { uname 936 daemons/attrd/attrd_commands.c attr, host, v->current, value, peer->uname); uname 941 daemons/attrd/attrd_commands.c attr, host, v->current? v->current : "(unset)", value? value : "(unset)", peer->uname); uname 945 daemons/attrd/attrd_commands.c if (pcmk__str_eq(host, attrd_cluster->uname, pcmk__str_casei) uname 968 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 971 daemons/attrd/attrd_commands.c crm_trace("Unchanged %s[%s] from %s is %s", attr, host, peer->uname, value); uname 986 daemons/attrd/attrd_commands.c known_peer->uname, known_peer->uuid); uname 1028 daemons/attrd/attrd_commands.c peer->uname, state_text(peer->state)); uname 1036 daemons/attrd/attrd_commands.c peer->uname, (gone? "no longer" : "now")); uname 1042 daemons/attrd/attrd_commands.c peer->uname, state_text(peer->state), state_text(data)); uname 1053 daemons/attrd/attrd_commands.c attrd_peer_remove(peer->uname, FALSE, "loss"); uname 1065 daemons/attrd/attrd_commands.c cache_remote_node(peer->uname); uname 1344 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 84 daemons/attrd/attrd_elections.c pcmk__str_update(&peer_writer, peer->uname); uname 95 daemons/attrd/attrd_elections.c crm_info("Ignoring election op from %s due to error", peer->uname); uname 108 daemons/attrd/attrd_elections.c && !pcmk__str_eq(peer->uname, attrd_cluster->uname, pcmk__str_casei)) { uname 110 daemons/attrd/attrd_elections.c peer->uname); uname 113 daemons/attrd/attrd_elections.c } else if (!pcmk__str_eq(peer->uname, peer_writer, pcmk__str_casei)) { uname 115 daemons/attrd/attrd_elections.c peer->uname, (peer_writer? peer_writer : "unset")); uname 116 daemons/attrd/attrd_elections.c pcmk__str_update(&peer_writer, peer->uname); uname 127 daemons/attrd/attrd_elections.c pcmk__str_update(&peer_writer, attrd_cluster->uname); uname 133 daemons/attrd/attrd_elections.c election_remove(writer, peer->uname); uname 134 daemons/attrd/attrd_elections.c if (peer_writer && pcmk__str_eq(peer->uname, peer_writer, pcmk__str_casei)) { uname 137 daemons/attrd/attrd_elections.c crm_notice("Lost attribute writer %s", peer->uname); uname 157 daemons/attrd/attrd_elections.c crm_debug("Checking election status upon loss of voter %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 48 daemons/controld/controld_alerts.c node->uname, node->id, node->state); uname 233 daemons/controld/controld_based.c controld_delete_node_state(const char *uname, enum controld_section_e section, uname 239 daemons/controld/controld_based.c CRM_CHECK(uname != NULL, return); uname 242 daemons/controld/controld_based.c xpath = crm_strdup_printf(XPATH_NODE_LRM, uname); uname 243 daemons/controld/controld_based.c desc = crm_strdup_printf("resource history for node %s", uname); uname 246 daemons/controld/controld_based.c xpath = crm_strdup_printf(XPATH_NODE_LRM_UNLOCKED, uname, uname); uname 248 daemons/controld/controld_based.c "locks) for node %s", uname); uname 251 daemons/controld/controld_based.c xpath = crm_strdup_printf(XPATH_NODE_ATTRS, uname); uname 252 daemons/controld/controld_based.c desc = crm_strdup_printf("transient attributes for node %s", uname); uname 255 daemons/controld/controld_based.c xpath = crm_strdup_printf(XPATH_NODE_ALL, uname); uname 256 daemons/controld/controld_based.c desc = crm_strdup_printf("all state for node %s", uname); uname 260 daemons/controld/controld_based.c uname, uname, uname); uname 262 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 (pcmk_is_set(down->flags, pcmk__graph_action_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 35 daemons/controld/controld_election.c controld_election_init(const char *uname) uname 37 daemons/controld/controld_election.c fsa_election = election_init("DC", uname, 60000 /*60s*/, election_win_cb); uname 41 daemons/controld/controld_election.c controld_remove_voter(const char *uname) uname 43 daemons/controld/controld_election.c election_remove(fsa_election, uname); uname 45 daemons/controld/controld_election.c if (pcmk__str_eq(uname, fsa_our_dc, pcmk__str_casei)) { uname 233 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 623 daemons/controld/controld_join_dc.c const char *join_to = join_node->uname; uname 772 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 802 daemons/controld/controld_messages.c crm_xml_add(xml, XML_ATTR_UNAME, node->uname); uname 857 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 303 daemons/controld/controld_te_utils.c const char *uname = crm_peer_uname(ID(reason)); uname 308 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 2725 daemons/fenced/fenced_commands.c host = node->uname; uname 2833 daemons/fenced/fenced_commands.c } else if (peer->uname == NULL) { uname 2872 daemons/fenced/fenced_commands.c crm_trace("Checking for %s.%d != %s", entry->uname, entry->id, target); uname 2874 daemons/fenced/fenced_commands.c && !pcmk__str_eq(entry->uname, target, pcmk__str_casei)) { uname 2875 daemons/fenced/fenced_commands.c alternate_host = entry->uname; uname 2884 daemons/fenced/fenced_commands.c crm_notice("Peer[%d] %s", entry->id, entry->uname); uname 459 daemons/fenced/fenced_history.c target = node->uname; uname 1204 daemons/fenced/fenced_remote.c if (node && node->uname) { uname 1206 daemons/fenced/fenced_remote.c op->target = strdup(node->uname); uname 597 daemons/fenced/pacemaker-fenced.c if (node && strcmp(node->details->uname, stonith_our_uname) == 0) { uname 739 daemons/fenced/pacemaker-fenced.c crm_trace("Available: %s = %d", node->details->uname, node->weight); uname 1680 daemons/fenced/pacemaker-fenced.c stonith_our_uname = strdup(cluster->uname); uname 1716 daemons/fenced/pacemaker-fenced.c free(cluster->uname); uname 54 include/crm/cib/util.h int query_node_uuid(cib_t * the_cib, const char *uname, char **uuid, int *is_remote_node); uname 56 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 43 include/crm/common/ipc_controld.h const char *uname; uname 70 include/crm/common/ipc_controld.h const char *uname; uname 518 include/crm/pengine/internal.h pe_node_t *pe_create_node(const char *id, const char *uname, const char *type, uname 216 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 465 include/crm/stonith-ng.h int stonith_api_kick(uint32_t nodeid, const char *uname, int timeout, bool off); uname 466 include/crm/stonith-ng.h time_t stonith_api_time(uint32_t nodeid, const char *uname, bool in_progress); uname 510 include/crm/stonith-ng.h typedef int (*st_api_kick_fn) (int nodeid, const char *uname, int timeout, bool off); uname 511 include/crm/stonith-ng.h typedef time_t (*st_api_time_fn) (int nodeid, const char *uname, bool in_progress); uname 597 lib/cib/cib_attrs.c query_node_uuid(cib_t * the_cib, const char *uname, char **uuid, int *is_remote_node) uname 604 lib/cib/cib_attrs.c CRM_ASSERT(uname != NULL); uname 606 lib/cib/cib_attrs.c host_lowercase = g_ascii_strdown(uname, -1); uname 629 lib/cib/cib_attrs.c uname, pcmk_strerror(rc)); uname 631 lib/cib/cib_attrs.c crm_info("Mapped node name '%s' to UUID %s", uname, (uuid? *uuid : "")); uname 637 lib/cib/cib_attrs.c query_node_uname(cib_t * the_cib, const char *uuid, char **uname) uname 645 lib/cib/cib_attrs.c CRM_ASSERT(uname != NULL); uname 661 lib/cib/cib_attrs.c *uname = NULL; uname 672 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 305 lib/cluster/cpg.c return host->uname; uname 460 lib/cluster/cpg.c } else if (msg->host.size != 0 && !pcmk__str_eq(msg->host.uname, local_name, pcmk__str_casei)) { uname 462 lib/cluster/cpg.c crm_trace("Not for us: %s != %s", msg->host.uname, local_name); uname 473 lib/cluster/cpg.c } else if (peer->uname == NULL) { uname 478 lib/cluster/cpg.c msg->sender.size = strlen(peer->uname); uname 479 lib/cluster/cpg.c memset(msg->sender.uname, 0, MAX_NAME); uname 480 lib/cluster/cpg.c memcpy(msg->sender.uname, peer->uname, msg->sender.size); uname 493 lib/cluster/cpg.c *from = msg->sender.uname; uname 529 lib/cluster/cpg.c crm_get_peer(msg->sender.id, msg->sender.uname); uname 606 lib/cluster/cpg.c } else if (peer->uname == NULL) { uname 609 lib/cluster/cpg.c return peer->uname; uname 969 lib/cluster/cpg.c if (node->uname) { uname 970 lib/cluster/cpg.c target = strdup(node->uname); uname 971 lib/cluster/cpg.c msg->host.size = strlen(node->uname); uname 972 lib/cluster/cpg.c memset(msg->host.uname, 0, MAX_NAME); uname 973 lib/cluster/cpg.c memcpy(msg->host.uname, node->uname, msg->host.size); uname 986 lib/cluster/cpg.c memset(msg->sender.uname, 0, MAX_NAME); uname 988 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 313 lib/cluster/membership.c } else if (search->id == 0 && !pcmk__str_eq(node->uname, search->uname, pcmk__str_casei)) { uname 318 lib/cluster/membership.c (node->uname? node->uname : "unknown"), node->id); uname 344 lib/cluster/membership.c pcmk__str_update(&search.uname, name); uname 349 lib/cluster/membership.c (search.uname? " and/or uname=" : ""), uname 350 lib/cluster/membership.c (search.uname? search.uname : "")); uname 354 lib/cluster/membership.c search.id, (search.uname? " and/or uname=" : ""), uname 355 lib/cluster/membership.c (search.uname? search.uname : "")); uname 358 lib/cluster/membership.c free(search.uname); uname 389 lib/cluster/membership.c crm_trace("Destroying entry for node %u: %s", node->id, node->uname); uname 391 lib/cluster/membership.c free(node->uname); uname 483 lib/cluster/membership.c do_crm_log(level, "%s: Node %u/%s = %p - %s", caller, node->id, node->uname, node, id); uname 504 lib/cluster/membership.c pcmk__search_node_caches(unsigned int id, const char *uname, uint32_t flags) uname 508 lib/cluster/membership.c CRM_ASSERT(id > 0 || uname != NULL); uname 512 lib/cluster/membership.c if ((uname != NULL) && pcmk_is_set(flags, CRM_GET_PEER_REMOTE)) { uname 513 lib/cluster/membership.c node = g_hash_table_lookup(crm_remote_peer_cache, uname); uname 517 lib/cluster/membership.c node = pcmk__search_cluster_node_cache(id, uname); uname 532 lib/cluster/membership.c crm_get_peer_full(unsigned int id, const char *uname, int flags) uname 536 lib/cluster/membership.c CRM_ASSERT(id > 0 || uname != NULL); uname 541 lib/cluster/membership.c node = g_hash_table_lookup(crm_remote_peer_cache, uname); uname 545 lib/cluster/membership.c node = crm_get_peer(id, uname); uname 560 lib/cluster/membership.c pcmk__search_cluster_node_cache(unsigned int id, const char *uname) uname 567 lib/cluster/membership.c CRM_ASSERT(id > 0 || uname != NULL); uname 571 lib/cluster/membership.c if (uname != NULL) { uname 574 lib/cluster/membership.c if(node->uname && strcasecmp(node->uname, uname) == 0) { uname 575 lib/cluster/membership.c crm_trace("Name match: %s = %p", node->uname, node); uname 596 lib/cluster/membership.c crm_trace("Consistent: %p for %u/%s", by_id, id, uname); uname 599 lib/cluster/membership.c crm_trace("Only one: %p for %u/%s", by_name, id, uname); uname 604 lib/cluster/membership.c id, by_name->id, uname); uname 612 lib/cluster/membership.c crm_trace("Only one: %p for %u/%s", by_id, id, uname); uname 614 lib/cluster/membership.c if(uname && by_id->uname) { uname 617 lib/cluster/membership.c uname, by_id->uname, id, uname); uname 620 lib/cluster/membership.c } else if(uname && by_id->uname) { uname 621 lib/cluster/membership.c if(pcmk__str_eq(uname, by_id->uname, pcmk__str_casei)) { uname 622 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 626 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 633 lib/cluster/membership.c crm_warn("Node %u and %u share the same name: '%s'", by_id->id, by_name->id, uname); uname 659 lib/cluster/membership.c if (node->id == 0 || node->uname == NULL) { uname 671 lib/cluster/membership.c && existing_node->uname != NULL uname 672 lib/cluster/membership.c && strcasecmp(existing_node->uname, node->uname) == 0) { uname 679 lib/cluster/membership.c existing_node->id, existing_node->uname, node->id); uname 700 lib/cluster/membership.c crm_get_peer(unsigned int id, const char *uname) uname 705 lib/cluster/membership.c CRM_ASSERT(id > 0 || uname != NULL); uname 709 lib/cluster/membership.c node = pcmk__search_cluster_node_cache(id, uname); uname 713 lib/cluster/membership.c if ((node == NULL || node->uname == NULL) && (uname == NULL)) { uname 718 lib/cluster/membership.c uname = uname_lookup; uname 719 lib/cluster/membership.c crm_trace("Inferred a name of '%s' for node %u", uname, id); uname 723 lib/cluster/membership.c node = pcmk__search_cluster_node_cache(id, uname); uname 735 lib/cluster/membership.c uniqueid, node, uname, id, 1 + g_hash_table_size(crm_peer_cache)); uname 739 lib/cluster/membership.c if(id > 0 && uname && (node->id == 0 || node->uname == NULL)) { uname 740 lib/cluster/membership.c crm_info("Node %u is now known as %s", id, uname); uname 747 lib/cluster/membership.c if (uname && (node->uname == NULL)) { uname 748 lib/cluster/membership.c update_peer_uname(node, uname); uname 758 lib/cluster/membership.c crm_info("Cannot obtain a UUID for node %u/%s", id, node->uname); uname 779 lib/cluster/membership.c update_peer_uname(crm_node_t *node, const char *uname) uname 781 lib/cluster/membership.c CRM_CHECK(uname != NULL, uname 784 lib/cluster/membership.c crm_err("Bug: can't update node name to %s without node", uname); uname 787 lib/cluster/membership.c if (pcmk__str_eq(uname, node->uname, pcmk__str_casei)) { uname 788 lib/cluster/membership.c crm_debug("Node uname '%s' did not change", uname); uname 792 lib/cluster/membership.c for (const char *c = uname; *c; ++c) { uname 795 lib/cluster/membership.c uname); uname 800 lib/cluster/membership.c pcmk__str_update(&node->uname, uname); uname 897 lib/cluster/membership.c node->uname, node->processes, uname 905 lib/cluster/membership.c node->uname, node->processes, uname 912 lib/cluster/membership.c crm_info("%s: Node %s[%u] - all processes are now offline", source, node->uname, uname 915 lib/cluster/membership.c crm_info("%s: Node %s[%u] - %s is now %s", source, node->uname, node->id, uname 944 lib/cluster/membership.c crm_trace("%s: Node %s[%u] - %s is unchanged (%s)", source, node->uname, node->id, uname 980 lib/cluster/membership.c crm_info("%s: Node %s[%u] - expected state is now %s (was %s)", source, node->uname, node->id, uname 984 lib/cluster/membership.c crm_trace("%s: Node %s[%u] - expected state is unchanged (%s)", source, node->uname, uname 1029 lib/cluster/membership.c " nodeid=%u previous=%s source=%s", node->uname, state, uname 1043 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 1047 lib/cluster/membership.c reap_crm_member(node->id, node->uname); uname 1054 lib/cluster/membership.c " nodeid=%u source=%s", node->uname, state, node->id, source); uname 1108 lib/cluster/membership.c node->uname, node->id); uname 1115 lib/cluster/membership.c find_known_node(const char *id, const char *uname) uname 1122 lib/cluster/membership.c if (uname) { uname 1125 lib/cluster/membership.c if (node->uname && strcasecmp(node->uname, uname) == 0) { uname 1126 lib/cluster/membership.c crm_trace("Name match: %s = %p", node->uname, node); uname 1147 lib/cluster/membership.c crm_trace("Consistent: %p for %s/%s", by_id, id, uname); uname 1150 lib/cluster/membership.c crm_trace("Only one: %p for %s/%s", by_name, id, uname); uname 1160 lib/cluster/membership.c crm_trace("Only one: %p for %s/%s", by_id, id, uname); uname 1162 lib/cluster/membership.c if (uname) { uname 1166 lib/cluster/membership.c } else if (uname && by_id->uname uname 1167 lib/cluster/membership.c && pcmk__str_eq(uname, by_id->uname, pcmk__str_casei)) { uname 1185 lib/cluster/membership.c uname? " with name " : "", uname 1186 lib/cluster/membership.c uname? uname : ""); uname 1196 lib/cluster/membership.c const char *uname = crm_element_value(xml_node, XML_ATTR_UNAME); uname 1199 lib/cluster/membership.c CRM_CHECK(id != NULL && uname !=NULL, return); uname 1200 lib/cluster/membership.c node = find_known_node(id, uname); uname 1208 lib/cluster/membership.c node->uname = strdup(uname); uname 1209 lib/cluster/membership.c CRM_ASSERT(node->uname != NULL); uname 1217 lib/cluster/membership.c pcmk__str_update(&node->uname, uname); uname 1257 lib/cluster/membership.c pcmk__search_known_node_cache(unsigned int id, const char *uname, uname 1263 lib/cluster/membership.c CRM_ASSERT(id > 0 || uname != NULL); uname 1265 lib/cluster/membership.c node = pcmk__search_node_caches(id, uname, flags); uname 1275 lib/cluster/membership.c node = find_known_node(id_str, uname); uname 1288 lib/cluster/membership.c crm_terminate_member(int nodeid, const char *uname, void *unused) uname 1290 lib/cluster/membership.c return stonith_api_kick(nodeid, uname, 120, TRUE); uname 1294 lib/cluster/membership.c crm_terminate_member_no_mainloop(int nodeid, const char *uname, int *connection) uname 1296 lib/cluster/membership.c return stonith_api_kick(nodeid, uname, 120, TRUE); uname 103 lib/common/ipc_controld.c data->data.node_info.uname = crm_element_value(msg_data, XML_ATTR_UNAME); uname 137 lib/common/ipc_controld.c node_info->uname = crm_element_value(node, XML_ATTR_UNAME); uname 811 lib/common/logging.c if (uname(memset(&res, 0, sizeof(res))) == 0 && *res.nodename != '\0') { uname 509 lib/common/utils.c return (uname(&hostinfo) < 0)? NULL : strdup(hostinfo.nodename); uname 1909 lib/fencing/st_client.c stonith_api_kick(uint32_t nodeid, const char *uname, int timeout, bool off) uname 1918 lib/fencing/st_client.c action, nodeid, uname); uname 1925 lib/fencing/st_client.c action, nodeid, uname, pcmk_strerror(rc), rc); uname 1927 lib/fencing/st_client.c char *name = (uname == NULL)? pcmk__itoa(nodeid) : strdup(uname); uname 1932 lib/fencing/st_client.c if ((uname == NULL) && (nodeid > 0)) { uname 1940 lib/fencing/st_client.c action, nodeid, uname, pcmk_strerror(rc), rc); uname 1942 lib/fencing/st_client.c api_log(LOG_NOTICE, "Node %u/%s kicked: %s", nodeid, uname, action); uname 1951 lib/fencing/st_client.c stonith_api_time(uint32_t nodeid, const char *uname, bool in_progress) uname 1960 lib/fencing/st_client.c "API initialization failed", nodeid, uname); uname 1972 lib/fencing/st_client.c char *name = (uname == NULL)? pcmk__itoa(nodeid) : strdup(uname); uname 1975 lib/fencing/st_client.c if ((uname == NULL) && (nodeid > 0)) { uname 2000 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 2002 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 2009 lib/fencing/st_client.c api_log(LOG_INFO, "Node %u/%s last kicked at: %ld", nodeid, uname, (long int)when); uname 36 lib/pacemaker/pcmk_graph_producer.c (((a)->node == NULL)? "no node" : (a)->node->details->uname) uname 225 lib/pacemaker/pcmk_graph_producer.c crm_xml_add(xml, XML_LRM_ATTR_TARGET, action->node->details->uname); uname 228 lib/pacemaker/pcmk_graph_producer.c crm_xml_add(xml, XML_LRM_ATTR_ROUTER_NODE, router_node->details->uname); uname 495 lib/pacemaker/pcmk_graph_producer.c strdup(action->node->details->uname)); uname 590 lib/pacemaker/pcmk_graph_producer.c action->uuid, action->id, action->node->details->uname); uname 596 lib/pacemaker/pcmk_graph_producer.c action->uuid, action->id, action->node->details->uname); uname 714 lib/pacemaker/pcmk_graph_producer.c (allocated? allocated->details->uname : "<none>"), uname 715 lib/pacemaker/pcmk_graph_producer.c (input_node? input_node->details->uname : "<none>")); uname 726 lib/pacemaker/pcmk_graph_producer.c (action->node? action->node->details->uname : "<none>"), uname 727 lib/pacemaker/pcmk_graph_producer.c (input_node? input_node->details->uname : "<none>")); uname 747 lib/pacemaker/pcmk_graph_producer.c action->node->details->uname, uname 748 lib/pacemaker/pcmk_graph_producer.c input->action->node->details->uname); uname 813 lib/pacemaker/pcmk_graph_producer.c input->action->node? input->action->node->details->uname : "", uname 815 lib/pacemaker/pcmk_graph_producer.c action->node? action->node->details->uname : "", uname 828 lib/pacemaker/pcmk_graph_producer.c action->node? action->node->details->uname : "", uname 830 lib/pacemaker/pcmk_graph_producer.c init_action->node? init_action->node->details->uname : ""); uname 839 lib/pacemaker/pcmk_graph_producer.c action->node? action->node->details->uname : "", uname 841 lib/pacemaker/pcmk_graph_producer.c input->action->node? input->action->node->details->uname : "", uname 844 lib/pacemaker/pcmk_graph_producer.c init_action->node? init_action->node->details->uname : ""); uname 863 lib/pacemaker/pcmk_graph_producer.c input->action->node? input->action->node->details->uname : "", uname 865 lib/pacemaker/pcmk_graph_producer.c action->node? action->node->details->uname : "", uname 1078 lib/pacemaker/pcmk_graph_producer.c action->node->details->uname, action->rsc->id, uname 94 lib/pacemaker/pcmk_output.c "node", node->details->uname, uname 160 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s -> %s %s", role2text(rsc->role), role2text(rsc->next_role), destination->details->uname); uname 164 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s", destination->details->uname); uname 168 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s %s", role2text(rsc->role), origin->details->uname); uname 172 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s", origin->details->uname); uname 176 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s %s", role2text(rsc->role), origin->details->uname); uname 180 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s", origin->details->uname); uname 184 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s -> %s %s", origin->details->uname, destination->details->uname, role2text(rsc->role)); uname 188 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s -> %s", origin->details->uname, destination->details->uname); uname 192 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s -> %s %s", role2text(rsc->role), role2text(rsc->next_role), origin->details->uname); uname 196 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 275 lib/pacemaker/pcmk_output.c "dest", destination->details->uname, uname 280 lib/pacemaker/pcmk_output.c crm_xml_add(xml, "node", destination->details->uname); uname 286 lib/pacemaker/pcmk_output.c "node", origin->details->uname, uname 291 lib/pacemaker/pcmk_output.c crm_xml_add(xml, "node", origin->details->uname); uname 297 lib/pacemaker/pcmk_output.c "source", origin->details->uname, uname 302 lib/pacemaker/pcmk_output.c crm_xml_add(xml, "source", origin->details->uname); uname 307 lib/pacemaker/pcmk_output.c "source", origin->details->uname, uname 308 lib/pacemaker/pcmk_output.c "dest", destination->details->uname, uname 315 lib/pacemaker/pcmk_output.c "source", origin->details->uname, uname 316 lib/pacemaker/pcmk_output.c "dest", destination->details->uname, uname 324 lib/pacemaker/pcmk_output.c "source", origin->details->uname, uname 331 lib/pacemaker/pcmk_output.c "source", origin->details->uname, uname 333 lib/pacemaker/pcmk_output.c "dest", destination->details->uname, uname 530 lib/pacemaker/pcmk_output.c node->details->uname, score, cons->id, rsc->id); uname 787 lib/pacemaker/pcmk_output.c if ((node != NULL) && (node->details->uname != NULL)) { uname 788 lib/pacemaker/pcmk_output.c node_desc = node->details->uname; uname 846 lib/pacemaker/pcmk_output.c "node", crm_str(node->details->uname), uname 972 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 248 lib/pacemaker/pcmk_sched_actions.c first->uuid, then->uuid, node->details->uname); uname 480 lib/pacemaker/pcmk_sched_actions.c (((a)->node == NULL)? "no node" : (a)->node->details->uname) uname 536 lib/pacemaker/pcmk_sched_actions.c first_node->details->uname, first->uuid); uname 547 lib/pacemaker/pcmk_sched_actions.c then_node->details->uname, then->uuid); uname 558 lib/pacemaker/pcmk_sched_actions.c other->action->uuid, first_node->details->uname, uname 559 lib/pacemaker/pcmk_sched_actions.c then->uuid, then_node->details->uname); uname 683 lib/pacemaker/pcmk_sched_actions.c node_uname = action->node->details->uname; uname 844 lib/pacemaker/pcmk_sched_actions.c node->details->uname); uname 1198 lib/pacemaker/pcmk_sched_actions.c action->node->details->uname, uname 1201 lib/pacemaker/pcmk_sched_actions.c node_name = crm_strdup_printf("%s", action->node->details->uname); uname 1241 lib/pacemaker/pcmk_sched_actions.c crm_str(node->details->uname), reason); uname 1397 lib/pacemaker/pcmk_sched_actions.c (node == NULL)? "inactive" : node->details->uname); uname 1461 lib/pacemaker/pcmk_sched_actions.c node->details->uname); uname 1471 lib/pacemaker/pcmk_sched_actions.c node->details->uname); uname 1478 lib/pacemaker/pcmk_sched_actions.c node->details->uname); uname 1490 lib/pacemaker/pcmk_sched_actions.c node->details->uname, uname 1607 lib/pacemaker/pcmk_sched_actions.c rsc->id, node->details->uname); uname 1612 lib/pacemaker/pcmk_sched_actions.c rsc->id, node->details->uname); uname 1691 lib/pacemaker/pcmk_sched_actions.c crm_trace("Processing history for node %s", node->details->uname); uname 1747 lib/pacemaker/pcmk_sched_actions.c xpath = crm_strdup_printf(XPATH_NODE_HISTORY, node->details->uname); uname 208 lib/pacemaker/pcmk_sched_allocate.c rsc->id, node->details->uname); uname 213 lib/pacemaker/pcmk_sched_allocate.c rsc->id, rsc->stickiness, node->details->uname); uname 528 lib/pacemaker/pcmk_sched_allocate.c pe_warn("Scheduling node %s for fencing", node->details->uname); uname 593 lib/pacemaker/pcmk_sched_allocate.c node->details->uname); uname 360 lib/pacemaker/pcmk_sched_bundle.c rsc_lh->id, rsc->id, candidate->details->uname); uname 369 lib/pacemaker/pcmk_sched_bundle.c candidate->details->uname); uname 538 lib/pacemaker/pcmk_sched_bundle.c constraint->id, chosen->details->uname, uname 593 lib/pacemaker/pcmk_sched_bundle.c local_child->id, rsc->id, local_node->details->uname); uname 601 lib/pacemaker/pcmk_sched_bundle.c local_child->id, child_rsc->id, local_node->details->uname); uname 1052 lib/pacemaker/pcmk_sched_bundle.c replica->remote->id, node->details->uname); uname 447 lib/pacemaker/pcmk_sched_clone.c crm_warn("%s cannot run on %s: node not allowed", rsc->id, node->details->uname); uname 453 lib/pacemaker/pcmk_sched_clone.c rsc->id, node->details->uname); uname 457 lib/pacemaker/pcmk_sched_clone.c rsc->id, node->details->uname, local_node->count); uname 462 lib/pacemaker/pcmk_sched_clone.c rsc->id, node->details->uname, local_node->count, limit); uname 481 lib/pacemaker/pcmk_sched_clone.c rsc->id, (prefer? prefer->details->uname: "none"), uname 502 lib/pacemaker/pcmk_sched_clone.c prefer->details->uname); uname 514 lib/pacemaker/pcmk_sched_clone.c rsc->id, prefer->details->uname, chosen->details->uname); uname 623 lib/pacemaker/pcmk_sched_clone.c child->id, child_node->details->uname, max - allocated, uname 628 lib/pacemaker/pcmk_sched_clone.c child_node->details->uname, child->id); uname 635 lib/pacemaker/pcmk_sched_clone.c "optimal instances", child_node->details->uname); uname 642 lib/pacemaker/pcmk_sched_clone.c child_node->details->uname); uname 658 lib/pacemaker/pcmk_sched_clone.c child->id, child_node->details->uname); uname 1029 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s - %s vs %s", child_rsc->id, node->details->uname, uname 1030 lib/pacemaker/pcmk_sched_clone.c local_node->details->uname); uname 1173 lib/pacemaker/pcmk_sched_clone.c constraint->id, chosen->details->uname, uname 1253 lib/pacemaker/pcmk_sched_clone.c node ? node->details->uname : "none", child_action?child_action->uuid:"NA"); uname 878 lib/pacemaker/pcmk_sched_colocation.c dependent->allocated_to->details->uname, uname 879 lib/pacemaker/pcmk_sched_colocation.c (primary_node == NULL)? "unallocated" : primary_node->details->uname); uname 889 lib/pacemaker/pcmk_sched_colocation.c dependent->id, primary->id, primary_node->details->uname); uname 975 lib/pacemaker/pcmk_sched_colocation.c constraint->id, dependent->id, node->details->uname, uname 984 lib/pacemaker/pcmk_sched_colocation.c node->details->uname, constraint->score); uname 991 lib/pacemaker/pcmk_sched_colocation.c constraint->id, dependent->id, node->details->uname, uname 91 lib/pacemaker/pcmk_sched_fencing.c target->details->uname); uname 172 lib/pacemaker/pcmk_sched_fencing.c target->details->uname); uname 176 lib/pacemaker/pcmk_sched_fencing.c target->details->uname); uname 203 lib/pacemaker/pcmk_sched_fencing.c rsc->id, node->details->uname); uname 224 lib/pacemaker/pcmk_sched_fencing.c rsc->id, target->details->uname); uname 227 lib/pacemaker/pcmk_sched_fencing.c action->uuid, target->details->uname); uname 393 lib/pacemaker/pcmk_sched_fencing.c node->details->uname, stonith_op->id, uname 394 lib/pacemaker/pcmk_sched_fencing.c stop->node->details->uname); uname 403 lib/pacemaker/pcmk_sched_fencing.c node->details->uname, stonith_op->id, uname 420 lib/pacemaker/pcmk_sched_fencing.c node->details->uname, stonith_op->id, stop->id); uname 426 lib/pacemaker/pcmk_sched_fencing.c node->details->uname, stonith_op->id); uname 38 lib/pacemaker/pcmk_sched_location.c rule, node->details->uname, score); uname 43 lib/pacemaker/pcmk_sched_location.c rule, node->details->uname, attr_score, score); uname 151 lib/pacemaker/pcmk_sched_location.c node->details->uname); uname 170 lib/pacemaker/pcmk_sched_location.c node->details->uname, local->weight); uname 178 lib/pacemaker/pcmk_sched_location.c crm_trace("node %s did not match", node->details->uname); uname 652 lib/pacemaker/pcmk_sched_location.c node->weight, node->details->uname); uname 659 lib/pacemaker/pcmk_sched_location.c node->weight, node->details->uname); uname 120 lib/pacemaker/pcmk_sched_native.c prefer->details->uname, rsc->id); uname 130 lib/pacemaker/pcmk_sched_native.c chosen->details->uname, rsc->id); uname 135 lib/pacemaker/pcmk_sched_native.c chosen->details->uname, rsc->id); uname 141 lib/pacemaker/pcmk_sched_native.c chosen->details->uname, rsc->id, length); uname 152 lib/pacemaker/pcmk_sched_native.c chosen ? chosen->details->uname : "<none>", rsc->id, length); uname 169 lib/pacemaker/pcmk_sched_native.c rsc->id, running->details->uname); uname 195 lib/pacemaker/pcmk_sched_native.c chosen->details->uname, rsc->id, multiple, score); uname 228 lib/pacemaker/pcmk_sched_native.c best_node = node->details->uname; uname 289 lib/pacemaker/pcmk_sched_native.c node->details->uname, node->weight, factor, score); uname 295 lib/pacemaker/pcmk_sched_native.c node->details->uname, node->weight, factor, score); uname 321 lib/pacemaker/pcmk_sched_native.c node->details->uname, node->weight, factor, score, uname 329 lib/pacemaker/pcmk_sched_native.c node->details->uname, node->weight, factor, score, uname 334 lib/pacemaker/pcmk_sched_native.c crm_trace("%s: %d + %f * %d = %d", node->details->uname, uname 599 lib/pacemaker/pcmk_sched_native.c (assign_to? assign_to->details->uname : "no node"), reason); uname 609 lib/pacemaker/pcmk_sched_native.c rsc->allocated_to->details->uname); uname 620 lib/pacemaker/pcmk_sched_native.c rsc->allocated_to->details->uname); uname 704 lib/pacemaker/pcmk_sched_native.c const char *node_uname = node? node->details->uname : "n/a"; uname 901 lib/pacemaker/pcmk_sched_native.c const char *node_uname = node? node->details->uname : "n/a"; uname 977 lib/pacemaker/pcmk_sched_native.c const char *stop_node_uname = stop_node->details->uname; uname 1021 lib/pacemaker/pcmk_sched_native.c crm_trace("%s then %s on %s", probe->uuid, stopped_mon->uuid, stop_node->details->uname); uname 1165 lib/pacemaker/pcmk_sched_native.c add_hash_param(migrate_to->meta, XML_LRM_ATTR_MIGRATE_SOURCE, current->details->uname); uname 1166 lib/pacemaker/pcmk_sched_native.c add_hash_param(migrate_to->meta, XML_LRM_ATTR_MIGRATE_TARGET, chosen->details->uname); uname 1183 lib/pacemaker/pcmk_sched_native.c add_hash_param(migrate_from->meta, XML_LRM_ATTR_MIGRATE_SOURCE, current->details->uname); uname 1184 lib/pacemaker/pcmk_sched_native.c add_hash_param(migrate_from->meta, XML_LRM_ATTR_MIGRATE_TARGET, chosen->details->uname); uname 1275 lib/pacemaker/pcmk_sched_native.c ((chosen == NULL)? "no node" : chosen->details->uname)); uname 1286 lib/pacemaker/pcmk_sched_native.c rsc->id, dangling_source->details->uname); uname 1326 lib/pacemaker/pcmk_sched_native.c rsc->id, rsc->partial_migration_source->details->uname, uname 1327 lib/pacemaker/pcmk_sched_native.c rsc->partial_migration_target->details->uname); uname 1372 lib/pacemaker/pcmk_sched_native.c rsc->id, crm_str(current->details->uname), uname 1373 lib/pacemaker/pcmk_sched_native.c crm_str(chosen->details->uname)); uname 1963 lib/pacemaker/pcmk_sched_native.c then->node? then->node->details->uname : "no node", uname 1978 lib/pacemaker/pcmk_sched_native.c first->node? first->node->details->uname : "no node", uname 2055 lib/pacemaker/pcmk_sched_native.c rsc->id, current->details->uname); uname 2064 lib/pacemaker/pcmk_sched_native.c rsc->id, current->details->uname, uname 2065 lib/pacemaker/pcmk_sched_native.c next->details->uname); uname 2071 lib/pacemaker/pcmk_sched_native.c rsc->id, current->details->uname); uname 2077 lib/pacemaker/pcmk_sched_native.c rsc->id, current->details->uname); uname 2104 lib/pacemaker/pcmk_sched_native.c pe_proc_err("Stopping %s until %s can be unfenced", rsc->id, current->details->uname); uname 2121 lib/pacemaker/pcmk_sched_native.c ((next == NULL)? "N/A" : next->details->uname), uname 2138 lib/pacemaker/pcmk_sched_native.c rsc->id, next->details->uname); uname 2155 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s on %s", rsc->id, next->details->uname); uname 2178 lib/pacemaker/pcmk_sched_native.c rsc->id, next->details->uname); uname 2185 lib/pacemaker/pcmk_sched_native.c pe_rsc_debug(rsc, "%s\tPromote %s (canceled)", next->details->uname, rsc->id); uname 2210 lib/pacemaker/pcmk_sched_native.c rsc->id, next->details->uname); uname 2220 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s on %s", rsc->id, next ? next->details->uname : "N/A"); uname 2230 lib/pacemaker/pcmk_sched_native.c crm_err("%s on %s", rsc->id, next ? next->details->uname : "N/A"); uname 2247 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Resource %s not deleted from %s: failed", rsc->id, node->details->uname); uname 2256 lib/pacemaker/pcmk_sched_native.c node->details->uname); uname 2260 lib/pacemaker/pcmk_sched_native.c crm_notice("Removing %s from %s", rsc->id, node->details->uname); uname 2347 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Skipping known: %s on %s", rsc->id, node->details->uname); uname 2427 lib/pacemaker/pcmk_sched_native.c && pe_find_node(remote->running_on, remote->allocated_to->details->uname) == NULL) uname 2463 lib/pacemaker/pcmk_sched_native.c crm_debug("Probing %s on %s (%s) %d %p", rsc->id, node->details->uname, role2text(rsc->role), uname 2469 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 2595 lib/pacemaker/pcmk_sched_native.c rsc->id, node->details->uname); uname 2612 lib/pacemaker/pcmk_sched_native.c rsc->id, rsc->lock_node->details->uname, uname 2617 lib/pacemaker/pcmk_sched_native.c rsc->id, rsc->lock_node->details->uname); uname 2624 lib/pacemaker/pcmk_sched_native.c if (strcmp(node->details->uname, rsc->lock_node->details->uname)) { uname 137 lib/pacemaker/pcmk_sched_nodes.c node1->details->uname, node1_weight, node2->details->uname, uname 144 lib/pacemaker/pcmk_sched_nodes.c node1->details->uname, node1_weight, node2->details->uname, uname 150 lib/pacemaker/pcmk_sched_nodes.c node1->details->uname, node1_weight, node2->details->uname, uname 165 lib/pacemaker/pcmk_sched_nodes.c node1->details->uname, node2->details->uname, result); uname 169 lib/pacemaker/pcmk_sched_nodes.c node1->details->uname, node2->details->uname, result); uname 178 lib/pacemaker/pcmk_sched_nodes.c node1->details->uname, node1->details->num_resources, uname 179 lib/pacemaker/pcmk_sched_nodes.c node2->details->uname, node2->details->num_resources); uname 184 lib/pacemaker/pcmk_sched_nodes.c node1->details->uname, node1->details->num_resources, uname 185 lib/pacemaker/pcmk_sched_nodes.c node2->details->uname, node2->details->num_resources); uname 194 lib/pacemaker/pcmk_sched_nodes.c node1->details->uname, node1->details->num_resources, uname 195 lib/pacemaker/pcmk_sched_nodes.c node2->details->uname, node2->details->num_resources); uname 199 lib/pacemaker/pcmk_sched_nodes.c node1->details->uname, node1->details->num_resources, uname 200 lib/pacemaker/pcmk_sched_nodes.c node2->details->uname, node2->details->num_resources); uname 207 lib/pacemaker/pcmk_sched_nodes.c crm_trace("%s = %s", node1->details->uname, node2->details->uname); uname 208 lib/pacemaker/pcmk_sched_nodes.c return strcmp(node1->details->uname, node2->details->uname); uname 291 lib/pacemaker/pcmk_sched_nodes.c node->details->uname, health); uname 311 lib/pacemaker/pcmk_sched_nodes.c rsc->id, node->details->uname); uname 131 lib/pacemaker/pcmk_sched_notif.c if (node->details->uname == NULL) { uname 137 lib/pacemaker/pcmk_sched_notif.c pcmk__add_word(all_node_names, &all_len, node->details->uname); uname 145 lib/pacemaker/pcmk_sched_notif.c if (node->details->uname == NULL) { uname 150 lib/pacemaker/pcmk_sched_notif.c node->details->uname); uname 221 lib/pacemaker/pcmk_sched_notif.c if ((node_names != NULL) && (entry->node->details->uname != NULL)) { uname 223 lib/pacemaker/pcmk_sched_notif.c entry->node->details->uname); uname 338 lib/pacemaker/pcmk_sched_notif.c rsc->id, node->details->uname, skip_reason); uname 346 lib/pacemaker/pcmk_sched_notif.c rsc->id, node->details->uname, value, task); uname 592 lib/pacemaker/pcmk_sched_notif.c rsc->id, ((node == NULL)? "no node" : node->details->uname), uname 981 lib/pacemaker/pcmk_sched_notif.c add_notify_env(n_data, "notify_stop_uname", stop->node->details->uname); uname 1296 lib/pacemaker/pcmk_sched_ordering.c action->uuid, node->details->uname); uname 1303 lib/pacemaker/pcmk_sched_ordering.c action->uuid, node->details->uname); uname 1316 lib/pacemaker/pcmk_sched_ordering.c action->uuid, node->details->uname); uname 1321 lib/pacemaker/pcmk_sched_ordering.c action->uuid, node->details->uname); uname 1561 lib/pacemaker/pcmk_sched_ordering.c before_desc, crm_str(before->node->details->uname), uname 1562 lib/pacemaker/pcmk_sched_ordering.c after_desc, crm_str(after->node->details->uname)); uname 217 lib/pacemaker/pcmk_sched_probes.c ((probe->node == NULL)? "" : probe->node->details->uname), uname 219 lib/pacemaker/pcmk_sched_probes.c ((after->node == NULL)? "" : after->node->details->uname)); uname 311 lib/pacemaker/pcmk_sched_probes.c ((after->node == NULL)? "" : after->node->details->uname), uname 313 lib/pacemaker/pcmk_sched_probes.c ((after_wrapper->action->node == NULL)? "" : after_wrapper->action->node->details->uname), uname 547 lib/pacemaker/pcmk_sched_probes.c node->details->uname), uname 161 lib/pacemaker/pcmk_sched_promotable.c child->id, cons_node->details->uname, child->priority, uname 212 lib/pacemaker/pcmk_sched_promotable.c rsc->id, node->details->uname); uname 224 lib/pacemaker/pcmk_sched_promotable.c crm_trace("Node can't run any resources: %s", node->details->uname); uname 241 lib/pacemaker/pcmk_sched_promotable.c crm_err("%s cannot run on %s: node not allowed", rsc->id, node->details->uname); uname 250 lib/pacemaker/pcmk_sched_promotable.c rsc->id, node->details->uname); uname 331 lib/pacemaker/pcmk_sched_promotable.c node->details->uname, child->id); uname 435 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 439 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 443 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "%s on %s: not active", key, node->details->uname); uname 461 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Checking %s for %s on %s", rsc->id, key, node->details->uname); uname 515 lib/pacemaker/pcmk_sched_promotable.c pe_rsc_trace(rsc, "Anonymous clone %s is allowed on %s", rsc->id, node->details->uname); uname 529 lib/pacemaker/pcmk_sched_promotable.c rsc->id, rsc->clone_name, node->details->uname); uname 540 lib/pacemaker/pcmk_sched_promotable.c rsc->id, match->details->uname, match->weight); uname 553 lib/pacemaker/pcmk_sched_promotable.c name, node->details->uname, crm_str(attr_value)); uname 564 lib/pacemaker/pcmk_sched_promotable.c name, node->details->uname, crm_str(attr_value)); uname 611 lib/pacemaker/pcmk_sched_promotable.c child_rsc->id, node->details->uname, node->weight, new_score); uname 772 lib/pacemaker/pcmk_sched_promotable.c (chosen? chosen->details->uname : "none"), score); uname 804 lib/pacemaker/pcmk_sched_promotable.c child_rsc->id, role2text(child_rsc->role), chosen->details->uname); uname 986 lib/pacemaker/pcmk_sched_promotable.c crm_trace("%s: %d + %d", node->details->uname, node->weight, other->weight); uname 1010 lib/pacemaker/pcmk_sched_promotable.c role2text(next_role), chosen->details->uname, constraint->score); uname 581 lib/pacemaker/pcmk_sched_remote.c (ended_on? ended_on->details->uname : "none"), uname 590 lib/pacemaker/pcmk_sched_remote.c (began_on? began_on->details->uname : "none"), uname 599 lib/pacemaker/pcmk_sched_remote.c (began_on? began_on->details->uname : "none"), uname 632 lib/pacemaker/pcmk_sched_remote.c (began_on? began_on->details->uname : "none"), uname 644 lib/pacemaker/pcmk_sched_remote.c (ended_on? ended_on->details->uname : "none"), uname 734 lib/pacemaker/pcmk_sched_remote.c (gpointer) host->details->uname, uname 125 lib/pacemaker/pcmk_sched_resource.c rsc->id, node->details->uname, attr_list[i], uname 350 lib/pacemaker/pcmk_sched_resource.c rsc->id, chosen->details->uname, uname 398 lib/pacemaker/pcmk_sched_resource.c crm_debug("Assigning %s to %s", rsc->id, chosen->details->uname); uname 473 lib/pacemaker/pcmk_sched_resource.c crm_info("Unassigning %s from %s", rsc->id, old->details->uname); uname 535 lib/pacemaker/pcmk_sched_resource.c rsc_to_ban->id, node->details->uname, fail_count, uname 546 lib/pacemaker/pcmk_sched_resource.c node->details->uname, rsc->migration_threshold); uname 229 lib/pacemaker/pcmk_sched_utilization.c (const char *) key, data->node->details->uname, remaining, uname 353 lib/pacemaker/pcmk_sched_utilization.c node->details->uname, rscs_id); uname 369 lib/pacemaker/pcmk_sched_utilization.c node->details->uname, rsc->id); uname 397 lib/pacemaker/pcmk_sched_utilization.c node->details->uname); uname 55 lib/pacemaker/pcmk_simulate.c action_host = action->node->details->uname; uname 322 lib/pacemaker/pcmk_status.c char *s = crm_strdup_printf("offline node: %s", node->details->uname); uname 679 lib/pengine/bundle.c disallow_node(pe_resource_t *rsc, const char *uname) uname 681 lib/pengine/bundle.c gpointer match = g_hash_table_lookup(rsc->allowed_nodes, uname); uname 688 lib/pengine/bundle.c g_list_foreach(rsc->children, (GFunc) disallow_node, (gpointer) uname); uname 703 lib/pengine/bundle.c const char *uname = NULL; uname 742 lib/pengine/bundle.c uname = ID(xml_remote); uname 748 lib/pengine/bundle.c node = pe_find_node(data_set->nodes, uname); uname 750 lib/pengine/bundle.c node = pe_create_node(uname, uname, "remote", "-INFINITY", uname 774 lib/pengine/bundle.c g_list_foreach(data_set->resources, (GFunc) disallow_node, (gpointer) uname); uname 992 lib/pengine/bundle.c rsc->id, node->details->uname); uname 994 lib/pengine/bundle.c crm_xml_add(xml, field, node->details->uname); uname 997 lib/pengine/bundle.c return node->details->uname; uname 603 lib/pengine/clone.c pcmk__add_word(&list_text, &list_text_len, host->details->uname); uname 619 lib/pengine/clone.c pcmk__add_word(&list_text, &list_text_len, host->details->uname); uname 674 lib/pengine/clone.c if (pe_find_node(rsc->running_on, node->details->uname) == NULL) { uname 676 lib/pengine/clone.c node->details->uname); uname 889 lib/pengine/clone.c if (!pcmk__str_in_list(host->details->uname, only_node, uname 894 lib/pengine/clone.c pcmk__add_word(&list_text, &list_text_len, host->details->uname); uname 913 lib/pengine/clone.c if (!pcmk__str_in_list(host->details->uname, only_node, uname 918 lib/pengine/clone.c pcmk__add_word(&list_text, &list_text_len, host->details->uname); uname 970 lib/pengine/clone.c if (pe_find_node(rsc->running_on, node->details->uname) == NULL && uname 971 lib/pengine/clone.c pcmk__str_in_list(node->details->uname, only_node, uname 973 lib/pengine/clone.c xmlNode *probe_op = pe__failed_probe_for_rsc(rsc, node->details->uname); uname 987 lib/pengine/clone.c g_hash_table_insert(stopped, strdup(node->details->uname), uname 990 lib/pengine/clone.c g_hash_table_insert(stopped, strdup(node->details->uname), uname 550 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 339 lib/pengine/failcounts.c node->details->uname); uname 348 lib/pengine/failcounts.c node->details->uname); uname 379 lib/pengine/failcounts.c rsc->id, node->details->uname, reason, clear->uuid); uname 65 lib/pengine/native.c node->details->uname, node->details->priority, uname 82 lib/pengine/native.c a_node->details->uname, a_node->details->priority, uname 86 lib/pengine/native.c node->details->uname); uname 106 lib/pengine/native.c pe_rsc_trace(rsc, "Adding %s to %s %s", rsc->id, node->details->uname, uname 179 lib/pengine/native.c rsc->id, node->details->uname, uname 183 lib/pengine/native.c pe_rsc_trace(rsc, "Resource %s is active on: %s", rsc->id, node->details->uname); uname 246 lib/pengine/native.c rsc->id, node->details->uname); uname 353 lib/pengine/native.c rsc->id, a_node->details->uname); uname 357 lib/pengine/native.c rsc->id, a_node->details->uname); uname 360 lib/pengine/native.c rsc->id, a_node->details->uname); uname 501 lib/pengine/native.c node->details->uname, node->details->id, uname 576 lib/pengine/native.c + (node? strlen(node->details->uname) + 1 : 0) uname 600 lib/pengine/native.c g_string_append_printf(outstr, " %s", node->details->uname); uname 605 lib/pengine/native.c xmlNode *probe_op = pe__failed_probe_for_rsc(rsc, node ? node->details->uname : NULL); uname 673 lib/pengine/native.c have_nodes = add_output_node(outstr, n->details->uname, have_nodes); uname 852 lib/pengine/native.c status_print("<li>\n%s", n->details->uname); uname 856 lib/pengine/native.c status_print(" %s", n->details->uname); uname 859 lib/pengine/native.c status_print("\t%d : %s", counter, n->details->uname); uname 862 lib/pengine/native.c status_print("%s", n->details->uname); uname 968 lib/pengine/native.c "name", node->details->uname, uname 1161 lib/pengine/native.c node_table = g_hash_table_lookup(active_table, node->details->uname); uname 1164 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 451 lib/pengine/pe_output.c CRM_ASSERT((node != NULL) && (node->details != NULL) && (node->details->uname != NULL)); uname 458 lib/pengine/pe_output.c node_host = host_node->details->uname; uname 466 lib/pengine/pe_output.c if (print_detail && !pcmk__str_eq(node->details->uname, node->details->id, pcmk__str_casei)) { uname 471 lib/pengine/pe_output.c name_len = strlen(node->details->uname) + 1; uname 482 lib/pengine/pe_output.c strcpy(node_name, node->details->uname); uname 589 lib/pengine/pe_output.c "node", pe_node->details->uname, uname 836 lib/pengine/pe_output.c "name", dc->details->uname, uname 1687 lib/pengine/pe_output.c "name", node->details->uname, uname 1724 lib/pengine/pe_output.c "name", node->details->uname, uname 1959 lib/pengine/pe_output.c if (!pcmk__str_in_list(node->details->uname, only_node, pcmk__str_star_matches|pcmk__str_casei)) { uname 2000 lib/pengine/pe_output.c comment, node->details->uname); uname 2017 lib/pengine/pe_output.c "node", node->details->uname, uname 2124 lib/pengine/pe_output.c if (!pcmk__str_in_list(node->details->uname, only_node, uname 2166 lib/pengine/pe_output.c if (!pcmk__str_in_list(node->details->uname, only_node, uname 2255 lib/pengine/pe_output.c if (!pcmk__str_in_list(node->details->uname, only_node, uname 2295 lib/pengine/pe_output.c if (!pcmk__str_in_list(node->details->uname, only_node, uname 2317 lib/pengine/pe_output.c const char *uname = va_arg(args, const char *); uname 2322 lib/pengine/pe_output.c prefix, rsc->id, uname, score); uname 2324 lib/pengine/pe_output.c out->list_item(out, NULL, "%s: %s = %s", prefix, uname, score); uname 2336 lib/pengine/pe_output.c const char *uname = va_arg(args, const char *); uname 2341 lib/pengine/pe_output.c "node", uname, uname 2430 lib/pengine/pe_output.c chosen? chosen->details->uname : "none", uname 2449 lib/pengine/pe_output.c crm_xml_add(node, "node", chosen->details->uname); uname 2725 lib/pengine/pe_output.c fn, rsc->id, node->details->uname); uname 2744 lib/pengine/pe_output.c "node", node->details->uname, uname 2938 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 211 lib/pengine/status.c "(guest or remote)" : node->details->uname)); uname 415 lib/pengine/status.c pe_find_node_any(GList *nodes, const char *id, const char *uname) uname 422 lib/pengine/status.c crm_trace("Looking up %s via its uname instead", uname); uname 423 lib/pengine/status.c return pe_find_node(nodes, uname); uname 443 lib/pengine/status.c pe_find_node(GList *nodes, const char *uname) uname 450 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 109 lib/pengine/unpack.c node->details->uname, reason, rsc->id); uname 113 lib/pengine/unpack.c node->details->uname, rsc->id, reason); uname 128 lib/pengine/unpack.c node->details->uname, reason); uname 138 lib/pengine/unpack.c node->details->uname, reason); uname 142 lib/pengine/unpack.c node->details->uname, uname 152 lib/pengine/unpack.c node->details->uname, uname 158 lib/pengine/unpack.c node->details->uname, uname 381 lib/pengine/unpack.c pe_create_node(const char *id, const char *uname, const char *type, uname 386 lib/pengine/unpack.c if (pe_find_node(data_set->nodes, uname) != NULL) { uname 387 lib/pengine/unpack.c pcmk__config_warn("More than one node entry has name '%s'", uname); uname 404 lib/pengine/unpack.c crm_trace("Creating node for entry %s/%s", uname, id); uname 406 lib/pengine/unpack.c new_node->details->uname = uname; uname 426 lib/pengine/unpack.c "assuming 'ping'", crm_str(uname), type); uname 431 lib/pengine/unpack.c crm_str(uname)); uname 541 lib/pengine/unpack.c const char *uname = NULL; uname 561 lib/pengine/unpack.c uname = crm_element_value(xml_obj, XML_ATTR_UNAME); uname 564 lib/pengine/unpack.c crm_trace("Processing node %s/%s", uname, id); uname 571 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 1410 lib/pengine/unpack.c crm_info("- Node %s is not ready to run resources", this_node->details->uname); uname 1415 lib/pengine/unpack.c crm_trace("%s is down or still coming up", this_node->details->uname); uname 1420 lib/pengine/unpack.c crm_info("Node %s was just shot", this_node->details->uname); uname 1435 lib/pengine/unpack.c crm_info("Node %s is active", this_node->details->uname); uname 1438 lib/pengine/unpack.c crm_info("Node %s is not ready to run resources", this_node->details->uname); uname 1445 lib/pengine/unpack.c this_node->details->uname, crm_str(in_cluster), crm_str(is_peer), uname 1569 lib/pengine/unpack.c crm_info("Node %s is not a Pacemaker node", this_node->details->uname); uname 1572 lib/pengine/unpack.c pe_proc_warn("Node %s is unclean", this_node->details->uname); uname 1575 lib/pengine/unpack.c crm_info("Node %s is %s", this_node->details->uname, uname 1582 lib/pengine/unpack.c crm_trace("Node %s is offline", this_node->details->uname); uname 1726 lib/pengine/unpack.c top->id, parent->id, rsc_id, node->details->uname); uname 1758 lib/pengine/unpack.c pe_rsc_trace(parent, "Looking for %s on %s in %s", rsc_id, node->details->uname, parent->id); uname 1806 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 1962 lib/pengine/unpack.c rsc->id, role2text(rsc->role), node->details->uname, fail2text(on_fail)); uname 1976 lib/pengine/unpack.c n->details->uname); uname 2157 lib/pengine/unpack.c rsc->id, node->details->uname); uname 2162 lib/pengine/unpack.c rsc->id, node->details->uname); uname 2226 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: node is offline", rsc->id, node->details->uname); uname 2231 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: resource is not active", id, node->details->uname); uname 2235 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: old %d", id, node->details->uname, counter); uname 2241 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: non-recurring", id, node->details->uname); uname 2247 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: status", id, node->details->uname); uname 2253 lib/pengine/unpack.c pe_rsc_trace(rsc, "Creating %s/%s", key, node->details->uname); uname 2320 lib/pengine/unpack.c rsc->id, node->details->uname); uname 2368 lib/pengine/unpack.c rsc_id, node->details->uname); uname 2628 lib/pengine/unpack.c node->details->uname, NULL, TRUE, data_set); uname 2663 lib/pengine/unpack.c CRM_CHECK(source && target && !strcmp(source, node->details->uname), return); uname 2750 lib/pengine/unpack.c CRM_CHECK(source && target && !strcmp(source, node->details->uname), return); uname 2817 lib/pengine/unpack.c CRM_CHECK(source && target && !strcmp(target, node->details->uname), return); uname 2859 lib/pengine/unpack.c const char *uname = crm_element_value(xIter, XML_ATTR_UNAME); uname 2861 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 2862 lib/pengine/unpack.c crm_trace("Skipping duplicate entry %s on %s", op_key, node->details->uname); uname 2867 lib/pengine/unpack.c crm_trace("Adding entry %s on %s", op_key, node->details->uname); uname 2868 lib/pengine/unpack.c crm_xml_add(op, XML_ATTR_UNAME, node->details->uname); uname 3021 lib/pengine/unpack.c (is_probe? "probe" : task), rsc->id, node->details->uname, uname 3028 lib/pengine/unpack.c (is_probe? "probe" : task), rsc->id, node->details->uname, uname 3040 lib/pengine/unpack.c rsc->id, node->details->uname); uname 3223 lib/pengine/unpack.c key, node->details->uname); uname 3228 lib/pengine/unpack.c key, node->details->uname, uname 3239 lib/pengine/unpack.c rsc->id, node->details->uname, uname 3262 lib/pengine/unpack.c rsc->id, node->details->uname, uname 3298 lib/pengine/unpack.c node->details->uname, services_ocf_exitcode_str(*rc), uname 3311 lib/pengine/unpack.c *rc, task, rsc->id, node->details->uname, uname 3634 lib/pengine/unpack.c pe_rsc_trace(rsc, "%s active on %s", rsc->id, node->details->uname); uname 3724 lib/pengine/unpack.c task_key, task, task_id, status, rc, node->details->uname, role2text(rsc->role)); uname 3729 lib/pengine/unpack.c node->details->uname, rsc->id); uname 3770 lib/pengine/unpack.c task_key, node->details->uname, rc, target_rc, magic); uname 3786 lib/pengine/unpack.c task_key, node->details->uname, rc, target_rc, magic); uname 3794 lib/pengine/unpack.c services_ocf_exitcode_str(old_rc), rsc->id, node->details->uname); uname 3797 lib/pengine/unpack.c crm_xml_add(xml_op, XML_ATTR_UNAME, node->details->uname); uname 3809 lib/pengine/unpack.c ID(xml_op), task, rsc->id, node->details->uname, uname 3851 lib/pengine/unpack.c task, rsc->id, node->details->uname, uname 3862 lib/pengine/unpack.c task, rsc->id, node->details->uname, status, rc, uname 3908 lib/pengine/unpack.c node->details->uname, last_change_str(xml_op), rc, uname 3913 lib/pengine/unpack.c crm_xml_add(xml_op, XML_ATTR_UNAME, node->details->uname); uname 3931 lib/pengine/unpack.c parent->id, node->details->uname, uname 3969 lib/pengine/unpack.c strdup(CRM_ATTR_UNAME), strdup(node->details->uname)); uname 4091 lib/pengine/unpack.c const char *uname = crm_element_value(node_state, XML_ATTR_UNAME); uname 4093 lib/pengine/unpack.c if (node != NULL && !pcmk__str_eq(uname, node, pcmk__str_casei)) { uname 4097 lib/pengine/unpack.c this_node = pe_find_node(data_set->nodes, uname); uname 4132 lib/pengine/unpack.c intermediate = extract_operations(uname, rsc_id, lrm_rsc, active_filter); uname 123 lib/pengine/utils.c crm_notice("We can fence %s without quorum because they're in our membership", node->details->uname); uname 127 lib/pengine/utils.c crm_trace("Cannot fence %s", node->details->uname); uname 219 lib/pengine/utils.c return pcmk__numeric_strcasecmp(((const pe_node_t *) a)->details->uname, uname 220 lib/pengine/utils.c ((const pe_node_t *) b)->details->uname); uname 245 lib/pengine/utils.c out->message(out, "node-weight", rsc, comment, node->details->uname, score); uname 280 lib/pengine/utils.c node->details->uname, score); uname 284 lib/pengine/utils.c comment, node->details->uname, uname 524 lib/pengine/utils.c ((node == NULL)? "no node" : node->details->uname)); uname 583 lib/pengine/utils.c action->uuid, action->node->details->uname, uname 624 lib/pengine/utils.c action->uuid, action->node->details->uname); uname 637 lib/pengine/utils.c action->uuid, action->node->details->uname); uname 650 lib/pengine/utils.c action->uuid, action->node->details->uname); uname 655 lib/pengine/utils.c action->uuid, action->node->details->uname); uname 663 lib/pengine/utils.c action->uuid, action->node->details->uname); uname 673 lib/pengine/utils.c action->uuid, action->node->details->uname); uname 1590 lib/pengine/utils.c key, on_node->details->uname); uname 1596 lib/pengine/utils.c crm_trace("Action %s on %s matches", key, on_node->details->uname); uname 1623 lib/pengine/utils.c crm_trace("Action %s on %s matches", key, on_node->details->uname); uname 1682 lib/pengine/utils.c pe_rsc_trace(rsc, "Setting %s for %s on %s: %d", tag, rsc->id, node->details->uname, score); uname 1719 lib/pengine/utils.c crm_info("Deallocating %s from %s", rsc->id, rsc->allocated_to->details->uname); uname 2146 lib/pengine/utils.c op_key = crm_strdup_printf("%s-%s-%s", CRM_OP_FENCE, node->details->uname, op); uname 2152 lib/pengine/utils.c add_hash_param(stonith_op->meta, XML_LRM_ATTR_TARGET, node->details->uname); uname 2180 lib/pengine/utils.c crm_notice("Unfencing %s (remote): because the definition of %s changed", node->details->uname, match->id); uname 2184 lib/pengine/utils.c node->details->uname, match->id); uname 2469 lib/pengine/utils.c if (pcmk__str_in_list(node->details->uname, node_list, uname 96 maint/gnulib/lib/fsusage.c statvfs_works_cache = (uname (&name) == 0 uname 176 maint/gnulib/lib/get-rusage-data.c if (uname (&buf) == 0 uname 47 maint/gnulib/lib/gethostname.c if (uname (&uts) == -1) uname 92 maint/gnulib/lib/sys_utsname.in.h extern int uname (struct utsname *buf) _GL_ARG_NONNULL ((1)); uname 95 maint/gnulib/lib/sys_utsname.in.h # undef uname uname 97 maint/gnulib/lib/sys_utsname.in.h _GL_WARN_ON_USE (uname, "uname is unportable - " uname 24 maint/gnulib/tests/test-uname.c SIGNATURE_CHECK (uname, int, (struct utsname *)); uname 43 maint/gnulib/tests/test-uname.c ASSERT (uname (&buf) >= 0); uname 315 tools/crm_attribute.c if (reply->data.node_info.uname == NULL) { uname 322 tools/crm_attribute.c pcmk__str_update(&options.dest_uname, reply->data.node_info.uname); uname 141 tools/crm_node.c return pcmk__numeric_strcasecmp((node_a->uname? node_a->uname : ""), uname 142 tools/crm_node.c (node_b->uname? node_b->uname : "")); uname 199 tools/crm_node.c if (reply->data.node_info.uname == NULL) { uname 204 tools/crm_node.c printf("%s\n", reply->data.node_info.uname); uname 234 tools/crm_node.c const char *uname = (node->uname? node->uname : ""); uname 239 tools/crm_node.c (unsigned long) node->id, uname, state); uname 243 tools/crm_node.c printf("%s ", uname); uname 957 tools/crm_resource.c rc = cli_resource_ban(out, options.rsc_id, current->details->uname, move_lifetime, NULL, uname 976 tools/crm_resource.c rc = cli_resource_ban(out, options.rsc_id, current->details->uname, move_lifetime, NULL, uname 1054 tools/crm_resource.c rc = cli_resource_clear(options.rsc_id, dest->details->uname, NULL, uname 1284 tools/crm_resource.c router_node = node->details->uname; uname 1974 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 75 tools/crm_resource_print.c host = node->details->uname; uname 600 tools/crm_resource_print.c const char *host_uname = (node == NULL)? NULL : node->details->uname; uname 635 tools/crm_resource_print.c const char* host_uname = node->details->uname; uname 683 tools/crm_resource_print.c const char *host_uname = (node == NULL)? NULL : node->details->uname; uname 719 tools/crm_resource_print.c const char* host_uname = node->details->uname; uname 39 tools/crm_resource_runtime.c rc->lock_node = rsc->lock_node->details->uname; uname 57 tools/crm_resource_runtime.c ni->node_name = node->details->uname; uname 91 tools/crm_resource_runtime.c ni->node_name = node->details->uname; uname 561 tools/crm_resource_runtime.c router_node = node->details->uname; uname 718 tools/crm_resource_runtime.c rc = pcmk__node_attr_request_clear(NULL, node->details->uname, rsc_name, uname 780 tools/crm_resource_runtime.c rc = cli_resource_delete(controld_api, node->details->uname, uname 885 tools/crm_resource_runtime.c rc = clear_rsc_failures(out, controld_api, node->details->uname, NULL, uname 985 tools/crm_resource_runtime.c if (pcmk__strcase_any_of(host, node->details->uname, node->details->id, NULL)) { uname 1296 tools/crm_resource_runtime.c const char *host = node ? node->details->uname : NULL; uname 1632 tools/crm_resource_runtime.c out->info(out, "\tAction %d: %s\ton %s", a->id, a->uuid, a->node->details->uname); uname 2005 tools/crm_resource_runtime.c rsc_id, promoted_role_only?"promoted":"active", dest->details->uname); uname 2015 tools/crm_resource_runtime.c cli_resource_clear(rsc_id, dest->details->uname, data_set->nodes, cib, uname 2019 tools/crm_resource_runtime.c rc = cli_resource_prefer(out, rsc_id, dest->details->uname, move_lifetime, uname 2024 tools/crm_resource_runtime.c dest->details->uname, force?"(forced)":""); uname 2032 tools/crm_resource_runtime.c (void)cli_resource_ban(out, rsc_id, current->details->uname, move_lifetime, uname 2039 tools/crm_resource_runtime.c count, dest->details->uname); uname 271 tools/ipmiservicelogd.c if (uname(&name) == -1) {