nodeid 130 daemons/attrd/attrd_alerts.c uint32_t nodeid = 0U; nodeid 141 daemons/attrd/attrd_alerts.c nodeid = node_status->cluster_layer_id; nodeid 144 daemons/attrd/attrd_alerts.c node, nodeid, attr, value); nodeid 104 daemons/attrd/attrd_corosync.c uint32_t nodeid, uint32_t pid, void *msg, size_t msg_len) nodeid 108 daemons/attrd/attrd_corosync.c char *data = pcmk__cpg_message_data(handle, nodeid, pid, msg, &from); nodeid 118 daemons/attrd/attrd_corosync.c from, nodeid, data); nodeid 120 daemons/attrd/attrd_corosync.c attrd_peer_message(pcmk__get_node(nodeid, from, NULL, nodeid 152 daemons/attrd/attrd_ipc.c int nodeid = 0; nodeid 154 daemons/attrd/attrd_ipc.c crm_element_value_int(xml, PCMK__XA_ATTR_HOST_ID, &nodeid); nodeid 155 daemons/attrd/attrd_ipc.c if (nodeid > 0) { nodeid 159 daemons/attrd/attrd_ipc.c node = pcmk__search_node_caches(nodeid, NULL, NULL, nodeid 166 daemons/attrd/attrd_ipc.c host_alloc = pcmk__cluster_node_name(nodeid); nodeid 319 daemons/based/pacemaker-based.c uint32_t nodeid, uint32_t pid, void *msg, size_t msg_len) nodeid 323 daemons/based/pacemaker-based.c char *data = pcmk__cpg_message_data(handle, nodeid, pid, msg, &from); nodeid 34 daemons/controld/controld_corosync.c uint32_t nodeid, uint32_t pid, void *msg, size_t msg_len) nodeid 37 daemons/controld/controld_corosync.c char *data = pcmk__cpg_message_data(handle, nodeid, pid, msg, &from); nodeid 126 daemons/controld/controld_corosync.c if (left_list[i].nodeid == peer->cluster_layer_id) { nodeid 2870 daemons/fenced/fenced_commands.c int nodeid = 0; nodeid 2873 daemons/fenced/fenced_commands.c pcmk__scan_min_int(host, &nodeid, 0); nodeid 2874 daemons/fenced/fenced_commands.c node = pcmk__search_node_caches(nodeid, NULL, NULL, nodeid 490 daemons/fenced/fenced_history.c int nodeid; nodeid 493 daemons/fenced/fenced_history.c pcmk__scan_min_int(target, &nodeid, 0); nodeid 494 daemons/fenced/fenced_history.c node = pcmk__search_node_caches(nodeid, NULL, NULL, nodeid 1259 daemons/fenced/fenced_remote.c int nodeid; nodeid 1262 daemons/fenced/fenced_remote.c pcmk__scan_min_int(op->target, &nodeid, 0); nodeid 1263 daemons/fenced/fenced_remote.c node = pcmk__search_node_caches(nodeid, NULL, NULL, nodeid 223 daemons/fenced/pacemaker-fenced.c uint32_t nodeid, uint32_t pid, void *msg, size_t msg_len) nodeid 227 daemons/fenced/pacemaker-fenced.c char *data = pcmk__cpg_message_data(handle, nodeid, pid, msg, &from); nodeid 144 daemons/pacemakerd/pcmkd_corosync.c uint32_t nodeid; nodeid 181 daemons/pacemakerd/pcmkd_corosync.c cs_repeat(retries, 30, rc = corosync_cfg_local_get(cfg_handle, &nodeid)); nodeid 187 daemons/pacemakerd/pcmkd_corosync.c crm_debug("Corosync reports local node ID is %lu", (unsigned long) nodeid); nodeid 263 include/crm/cluster/internal.h char *pcmk__cluster_node_name(uint32_t nodeid); nodeid 127 include/crm/common/ipc.h uint32_t nodeid); nodeid 93 include/crm/common/ipc_controld.h int pcmk_controld_api_node_info(pcmk_ipc_api_t *api, uint32_t nodeid); nodeid 30 include/crm/lrmd_internal.h const char *node, uint32_t nodeid, nodeid 33 include/crm/lrmd_internal.h const char *node, uint32_t nodeid, const char *state); nodeid 671 include/crm/stonith-ng.h int stonith_api_kick(uint32_t nodeid, const char *uname, int timeout, bool off); nodeid 672 include/crm/stonith-ng.h time_t stonith_api_time(uint32_t nodeid, const char *uname, bool in_progress); nodeid 717 include/crm/stonith-ng.h typedef int (*st_api_kick_fn) (int nodeid, const char *uname, int timeout, bool off); nodeid 718 include/crm/stonith-ng.h typedef time_t (*st_api_time_fn) (int nodeid, const char *uname, bool in_progress); nodeid 722 include/crm/stonith-ng.h stonith_api_kick_helper(uint32_t nodeid, int timeout, bool off) nodeid 741 include/crm/stonith-ng.h return (*st_kick_fn) (nodeid, NULL, timeout, off); nodeid 746 include/crm/stonith-ng.h stonith_api_time_helper(uint32_t nodeid, bool in_progress) nodeid 761 include/crm/stonith-ng.h return (*st_time_fn) (nodeid, NULL, in_progress); nodeid 62 include/pcmki/pcmki_cluster_queries.h pcmk__query_node_name(pcmk__output_t *out, uint32_t nodeid, char **node_name, nodeid 65 include/pcmki/pcmki_cluster_queries.h return pcmk__query_node_info(out, &nodeid, node_name, NULL, NULL, NULL, nodeid 237 lib/cluster/cluster.c pcmk__cluster_node_name(uint32_t nodeid) nodeid 246 lib/cluster/cluster.c name = pcmk__corosync_name(0, nodeid); nodeid 258 lib/cluster/cluster.c if (nodeid == 0) { nodeid 275 lib/cluster/cluster.c nodeid); nodeid 101 lib/cluster/corosync.c pcmk__corosync_name(uint64_t /*cmap_handle_t */ cmap_handle, uint32_t nodeid) nodeid 116 lib/cluster/corosync.c if (nodeid == 0) { nodeid 117 lib/cluster/corosync.c nodeid = pcmk__cpg_local_nodeid(0); nodeid 172 lib/cluster/corosync.c crm_trace("Checking %u vs %u from %s", nodeid, id, key); nodeid 179 lib/cluster/corosync.c if (nodeid == id) { nodeid 181 lib/cluster/corosync.c nodeid, lpc, pcmk__s(name, "<null>")); nodeid 211 lib/cluster/corosync.c crm_info("Unable to get node name for nodeid %u", nodeid); nodeid 616 lib/cluster/corosync.c uint32_t nodeid = 0; nodeid 621 lib/cluster/corosync.c rc = cmap_get_uint32(cmap_handle, key, &nodeid); nodeid 628 lib/cluster/corosync.c name = pcmk__corosync_name(cmap_handle, nodeid); nodeid 637 lib/cluster/corosync.c && (node->cluster_layer_id != nodeid) nodeid 642 lib/cluster/corosync.c node->cluster_layer_id, nodeid, name); nodeid 648 lib/cluster/corosync.c if (nodeid > 0 || name != NULL) { nodeid 649 lib/cluster/corosync.c crm_trace("Initializing node[%d] %u = %s", lpc, nodeid, name); nodeid 650 lib/cluster/corosync.c pcmk__get_node(nodeid, name, NULL, pcmk__node_search_cluster_member); nodeid 653 lib/cluster/corosync.c if (nodeid > 0 && name != NULL) { nodeid 659 lib/cluster/corosync.c crm_xml_add_ll(node, PCMK_XA_ID, (long long) nodeid); nodeid 514 lib/cluster/cpg.c if (a->nodeid < b->nodeid) { nodeid 516 lib/cluster/cpg.c } else if (a->nodeid > b->nodeid) { nodeid 577 lib/cluster/cpg.c pcmk__search_node_caches(cpg_peer->nodeid, NULL, NULL, nodeid 602 lib/cluster/cpg.c cpg_peer->nodeid, cpg_peer->pid, nodeid 608 lib/cluster/cpg.c } else if (cpg_peer->nodeid == local_nodeid) { nodeid 616 lib/cluster/cpg.c cpg_peer->nodeid, cpg_peer->pid, nodeid 673 lib/cluster/cpg.c group_name->value, counter, joined_list[i].nodeid, nodeid 679 lib/cluster/cpg.c pcmk__get_node(member_list[i].nodeid, NULL, NULL, nodeid 682 lib/cluster/cpg.c if (member_list[i].nodeid == local_nodeid nodeid 691 lib/cluster/cpg.c member_list[i].nodeid, member_list[i].pid); nodeid 717 lib/cluster/cpg.c member_list[i].nodeid, group_name->value); nodeid 722 lib/cluster/cpg.c if (local_nodeid == member_list[i].nodeid) { nodeid 53 lib/cluster/crmcluster_private.h uint32_t nodeid); nodeid 23 lib/cluster/tests/cpg/pcmk_cpg_set_deliver_fn_test.c uint32_t nodeid, uint32_t pid, void *msg, size_t msg_len) nodeid 30 lib/cluster/tests/cpg/pcmk_cpg_set_deliver_fn_test.c uint32_t nodeid, uint32_t pid, void *msg, size_t msg_len) nodeid 772 lib/common/ipc_client.c uint32_t nodeid) nodeid 785 lib/common/ipc_client.c if (nodeid > 0) { nodeid 786 lib/common/ipc_client.c crm_xml_add_int(request, PCMK__XA_ATTR_HOST_ID, nodeid); nodeid 796 lib/common/ipc_client.c if (nodeid > 0) { nodeid 797 lib/common/ipc_client.c crm_xml_add_ll(request, PCMK_XA_ID, (long long) nodeid); nodeid 825 lib/common/ipc_client.c pcmk_ipc_purge_node(pcmk_ipc_api_t *api, const char *node_name, uint32_t nodeid) nodeid 833 lib/common/ipc_client.c if ((node_name == NULL) && (nodeid == 0)) { nodeid 837 lib/common/ipc_client.c request = create_purge_node_request(api, node_name, nodeid); nodeid 845 lib/common/ipc_client.c pcmk_ipc_name(api, true), node_name, (unsigned long) nodeid, rc); nodeid 425 lib/common/ipc_controld.c pcmk_controld_api_node_info(pcmk_ipc_api_t *api, uint32_t nodeid) nodeid 434 lib/common/ipc_controld.c if (nodeid > 0) { nodeid 435 lib/common/ipc_controld.c crm_xml_add_ll(request, PCMK_XA_ID, nodeid); nodeid 2053 lib/fencing/st_client.c stonith_api_kick(uint32_t nodeid, const char *uname, int timeout, bool off) nodeid 2062 lib/fencing/st_client.c action, nodeid, uname); nodeid 2069 lib/fencing/st_client.c action, nodeid, uname, pcmk_strerror(rc), rc); nodeid 2071 lib/fencing/st_client.c char *name = (uname == NULL)? pcmk__itoa(nodeid) : strdup(uname); nodeid 2076 lib/fencing/st_client.c if ((uname == NULL) && (nodeid > 0)) { nodeid 2084 lib/fencing/st_client.c action, nodeid, uname, pcmk_strerror(rc), rc); nodeid 2086 lib/fencing/st_client.c api_log(LOG_NOTICE, "Node %u/%s kicked: %s", nodeid, uname, action); nodeid 2095 lib/fencing/st_client.c stonith_api_time(uint32_t nodeid, const char *uname, bool in_progress) nodeid 2104 lib/fencing/st_client.c "API initialization failed", nodeid, uname); nodeid 2116 lib/fencing/st_client.c char *name = (uname == NULL)? pcmk__itoa(nodeid) : strdup(uname); nodeid 2119 lib/fencing/st_client.c if ((uname == NULL) && (nodeid > 0)) { nodeid 2144 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); nodeid 2146 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); nodeid 2153 lib/fencing/st_client.c api_log(LOG_INFO, "Node %u/%s last kicked at: %ld", nodeid, uname, (long int)when); nodeid 233 lib/lrmd/lrmd_alerts.c const char *node, uint32_t nodeid, nodeid 244 lib/lrmd/lrmd_alerts.c params = alert_key2param_int(params, PCMK__alert_key_nodeid, nodeid); nodeid 271 lib/lrmd/lrmd_alerts.c const char *node, uint32_t nodeid, const char *state) nodeid 282 lib/lrmd/lrmd_alerts.c params = alert_key2param_int(params, PCMK__alert_key_nodeid, nodeid); nodeid 37 tools/crm_node.c int nodeid; nodeid 129 tools/crm_node.c pcmk__scan_min_int(optarg, &(options.nodeid), 0); nodeid 437 tools/crm_node.c uint32_t nodeid = 0; nodeid 438 tools/crm_node.c int rc = pcmk__query_node_info(out, &nodeid, NULL, NULL, NULL, NULL, NULL, nodeid 450 tools/crm_node.c rc = out->message(out, "node-id", nodeid); nodeid 461 tools/crm_node.c print_node_name(uint32_t nodeid) nodeid 466 tools/crm_node.c if (nodeid == 0) { nodeid 483 tools/crm_node.c rc = pcmk__query_node_name(out, nodeid, &node_name, 0); nodeid 716 tools/crm_node.c long nodeid = 0; nodeid 726 tools/crm_node.c nodeid = strtol(target_uname, &endptr, 10); nodeid 728 tools/crm_node.c || (nodeid <= 0)) { nodeid 730 tools/crm_node.c nodeid = 0; nodeid 735 tools/crm_node.c rc = purge_node_from(servers[i], node_name, nodeid); nodeid 743 tools/crm_node.c rc = purge_node_from_fencer(node_name, nodeid); nodeid 750 tools/crm_node.c rc = purge_node_from_cib(node_name, nodeid); nodeid 847 tools/crm_node.c print_node_name(options.nodeid);