node_xml_id       127 daemons/attrd/attrd_alerts.c attrd_send_attribute_alert(const char *node, const char *node_xml_id,
node_xml_id       136 daemons/attrd/attrd_alerts.c     node_status = pcmk__search_node_caches(0, node, node_xml_id,
node_xml_id       452 daemons/attrd/attrd_cib.c         const char *node_xml_id = attrd_get_node_xml_id(at->nodename);
node_xml_id       454 daemons/attrd/attrd_cib.c         rc = attrd_send_attribute_alert(at->nodename, node_xml_id,
node_xml_id       459 daemons/attrd/attrd_cib.c                   pcmk__s(node_xml_id, "unknown"),
node_xml_id       558 daemons/attrd/attrd_cib.c         const char *node_xml_id = NULL;
node_xml_id       576 daemons/attrd/attrd_cib.c             node_xml_id = v->nodename;
node_xml_id       584 daemons/attrd/attrd_cib.c             node_xml_id = pcmk__cluster_get_xml_id(peer);
node_xml_id       585 daemons/attrd/attrd_cib.c             if (node_xml_id == NULL) {
node_xml_id       586 daemons/attrd/attrd_cib.c                 node_xml_id = prev_xml_id;
node_xml_id       591 daemons/attrd/attrd_cib.c         if (node_xml_id == NULL) {
node_xml_id       599 daemons/attrd/attrd_cib.c         if (!pcmk__str_eq(prev_xml_id, node_xml_id, pcmk__str_none)) {
node_xml_id       601 daemons/attrd/attrd_cib.c                       a->id, v->nodename, node_xml_id,
node_xml_id       603 daemons/attrd/attrd_cib.c             attrd_set_node_xml_id(v->nodename, node_xml_id);
node_xml_id       607 daemons/attrd/attrd_cib.c         rc = add_attr_update(a, v->current, node_xml_id);
node_xml_id       612 daemons/attrd/attrd_cib.c                     node_xml_id);
node_xml_id       618 daemons/attrd/attrd_cib.c                   node_xml_id);
node_xml_id       237 daemons/attrd/attrd_corosync.c     const char *node_xml_id = crm_element_value(xml, PCMK__XA_ATTR_HOST_ID);
node_xml_id       252 daemons/attrd/attrd_corosync.c     if (node_xml_id == NULL) {
node_xml_id       253 daemons/attrd/attrd_corosync.c         node_xml_id = prev_xml_id;
node_xml_id       286 daemons/attrd/attrd_corosync.c                    pcmk__s(node_xml_id, "unknown"));
node_xml_id       332 daemons/attrd/attrd_corosync.c     if ((node_xml_id != NULL)
node_xml_id       333 daemons/attrd/attrd_corosync.c         && !pcmk__str_eq(node_xml_id, prev_xml_id, pcmk__str_none)) {
node_xml_id       336 daemons/attrd/attrd_corosync.c             pcmk__get_node(0, host, node_xml_id,
node_xml_id       340 daemons/attrd/attrd_corosync.c                   a->id, known_peer->name, node_xml_id,
node_xml_id       342 daemons/attrd/attrd_corosync.c         attrd_set_node_xml_id(v->nodename, node_xml_id);
node_xml_id       239 daemons/attrd/attrd_ipc.c                   attrd_cluster->priv->node_xml_id);
node_xml_id       242 daemons/attrd/attrd_ipc.c                     attrd_cluster->priv->node_xml_id);
node_xml_id       320 daemons/attrd/attrd_messages.c                 attrd_cluster->priv->node_xml_id);
node_xml_id        48 daemons/attrd/attrd_nodes.c attrd_set_node_xml_id(const char *node_name, const char *node_xml_id)
node_xml_id        53 daemons/attrd/attrd_nodes.c     pcmk__insert_dup(node_xml_ids, node_name, node_xml_id);
node_xml_id       102 daemons/attrd/pacemaker-attrd.h int attrd_send_attribute_alert(const char *node, const char *node_xml_id,
node_xml_id       256 daemons/attrd/pacemaker-attrd.h void attrd_set_node_xml_id(const char *node_name, const char *node_xml_id);
node_xml_id        92 include/crm/cluster/internal.h     char *node_xml_id;              //!< Local node XML ID in CIB
node_xml_id       169 lib/cluster/cluster.c     free(cluster->priv->node_xml_id);
node_xml_id       498 lib/cluster/corosync.c     cluster->priv->node_xml_id = pcmk__corosync_uuid(local_node);
node_xml_id       499 lib/cluster/corosync.c     CRM_LOG_ASSERT(cluster->priv->node_xml_id != NULL);