node_type          25 crmd/attrd.c       const char *node_type = (is_remote? "Pacemaker Remote" : "cluster");
node_type          42 crmd/attrd.c                   display_command, node_type, host, when, pcmk_strerror(rc), rc);
node_type          45 crmd/attrd.c                   name, value, node_type, host, when, pcmk_strerror(rc), rc);
node_type          37 include/crm/cib/util.h                          const char *user_name, const char *node_type);
node_type         159 include/crm/pengine/status.h     enum node_type type;
node_type          67 lib/cib/cib_attrs.c     const char *node_type = NULL;
node_type          90 lib/cib/cib_attrs.c         node_type = XML_CIB_TAG_TICKETS;
node_type         104 lib/cib/cib_attrs.c     if (safe_str_eq(node_type, XML_CIB_TAG_TICKETS)) {
node_type         105 lib/cib/cib_attrs.c         attr_snprintf(xpath_string, offset, XPATH_MAX, "//%s", node_type);
node_type         108 lib/cib/cib_attrs.c         const char *node_type = XML_CIB_TAG_NODE;
node_type         111 lib/cib/cib_attrs.c             node_type = XML_CIB_TAG_STATE;
node_type         114 lib/cib/cib_attrs.c         attr_snprintf(xpath_string, offset, XPATH_MAX, "//%s[@id='%s']", node_type,
node_type         180 lib/cib/cib_attrs.c                      const char *node_type)
node_type         211 lib/cib/cib_attrs.c             node_type = XML_CIB_TAG_TICKETS;
node_type         222 lib/cib/cib_attrs.c             if (safe_str_eq(node_type, "remote")) {
node_type         251 lib/cib/cib_attrs.c             } else if (safe_str_eq(node_type, XML_CIB_TAG_TICKETS)) {
node_type         287 lib/cib/cib_attrs.c         if (node_uuid == NULL && safe_str_neq(node_type, XML_CIB_TAG_TICKETS)) {
node_type         634 lib/cluster/heartbeat.c         ha_node_type = conn->llc_ops->node_type(conn, ha_node);
node_type        3111 tools/crm_mon.c         const char *node_type = "unknown";
node_type        3115 tools/crm_mon.c                 node_type = "member";
node_type        3118 tools/crm_mon.c                 node_type = "remote";
node_type        3121 tools/crm_mon.c                 node_type = "ping";
node_type        3137 tools/crm_mon.c         fprintf(stream, "type=\"%s\" ", node_type);