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 160 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 227 daemons/controld/controld_based.c controld_delete_node_state(const char *uname, enum controld_section_e section, uname 233 daemons/controld/controld_based.c CRM_CHECK(uname != NULL, return); uname 236 daemons/controld/controld_based.c xpath = crm_strdup_printf(XPATH_NODE_LRM, uname); uname 237 daemons/controld/controld_based.c desc = crm_strdup_printf("resource history for node %s", uname); uname 240 daemons/controld/controld_based.c xpath = crm_strdup_printf(XPATH_NODE_LRM_UNLOCKED, uname, uname); uname 242 daemons/controld/controld_based.c "locks) for node %s", uname); uname 245 daemons/controld/controld_based.c xpath = crm_strdup_printf(XPATH_NODE_ATTRS, uname); uname 246 daemons/controld/controld_based.c desc = crm_strdup_printf("transient attributes for node %s", uname); uname 249 daemons/controld/controld_based.c xpath = crm_strdup_printf(XPATH_NODE_ALL, uname); uname 250 daemons/controld/controld_based.c desc = crm_strdup_printf("all state for node %s", uname); uname 254 daemons/controld/controld_based.c uname, uname, uname); uname 256 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 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 809 daemons/controld/controld_execd_state.c node->uname, node->id, node->state); 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 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 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 2604 daemons/fenced/fenced_commands.c host = node->uname; uname 2702 daemons/fenced/fenced_commands.c } else if (peer->uname == NULL) { uname 2746 daemons/fenced/fenced_commands.c crm_trace("Checking for %s.%d != %s", entry->uname, entry->id, target); uname 2748 daemons/fenced/fenced_commands.c && !pcmk__str_eq(entry->uname, target, pcmk__str_casei)) { uname 2749 daemons/fenced/fenced_commands.c alternate_host = entry->uname; uname 2758 daemons/fenced/fenced_commands.c crm_notice("Peer[%d] %s", entry->id, entry->uname); uname 457 daemons/fenced/fenced_history.c target = node->uname; uname 1107 daemons/fenced/fenced_remote.c if (node && node->uname) { uname 1109 daemons/fenced/fenced_remote.c op->target = strdup(node->uname); uname 572 daemons/fenced/pacemaker-fenced.c if (node && strcmp(node->details->uname, stonith_our_uname) == 0) { uname 715 daemons/fenced/pacemaker-fenced.c crm_trace("Available: %s = %d", node->details->uname, node->weight); uname 1628 daemons/fenced/pacemaker-fenced.c stonith_our_uname = strdup(cluster->uname); uname 1664 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 516 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 448 include/crm/stonith-ng.h int stonith_api_kick(uint32_t nodeid, const char *uname, int timeout, bool off); uname 449 include/crm/stonith-ng.h time_t stonith_api_time(uint32_t nodeid, const char *uname, bool in_progress); uname 493 include/crm/stonith-ng.h typedef int (*st_api_kick_fn) (int nodeid, const char *uname, int timeout, bool off); uname 494 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 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 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 1296 lib/cluster/membership.c crm_terminate_member(int nodeid, const char *uname, void *unused) uname 1298 lib/cluster/membership.c return stonith_api_kick(nodeid, uname, 120, TRUE); uname 1302 lib/cluster/membership.c crm_terminate_member_no_mainloop(int nodeid, const char *uname, int *connection) uname 1304 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 808 lib/common/logging.c if (uname(memset(&res, 0, sizeof(res))) == 0 && *res.nodename != '\0') { uname 581 lib/common/utils.c return (uname(&hostinfo) < 0)? NULL : strdup(hostinfo.nodename); uname 2309 lib/fencing/st_client.c stonith_api_kick(uint32_t nodeid, const char *uname, int timeout, bool off) uname 2318 lib/fencing/st_client.c action, nodeid, uname); uname 2325 lib/fencing/st_client.c action, nodeid, uname, pcmk_strerror(rc), rc); uname 2327 lib/fencing/st_client.c char *name = (uname == NULL)? pcmk__itoa(nodeid) : strdup(uname); uname 2332 lib/fencing/st_client.c if ((uname == NULL) && (nodeid > 0)) { uname 2340 lib/fencing/st_client.c action, nodeid, uname, pcmk_strerror(rc), rc); uname 2342 lib/fencing/st_client.c api_log(LOG_NOTICE, "Node %u/%s kicked: %s", nodeid, uname, action); uname 2351 lib/fencing/st_client.c stonith_api_time(uint32_t nodeid, const char *uname, bool in_progress) uname 2360 lib/fencing/st_client.c "API initialization failed", nodeid, uname); uname 2372 lib/fencing/st_client.c char *name = (uname == NULL)? pcmk__itoa(nodeid) : strdup(uname); uname 2375 lib/fencing/st_client.c if ((uname == NULL) && (nodeid > 0)) { uname 2400 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 2402 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 2409 lib/fencing/st_client.c api_log(LOG_INFO, "Node %u/%s last kicked at: %ld", nodeid, uname, (long int)when); uname 205 lib/pacemaker/pcmk_graph_producer.c first->uuid, then->uuid, node->details->uname); uname 420 lib/pacemaker/pcmk_graph_producer.c (((a)->node == NULL)? "no node" : (a)->node->details->uname) uname 471 lib/pacemaker/pcmk_graph_producer.c first_node->details->uname, first->uuid); uname 479 lib/pacemaker/pcmk_graph_producer.c then_node->details->uname, then->uuid); uname 489 lib/pacemaker/pcmk_graph_producer.c other->action->uuid, first_node->details->uname, uname 490 lib/pacemaker/pcmk_graph_producer.c then->uuid, then_node->details->uname); uname 871 lib/pacemaker/pcmk_graph_producer.c crm_xml_add(action_xml, XML_LRM_ATTR_TARGET, action->node->details->uname); uname 874 lib/pacemaker/pcmk_graph_producer.c crm_xml_add(action_xml, XML_LRM_ATTR_ROUTER_NODE, router_node->details->uname); uname 877 lib/pacemaker/pcmk_graph_producer.c g_hash_table_insert(action->meta, strdup(XML_LRM_ATTR_TARGET), strdup(action->node->details->uname)); uname 1142 lib/pacemaker/pcmk_graph_producer.c action->uuid, action->id, action->node->details->uname); uname 1148 lib/pacemaker/pcmk_graph_producer.c action->uuid, action->id, action->node->details->uname); uname 1303 lib/pacemaker/pcmk_graph_producer.c (allocated? allocated->details->uname : "<none>"), uname 1304 lib/pacemaker/pcmk_graph_producer.c (input_node? input_node->details->uname : "<none>")); uname 1315 lib/pacemaker/pcmk_graph_producer.c (action->node? action->node->details->uname : "<none>"), uname 1316 lib/pacemaker/pcmk_graph_producer.c (input_node? input_node->details->uname : "<none>")); uname 1336 lib/pacemaker/pcmk_graph_producer.c action->node->details->uname, uname 1337 lib/pacemaker/pcmk_graph_producer.c input->action->node->details->uname); uname 1390 lib/pacemaker/pcmk_graph_producer.c input->action->node? input->action->node->details->uname : "", uname 1392 lib/pacemaker/pcmk_graph_producer.c action->node? action->node->details->uname : "", uname 1405 lib/pacemaker/pcmk_graph_producer.c action->node? action->node->details->uname : "", uname 1407 lib/pacemaker/pcmk_graph_producer.c init_action->node? init_action->node->details->uname : ""); uname 1416 lib/pacemaker/pcmk_graph_producer.c action->node? action->node->details->uname : "", uname 1418 lib/pacemaker/pcmk_graph_producer.c input->action->node? input->action->node->details->uname : "", uname 1421 lib/pacemaker/pcmk_graph_producer.c init_action->node? init_action->node->details->uname : ""); uname 1441 lib/pacemaker/pcmk_graph_producer.c input->action->node? input->action->node->details->uname : "", uname 1443 lib/pacemaker/pcmk_graph_producer.c action->node? action->node->details->uname : "", uname 92 lib/pacemaker/pcmk_output.c "node", node->details->uname, uname 158 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s -> %s %s", role2text(rsc->role), role2text(rsc->next_role), destination->details->uname); uname 162 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s", destination->details->uname); uname 166 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s %s", role2text(rsc->role), origin->details->uname); uname 170 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s", origin->details->uname); uname 174 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s %s", role2text(rsc->role), origin->details->uname); uname 178 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s", origin->details->uname); uname 182 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s -> %s %s", origin->details->uname, destination->details->uname, role2text(rsc->role)); uname 186 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s -> %s", origin->details->uname, destination->details->uname); uname 190 lib/pacemaker/pcmk_output.c details = crm_strdup_printf("%s -> %s %s", role2text(rsc->role), role2text(rsc->next_role), origin->details->uname); uname 194 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 273 lib/pacemaker/pcmk_output.c "dest", destination->details->uname, uname 278 lib/pacemaker/pcmk_output.c crm_xml_add(xml, "node", destination->details->uname); uname 284 lib/pacemaker/pcmk_output.c "node", origin->details->uname, uname 289 lib/pacemaker/pcmk_output.c crm_xml_add(xml, "node", origin->details->uname); uname 295 lib/pacemaker/pcmk_output.c "source", origin->details->uname, uname 300 lib/pacemaker/pcmk_output.c crm_xml_add(xml, "source", origin->details->uname); uname 305 lib/pacemaker/pcmk_output.c "source", origin->details->uname, uname 306 lib/pacemaker/pcmk_output.c "dest", destination->details->uname, uname 313 lib/pacemaker/pcmk_output.c "source", origin->details->uname, uname 314 lib/pacemaker/pcmk_output.c "dest", destination->details->uname, uname 322 lib/pacemaker/pcmk_output.c "source", origin->details->uname, uname 329 lib/pacemaker/pcmk_output.c "source", origin->details->uname, uname 331 lib/pacemaker/pcmk_output.c "dest", destination->details->uname, uname 528 lib/pacemaker/pcmk_output.c node->details->uname, score, cons->id, rsc->id); uname 785 lib/pacemaker/pcmk_output.c if ((node != NULL) && (node->details->uname != NULL)) { uname 786 lib/pacemaker/pcmk_output.c node_desc = node->details->uname; uname 844 lib/pacemaker/pcmk_output.c "node", crm_str(node->details->uname), uname 962 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 128 lib/pacemaker/pcmk_sched_allocate.c rsc->id, node->details->uname, attr_list[attr_lpc], uname 163 lib/pacemaker/pcmk_sched_allocate.c active_node->details->uname, (reason? reason : "unknown")); uname 202 lib/pacemaker/pcmk_sched_allocate.c pe_rsc_debug(rsc, "Orphan action detected: %s on %s", key, active_node->details->uname); uname 211 lib/pacemaker/pcmk_sched_allocate.c rsc->id, task, interval_ms, active_node->details->uname); uname 238 lib/pacemaker/pcmk_sched_allocate.c interval_ms, active_node->details->uname, uname 375 lib/pacemaker/pcmk_sched_allocate.c rsc->id, node->details->uname); uname 379 lib/pacemaker/pcmk_sched_allocate.c pe_rsc_trace(rsc, "Processing %s on %s", rsc->id, node->details->uname); uname 530 lib/pacemaker/pcmk_sched_allocate.c node->details->uname); uname 534 lib/pacemaker/pcmk_sched_allocate.c crm_trace("Processing node %s", node->details->uname); uname 611 lib/pacemaker/pcmk_sched_allocate.c node->details->uname, rsc->stickiness); uname 617 lib/pacemaker/pcmk_sched_allocate.c " and node %s is not explicitly allowed", rsc->id, node->details->uname); uname 620 lib/pacemaker/pcmk_sched_allocate.c crm_err("%s[%s] = %d", rsc->id, nIter->details->uname, nIter->weight); uname 758 lib/pacemaker/pcmk_sched_allocate.c node->details->uname, system_health); uname 826 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 918 lib/pacemaker/pcmk_sched_allocate.c rsc->id, node->details->uname); uname 935 lib/pacemaker/pcmk_sched_allocate.c rsc->id, rsc->lock_node->details->uname, uname 940 lib/pacemaker/pcmk_sched_allocate.c rsc->id, rsc->lock_node->details->uname); uname 947 lib/pacemaker/pcmk_sched_allocate.c if (strcmp(node->details->uname, rsc->lock_node->details->uname)) { uname 1399 lib/pacemaker/pcmk_sched_allocate.c pe_warn("Scheduling Node %s for STONITH", node->details->uname); uname 1443 lib/pacemaker/pcmk_sched_allocate.c pe_warn("Node %s is unclean!", node->details->uname); uname 1471 lib/pacemaker/pcmk_sched_allocate.c node_stop->node->details->uname, uname 1472 lib/pacemaker/pcmk_sched_allocate.c dc_down->task, dc_down->node->details->uname); uname 1684 lib/pacemaker/pcmk_sched_allocate.c probe->node ? probe->node->details->uname: "", uname 1686 lib/pacemaker/pcmk_sched_allocate.c after->node ? after->node->details->uname : ""); uname 1778 lib/pacemaker/pcmk_sched_allocate.c after->node ? after->node->details->uname: "", uname 1780 lib/pacemaker/pcmk_sched_allocate.c after_wrapper->action->node ? after_wrapper->action->node->details->uname : "", uname 2091 lib/pacemaker/pcmk_sched_allocate.c action->node->details->uname, action->rsc->id, uname 2125 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 2127 lib/pacemaker/pcmk_sched_allocate.c node_name = crm_strdup_printf("%s", action->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 1049 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 1049 lib/pacemaker/pcmk_sched_clone.c crm_trace("%s - %s vs %s", child_rsc->id, node->details->uname, uname 1050 lib/pacemaker/pcmk_sched_clone.c local_node->details->uname); uname 1193 lib/pacemaker/pcmk_sched_clone.c constraint->id, chosen->details->uname, uname 1273 lib/pacemaker/pcmk_sched_clone.c node ? node->details->uname : "none", child_action?child_action->uuid:"NA"); uname 873 lib/pacemaker/pcmk_sched_colocation.c dependent->allocated_to->details->uname, uname 874 lib/pacemaker/pcmk_sched_colocation.c (primary_node == NULL)? "unallocated" : primary_node->details->uname); uname 884 lib/pacemaker/pcmk_sched_colocation.c dependent->id, primary->id, primary_node->details->uname); uname 970 lib/pacemaker/pcmk_sched_colocation.c constraint->id, dependent->id, node->details->uname, uname 979 lib/pacemaker/pcmk_sched_colocation.c node->details->uname, constraint->score); uname 985 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 222 lib/pacemaker/pcmk_sched_fencing.c rsc->id, node->details->uname); uname 243 lib/pacemaker/pcmk_sched_fencing.c rsc->id, target->details->uname); uname 246 lib/pacemaker/pcmk_sched_fencing.c action->uuid, target->details->uname); uname 412 lib/pacemaker/pcmk_sched_fencing.c node->details->uname, stonith_op->id, uname 413 lib/pacemaker/pcmk_sched_fencing.c stop->node->details->uname); uname 422 lib/pacemaker/pcmk_sched_fencing.c node->details->uname, stonith_op->id, uname 439 lib/pacemaker/pcmk_sched_fencing.c node->details->uname, stonith_op->id, stop->id); uname 445 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 121 lib/pacemaker/pcmk_sched_native.c prefer->details->uname, rsc->id); uname 131 lib/pacemaker/pcmk_sched_native.c chosen->details->uname, rsc->id); uname 136 lib/pacemaker/pcmk_sched_native.c chosen->details->uname, rsc->id); uname 142 lib/pacemaker/pcmk_sched_native.c chosen->details->uname, rsc->id, length); uname 153 lib/pacemaker/pcmk_sched_native.c chosen ? chosen->details->uname : "<none>", rsc->id, length); uname 170 lib/pacemaker/pcmk_sched_native.c rsc->id, running->details->uname); uname 196 lib/pacemaker/pcmk_sched_native.c chosen->details->uname, rsc->id, multiple, score); uname 229 lib/pacemaker/pcmk_sched_native.c best_node = node->details->uname; uname 290 lib/pacemaker/pcmk_sched_native.c node->details->uname, node->weight, factor, score); uname 296 lib/pacemaker/pcmk_sched_native.c node->details->uname, node->weight, factor, score); uname 322 lib/pacemaker/pcmk_sched_native.c node->details->uname, node->weight, factor, score, uname 330 lib/pacemaker/pcmk_sched_native.c node->details->uname, node->weight, factor, score, uname 335 lib/pacemaker/pcmk_sched_native.c crm_trace("%s: %d + %f * %d = %d", node->details->uname, uname 600 lib/pacemaker/pcmk_sched_native.c (assign_to? assign_to->details->uname : "no node"), reason); uname 610 lib/pacemaker/pcmk_sched_native.c rsc->allocated_to->details->uname); uname 621 lib/pacemaker/pcmk_sched_native.c rsc->allocated_to->details->uname); uname 705 lib/pacemaker/pcmk_sched_native.c const char *node_uname = node? node->details->uname : "n/a"; uname 902 lib/pacemaker/pcmk_sched_native.c const char *node_uname = node? node->details->uname : "n/a"; uname 978 lib/pacemaker/pcmk_sched_native.c const char *stop_node_uname = stop_node->details->uname; uname 1023 lib/pacemaker/pcmk_sched_native.c crm_trace("%s then %s on %s", probe->uuid, stopped_mon->uuid, stop_node->details->uname); uname 1171 lib/pacemaker/pcmk_sched_native.c add_hash_param(migrate_to->meta, XML_LRM_ATTR_MIGRATE_SOURCE, current->details->uname); uname 1172 lib/pacemaker/pcmk_sched_native.c add_hash_param(migrate_to->meta, XML_LRM_ATTR_MIGRATE_TARGET, chosen->details->uname); uname 1189 lib/pacemaker/pcmk_sched_native.c add_hash_param(migrate_from->meta, XML_LRM_ATTR_MIGRATE_SOURCE, current->details->uname); uname 1190 lib/pacemaker/pcmk_sched_native.c add_hash_param(migrate_from->meta, XML_LRM_ATTR_MIGRATE_TARGET, chosen->details->uname); uname 1223 lib/pacemaker/pcmk_sched_native.c ((chosen == NULL)? "no node" : chosen->details->uname)); uname 1234 lib/pacemaker/pcmk_sched_native.c rsc->id, dangling_source->details->uname); uname 1274 lib/pacemaker/pcmk_sched_native.c rsc->id, rsc->partial_migration_source->details->uname, uname 1275 lib/pacemaker/pcmk_sched_native.c rsc->partial_migration_target->details->uname); uname 1307 lib/pacemaker/pcmk_sched_native.c rsc->id, crm_str(current->details->uname), uname 1308 lib/pacemaker/pcmk_sched_native.c crm_str(chosen->details->uname)); uname 1574 lib/pacemaker/pcmk_sched_native.c current->details->uname); uname 1590 lib/pacemaker/pcmk_sched_native.c next->details->uname); uname 1968 lib/pacemaker/pcmk_sched_native.c then->node? then->node->details->uname : "no node", uname 1983 lib/pacemaker/pcmk_sched_native.c first->node? first->node->details->uname : "no node", uname 2086 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Filtered %s -> %s %s", current->details->uname, uname 2087 lib/pacemaker/pcmk_sched_native.c next->details->uname, rsc->id); uname 2090 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Forced on %s %s", current->details->uname, rsc->id); uname 2095 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s on %s", rsc->id, current->details->uname); uname 2115 lib/pacemaker/pcmk_sched_native.c pe_proc_err("Stopping %s until %s can be unfenced", rsc->id, current->details->uname); uname 2129 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 2151 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s on %s", rsc->id, next->details->uname); uname 2169 lib/pacemaker/pcmk_sched_native.c pe_rsc_debug(rsc, "%s\tPromote %s (canceled)", next->details->uname, rsc->id); uname 2195 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "%s on %s", rsc->id, next ? next->details->uname : "N/A"); uname 2205 lib/pacemaker/pcmk_sched_native.c crm_err("%s on %s", rsc->id, next ? next->details->uname : "N/A"); uname 2222 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Resource %s not deleted from %s: failed", rsc->id, node->details->uname); uname 2231 lib/pacemaker/pcmk_sched_native.c node->details->uname); uname 2235 lib/pacemaker/pcmk_sched_native.c crm_notice("Removing %s from %s", rsc->id, node->details->uname); uname 2322 lib/pacemaker/pcmk_sched_native.c pe_rsc_trace(rsc, "Skipping known: %s on %s", rsc->id, node->details->uname); uname 2402 lib/pacemaker/pcmk_sched_native.c && pe_find_node(remote->running_on, remote->allocated_to->details->uname) == NULL) uname 2438 lib/pacemaker/pcmk_sched_native.c crm_debug("Probing %s on %s (%s) %d %p", rsc->id, node->details->uname, role2text(rsc->role), uname 2444 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 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 1290 lib/pacemaker/pcmk_sched_ordering.c action->uuid, node->details->uname); uname 1297 lib/pacemaker/pcmk_sched_ordering.c action->uuid, node->details->uname); uname 1310 lib/pacemaker/pcmk_sched_ordering.c action->uuid, node->details->uname); uname 1315 lib/pacemaker/pcmk_sched_ordering.c action->uuid, 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 979 lib/pacemaker/pcmk_sched_promotable.c crm_trace("%s: %d + %d", node->details->uname, node->weight, other->weight); uname 1003 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 157 lib/pacemaker/pcmk_sched_utilization.c data->node->details->uname, (char *)key, data->rsc_id, required, remaining); uname 321 lib/pacemaker/pcmk_sched_utilization.c rsc->id, node->details->uname); uname 349 lib/pacemaker/pcmk_sched_utilization.c rsc->id, node->details->uname); uname 35 lib/pacemaker/pcmk_sched_utils.c node->details->uname, node->details->online, uname 138 lib/pacemaker/pcmk_sched_utils.c node1->details->uname, node1_weight, node2->details->uname, node2_weight); uname 144 lib/pacemaker/pcmk_sched_utils.c node1->details->uname, node1_weight, node2->details->uname, node2_weight); uname 149 lib/pacemaker/pcmk_sched_utils.c node1->details->uname, node1_weight, node2->details->uname, node2_weight); uname 159 lib/pacemaker/pcmk_sched_utils.c node1->details->uname, node2->details->uname, result); uname 163 lib/pacemaker/pcmk_sched_utils.c node1->details->uname, node2->details->uname, result); uname 171 lib/pacemaker/pcmk_sched_utils.c node1->details->uname, node1->details->num_resources, uname 172 lib/pacemaker/pcmk_sched_utils.c node2->details->uname, node2->details->num_resources); uname 177 lib/pacemaker/pcmk_sched_utils.c node1->details->uname, node1->details->num_resources, uname 178 lib/pacemaker/pcmk_sched_utils.c node2->details->uname, node2->details->num_resources); uname 184 lib/pacemaker/pcmk_sched_utils.c node1->details->uname, node1->details->num_resources, uname 185 lib/pacemaker/pcmk_sched_utils.c node2->details->uname, node2->details->num_resources); uname 189 lib/pacemaker/pcmk_sched_utils.c node1->details->uname, node1->details->num_resources, uname 190 lib/pacemaker/pcmk_sched_utils.c node2->details->uname, node2->details->num_resources); uname 194 lib/pacemaker/pcmk_sched_utils.c crm_trace("%s = %s", node1->details->uname, node2->details->uname); uname 195 lib/pacemaker/pcmk_sched_utils.c return strcmp(node1->details->uname, node2->details->uname); uname 213 lib/pacemaker/pcmk_sched_utils.c crm_info("Deallocating %s from %s", rsc->id, old->details->uname); uname 246 lib/pacemaker/pcmk_sched_utils.c rsc->id, chosen->details->uname, can_run_resources(chosen), chosen->weight); uname 293 lib/pacemaker/pcmk_sched_utils.c crm_debug("Assigning %s to %s", chosen->details->uname, rsc->id); uname 325 lib/pacemaker/pcmk_sched_utils.c node_uname = action->node->details->uname; uname 490 lib/pacemaker/pcmk_sched_utils.c node->details->uname); uname 793 lib/pacemaker/pcmk_sched_utils.c rsc_to_ban->id, node->details->uname, fail_count, uname 804 lib/pacemaker/pcmk_sched_utils.c node->details->uname, rsc->migration_threshold); uname 32 lib/pacemaker/pcmk_simulate.c action_host = action->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 687 lib/pengine/bundle.c g_list_foreach(rsc->children, (GFunc) disallow_node, (gpointer) uname); uname 702 lib/pengine/bundle.c const char *uname = NULL; uname 741 lib/pengine/bundle.c uname = ID(xml_remote); uname 747 lib/pengine/bundle.c node = pe_find_node(data_set->nodes, uname); uname 749 lib/pengine/bundle.c node = pe_create_node(uname, uname, "remote", "-INFINITY", uname 773 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 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(host->details->uname, only_node, uname 840 lib/pengine/clone.c pcmk__add_word(&list_text, &list_text_len, host->details->uname); uname 859 lib/pengine/clone.c if (!pcmk__str_in_list(host->details->uname, only_node, uname 864 lib/pengine/clone.c pcmk__add_word(&list_text, &list_text_len, host->details->uname); uname 922 lib/pengine/clone.c if (pe_find_node(rsc->running_on, node->details->uname) == NULL && uname 923 lib/pengine/clone.c pcmk__str_in_list(node->details->uname, only_node, uname 926 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 241 lib/pengine/native.c rsc->id, node->details->uname); uname 352 lib/pengine/native.c rsc->id, a_node->details->uname); uname 356 lib/pengine/native.c rsc->id, a_node->details->uname); uname 359 lib/pengine/native.c rsc->id, a_node->details->uname); uname 500 lib/pengine/native.c node->details->uname, node->details->id, uname 575 lib/pengine/native.c + (node? strlen(node->details->uname) + 1 : 0) uname 599 lib/pengine/native.c g_string_append_printf(outstr, " %s", node->details->uname); uname 661 lib/pengine/native.c have_nodes = add_output_node(outstr, n->details->uname, have_nodes); uname 840 lib/pengine/native.c status_print("<li>\n%s", n->details->uname); uname 844 lib/pengine/native.c status_print(" %s", n->details->uname); uname 847 lib/pengine/native.c status_print("\t%d : %s", counter, n->details->uname); uname 850 lib/pengine/native.c status_print("%s", n->details->uname); uname 959 lib/pengine/native.c "name", node->details->uname, uname 1152 lib/pengine/native.c node_table = g_hash_table_lookup(active_table, node->details->uname); uname 1155 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 1585 lib/pengine/pe_output.c "name", node->details->uname, uname 1619 lib/pengine/pe_output.c "name", node->details->uname, uname 1854 lib/pengine/pe_output.c if (!pcmk__str_in_list(node->details->uname, only_node, pcmk__str_star_matches|pcmk__str_casei)) { uname 1895 lib/pengine/pe_output.c comment, node->details->uname); uname 1912 lib/pengine/pe_output.c "node", node->details->uname, uname 2017 lib/pengine/pe_output.c if (!pcmk__str_in_list(node->details->uname, only_node, uname 2060 lib/pengine/pe_output.c if (!pcmk__str_in_list(node->details->uname, only_node, uname 2181 lib/pengine/pe_output.c if (!pcmk__str_in_list(node->details->uname, only_node, uname 2220 lib/pengine/pe_output.c if (!pcmk__str_in_list(node->details->uname, only_node, uname 2242 lib/pengine/pe_output.c const char *uname = va_arg(args, const char *); uname 2247 lib/pengine/pe_output.c prefix, rsc->id, uname, score); uname 2249 lib/pengine/pe_output.c out->list_item(out, NULL, "%s: %s = %s", prefix, uname, score); uname 2261 lib/pengine/pe_output.c const char *uname = va_arg(args, const char *); uname 2266 lib/pengine/pe_output.c "node", uname, uname 2357 lib/pengine/pe_output.c chosen? chosen->details->uname : "none", uname 2376 lib/pengine/pe_output.c crm_xml_add(node, "node", chosen->details->uname); uname 2652 lib/pengine/pe_output.c fn, rsc->id, node->details->uname); uname 2671 lib/pengine/pe_output.c "node", node->details->uname, uname 2865 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 110 lib/pengine/unpack.c node->details->uname, reason, rsc->id); uname 114 lib/pengine/unpack.c node->details->uname, rsc->id, reason); uname 129 lib/pengine/unpack.c node->details->uname, reason); uname 139 lib/pengine/unpack.c node->details->uname, reason); uname 143 lib/pengine/unpack.c node->details->uname, uname 153 lib/pengine/unpack.c node->details->uname, uname 159 lib/pengine/unpack.c node->details->uname, uname 389 lib/pengine/unpack.c pe_create_node(const char *id, const char *uname, const char *type, uname 394 lib/pengine/unpack.c if (pe_find_node(data_set->nodes, uname) != NULL) { uname 395 lib/pengine/unpack.c pcmk__config_warn("More than one node entry has name '%s'", uname); uname 412 lib/pengine/unpack.c crm_trace("Creating node for entry %s/%s", uname, id); uname 414 lib/pengine/unpack.c new_node->details->uname = uname; uname 534 lib/pengine/unpack.c const char *uname = NULL; uname 554 lib/pengine/unpack.c uname = crm_element_value(xml_obj, XML_ATTR_UNAME); uname 557 lib/pengine/unpack.c crm_trace("Processing node %s/%s", uname, id); uname 564 lib/pengine/unpack.c new_node = pe_create_node(id, uname, type, score, data_set); uname 716 lib/pengine/unpack.c new_rsc->id, remote_node->details->uname); uname 967 lib/pengine/unpack.c crm_trace("Processing remote node id=%s, uname=%s", this_node->details->id, this_node->details->uname); uname 981 lib/pengine/unpack.c crm_info("Node %s is shutting down", this_node->details->uname); uname 986 lib/pengine/unpack.c crm_info("Node %s is in standby-mode", this_node->details->uname); uname 992 lib/pengine/unpack.c crm_info("Node %s is in maintenance-mode", this_node->details->uname); uname 1001 lib/pengine/unpack.c XML_NODE_ATTR_RSC_DISCOVERY, this_node->details->uname); uname 1008 lib/pengine/unpack.c crm_info("Node %s has resource discovery disabled", this_node->details->uname); uname 1032 lib/pengine/unpack.c crm_info("Node %s is in standby-mode", node->details->uname); uname 1037 lib/pengine/unpack.c crm_info("Node %s is in maintenance-mode", node->details->uname); uname 1045 lib/pengine/unpack.c XML_NODE_ATTR_RSC_DISCOVERY, node->details->uname); uname 1065 lib/pengine/unpack.c const char *uname = NULL; uname 1075 lib/pengine/unpack.c uname = crm_element_value(state, XML_ATTR_UNAME); uname 1076 lib/pengine/unpack.c if (uname == NULL) { uname 1082 lib/pengine/unpack.c this_node = pe_find_node_any(data_set->nodes, id, uname); uname 1085 lib/pengine/unpack.c "it is no longer in the configuration", uname); uname 1109 lib/pengine/unpack.c this_node->details->uname, id); uname 1151 lib/pengine/unpack.c const char *uname = crm_element_value(state, XML_ATTR_UNAME); uname 1154 lib/pengine/unpack.c if ((id == NULL) || (uname == NULL)) { uname 1161 lib/pengine/unpack.c this_node = pe_find_node_any(data_set->nodes, id, uname); uname 1378 lib/pengine/unpack.c this_node->details->uname, crm_str(in_cluster), crm_str(is_peer), uname 1388 lib/pengine/unpack.c crm_debug("%s is shutting down", this_node->details->uname); uname 1403 lib/pengine/unpack.c crm_info("- Node %s is not ready to run resources", this_node->details->uname); uname 1408 lib/pengine/unpack.c crm_trace("%s is down or still coming up", this_node->details->uname); uname 1413 lib/pengine/unpack.c crm_info("Node %s was just shot", this_node->details->uname); uname 1428 lib/pengine/unpack.c crm_info("Node %s is active", this_node->details->uname); uname 1431 lib/pengine/unpack.c crm_info("Node %s is not ready to run resources", this_node->details->uname); uname 1438 lib/pengine/unpack.c this_node->details->uname, crm_str(in_cluster), crm_str(is_peer), uname 1562 lib/pengine/unpack.c crm_info("Node %s is not a Pacemaker node", this_node->details->uname); uname 1565 lib/pengine/unpack.c pe_proc_warn("Node %s is unclean", this_node->details->uname); uname 1568 lib/pengine/unpack.c crm_info("Node %s is %s", this_node->details->uname, uname 1575 lib/pengine/unpack.c crm_trace("Node %s is offline", this_node->details->uname); uname 1719 lib/pengine/unpack.c top->id, parent->id, rsc_id, node->details->uname); uname 1751 lib/pengine/unpack.c pe_rsc_trace(parent, "Looking for %s on %s in %s", rsc_id, node->details->uname, parent->id); uname 1799 lib/pengine/unpack.c parent->id, node->details->uname); uname 1916 lib/pengine/unpack.c rsc_id, node->details->uname, rsc->id, uname 1928 lib/pengine/unpack.c crm_debug("Detected orphan resource %s on %s", rsc_id, node->details->uname); uname 1956 lib/pengine/unpack.c rsc->id, role2text(rsc->role), node->details->uname, fail2text(on_fail)); uname 1967 lib/pengine/unpack.c n->details->uname); uname 2148 lib/pengine/unpack.c rsc->id, node->details->uname); uname 2153 lib/pengine/unpack.c rsc->id, node->details->uname); uname 2217 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: node is offline", rsc->id, node->details->uname); uname 2222 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: resource is not active", id, node->details->uname); uname 2226 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: old %d", id, node->details->uname, counter); uname 2232 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: non-recurring", id, node->details->uname); uname 2238 lib/pengine/unpack.c pe_rsc_trace(rsc, "Skipping %s/%s: status", id, node->details->uname); uname 2244 lib/pengine/unpack.c pe_rsc_trace(rsc, "Creating %s/%s", key, node->details->uname); uname 2311 lib/pengine/unpack.c rsc->id, node->details->uname); uname 2359 lib/pengine/unpack.c rsc_id, node->details->uname); uname 2619 lib/pengine/unpack.c node->details->uname, NULL, TRUE, data_set); uname 2654 lib/pengine/unpack.c CRM_CHECK(source && target && !strcmp(source, node->details->uname), return); uname 2741 lib/pengine/unpack.c CRM_CHECK(source && target && !strcmp(source, node->details->uname), return); uname 2808 lib/pengine/unpack.c CRM_CHECK(source && target && !strcmp(target, node->details->uname), return); uname 2850 lib/pengine/unpack.c const char *uname = crm_element_value(xIter, XML_ATTR_UNAME); uname 2852 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 2853 lib/pengine/unpack.c crm_trace("Skipping duplicate entry %s on %s", op_key, node->details->uname); uname 2858 lib/pengine/unpack.c crm_trace("Adding entry %s on %s", op_key, node->details->uname); uname 2859 lib/pengine/unpack.c crm_xml_add(op, XML_ATTR_UNAME, node->details->uname); uname 3016 lib/pengine/unpack.c (is_probe? "probe" : task), rsc->id, node->details->uname, uname 3023 lib/pengine/unpack.c (is_probe? "probe" : task), rsc->id, node->details->uname, uname 3035 lib/pengine/unpack.c rsc->id, node->details->uname); uname 3182 lib/pengine/unpack.c key, node->details->uname); uname 3187 lib/pengine/unpack.c key, node->details->uname, uname 3198 lib/pengine/unpack.c rsc->id, node->details->uname, uname 3221 lib/pengine/unpack.c rsc->id, node->details->uname, uname 3252 lib/pengine/unpack.c node->details->uname, services_ocf_exitcode_str(rc), uname 3265 lib/pengine/unpack.c rc, task, rsc->id, node->details->uname, uname 3586 lib/pengine/unpack.c pe_rsc_trace(rsc, "%s active on %s", rsc->id, node->details->uname); uname 3708 lib/pengine/unpack.c task_key, task, task_id, status, rc, node->details->uname, role2text(rsc->role)); uname 3713 lib/pengine/unpack.c node->details->uname, rsc->id); uname 3743 lib/pengine/unpack.c task_key, node->details->uname, rc, target_rc, magic); uname 3759 lib/pengine/unpack.c task_key, node->details->uname, rc, target_rc, magic); uname 3780 lib/pengine/unpack.c ID(xml_op), task, rsc->id, node->details->uname, uname 3822 lib/pengine/unpack.c task, rsc->id, node->details->uname, uname 3833 lib/pengine/unpack.c task, rsc->id, node->details->uname, status, rc, uname 3882 lib/pengine/unpack.c node->details->uname, last_change_str(xml_op), rc, uname 3887 lib/pengine/unpack.c crm_xml_add(xml_op, XML_ATTR_UNAME, node->details->uname); uname 3905 lib/pengine/unpack.c parent->id, node->details->uname, uname 3943 lib/pengine/unpack.c strdup(CRM_ATTR_UNAME), strdup(node->details->uname)); uname 4065 lib/pengine/unpack.c const char *uname = crm_element_value(node_state, XML_ATTR_UNAME); uname 4067 lib/pengine/unpack.c if (node != NULL && !pcmk__str_eq(uname, node, pcmk__str_casei)) { uname 4071 lib/pengine/unpack.c this_node = pe_find_node(data_set->nodes, uname); uname 4106 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 525 lib/pengine/utils.c ((node == NULL)? "no node" : node->details->uname)); uname 584 lib/pengine/utils.c action->uuid, action->node->details->uname, uname 625 lib/pengine/utils.c action->uuid, action->node->details->uname); uname 638 lib/pengine/utils.c action->uuid, action->node->details->uname); uname 651 lib/pengine/utils.c action->uuid, action->node->details->uname); uname 656 lib/pengine/utils.c action->uuid, action->node->details->uname); uname 664 lib/pengine/utils.c action->uuid, action->node->details->uname); uname 674 lib/pengine/utils.c action->uuid, action->node->details->uname); uname 1589 lib/pengine/utils.c key, on_node->details->uname); uname 1595 lib/pengine/utils.c crm_trace("Action %s on %s matches", key, on_node->details->uname); uname 1622 lib/pengine/utils.c crm_trace("Action %s on %s matches", key, on_node->details->uname); uname 1681 lib/pengine/utils.c pe_rsc_trace(rsc, "Setting %s for %s on %s: %d", tag, rsc->id, node->details->uname, score); uname 1718 lib/pengine/utils.c crm_info("Deallocating %s from %s", rsc->id, rsc->allocated_to->details->uname); uname 2145 lib/pengine/utils.c op_key = crm_strdup_printf("%s-%s-%s", CRM_OP_FENCE, node->details->uname, op); uname 2151 lib/pengine/utils.c add_hash_param(stonith_op->meta, XML_LRM_ATTR_TARGET, node->details->uname); uname 2179 lib/pengine/utils.c crm_notice("Unfencing %s (remote): because the definition of %s changed", node->details->uname, match->id); uname 2183 lib/pengine/utils.c node->details->uname, match->id); uname 2472 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 1730 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 1298 tools/crm_resource.c router_node = node->details->uname; uname 1969 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 71 tools/crm_resource_print.c host = node->details->uname; uname 596 tools/crm_resource_print.c const char *host_uname = (node == NULL)? NULL : node->details->uname; uname 631 tools/crm_resource_print.c const char* host_uname = node->details->uname; uname 679 tools/crm_resource_print.c const char *host_uname = (node == NULL)? NULL : node->details->uname; uname 715 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 558 tools/crm_resource_runtime.c router_node = node->details->uname; uname 715 tools/crm_resource_runtime.c rc = pcmk__node_attr_request_clear(NULL, node->details->uname, rsc_name, uname 777 tools/crm_resource_runtime.c rc = cli_resource_delete(controld_api, node->details->uname, uname 882 tools/crm_resource_runtime.c rc = clear_rsc_failures(out, controld_api, node->details->uname, NULL, uname 982 tools/crm_resource_runtime.c if(strcmp(host, node->details->uname) == 0) { uname 1587 tools/crm_resource_runtime.c out->info(out, "\tAction %d: %s\ton %s", a->id, a->uuid, a->node->details->uname); uname 1959 tools/crm_resource_runtime.c rsc_id, promoted_role_only?"promoted":"active", dest->details->uname); uname 1969 tools/crm_resource_runtime.c cli_resource_clear(rsc_id, dest->details->uname, data_set->nodes, cib, uname 1973 tools/crm_resource_runtime.c rc = cli_resource_prefer(out, rsc_id, dest->details->uname, move_lifetime, uname 1978 tools/crm_resource_runtime.c dest->details->uname, force?"(forced)":""); uname 1986 tools/crm_resource_runtime.c (void)cli_resource_ban(out, rsc_id, current->details->uname, move_lifetime, uname 1993 tools/crm_resource_runtime.c count, dest->details->uname); uname 271 tools/ipmiservicelogd.c if (uname(&name) == -1) {