XML_CIB_TAG_STATE  130 daemons/attrd/attrd_cib.c     xml_obj = create_xml_node(parent, XML_CIB_TAG_STATE);
XML_CIB_TAG_STATE  376 daemons/controld/controld_cib.c #define XPATH_NODE_STATE        "//" XML_CIB_TAG_STATE "[@" XML_ATTR_UNAME "='%s']"
XML_CIB_TAG_STATE  469 daemons/controld/controld_cib.c #define XPATH_RESOURCE_HISTORY "//" XML_CIB_TAG_STATE                       \
XML_CIB_TAG_STATE  962 daemons/controld/controld_cib.c     xml = create_xml_node(update, XML_CIB_TAG_STATE);
XML_CIB_TAG_STATE 1058 daemons/controld/controld_cib.c     "/" XML_CIB_TAG_STATE "[@" XML_ATTR_UNAME "='%s']"  \
XML_CIB_TAG_STATE  232 daemons/controld/controld_join_client.c     const char *state = crm_element_value(node, XML_CIB_TAG_STATE);
XML_CIB_TAG_STATE  868 daemons/controld/controld_join_dc.c                                    XML_CIB_TAG_STATE, node->state,
XML_CIB_TAG_STATE  135 daemons/controld/controld_membership.c     node_state = create_xml_node(parent, XML_CIB_TAG_STATE);
XML_CIB_TAG_STATE  263 daemons/controld/controld_membership.c             node_state_xml = create_xml_node(NULL, XML_CIB_TAG_STATE);
XML_CIB_TAG_STATE  280 daemons/controld/controld_te_actions.c     state = create_xml_node(NULL, XML_CIB_TAG_STATE);
XML_CIB_TAG_STATE  357 daemons/controld/controld_te_callbacks.c     } else if (strstr(xpath, "/" XML_CIB_TAG_STATE "[")) {
XML_CIB_TAG_STATE  492 daemons/controld/controld_te_callbacks.c         } else if (strcmp(name, XML_CIB_TAG_STATE) == 0) {
XML_CIB_TAG_STATE  334 daemons/controld/controld_te_utils.c         } else if (pcmk__str_any_of(kind, XML_CIB_TAG_STATE, XML_CIB_TAG_NODE, NULL)) {
XML_CIB_TAG_STATE  831 daemons/controld/controld_utils.c     while (node != NULL && !pcmk__str_eq(XML_CIB_TAG_STATE, TYPE(node), pcmk__str_casei)) {
XML_CIB_TAG_STATE  191 include/crm/common/xml_internal.h     "//" XML_TAG_CIB "//" XML_CIB_TAG_STATUS "//" XML_CIB_TAG_STATE \
XML_CIB_TAG_STATE  106 lib/cib/cib_attrs.c             node_type = XML_CIB_TAG_STATE;
XML_CIB_TAG_STATE  245 lib/cib/cib_attrs.c             xml_top = create_xml_node(xml_obj, XML_CIB_TAG_STATE);
XML_CIB_TAG_STATE  578 lib/cib/cib_attrs.c     } else if (pcmk__str_eq(tag, XML_CIB_TAG_STATE, pcmk__str_casei)) {
XML_CIB_TAG_STATE  617 lib/cib/cib_attrs.c     "|/" XML_TAG_CIB "/" XML_CIB_TAG_STATUS "/" XML_CIB_TAG_STATE \
XML_CIB_TAG_STATE   37 lib/pacemaker/pcmk_injections.c #define XPATH_NODE_STATE    "//" XML_CIB_TAG_STATE "[@" XML_ATTR_UNAME "='%s']"
XML_CIB_TAG_STATE  252 lib/pacemaker/pcmk_injections.c             char *xpath_by_uuid = crm_strdup_printf("//" XML_CIB_TAG_STATE "[@" XML_ATTR_ID "='%s']",
XML_CIB_TAG_STATE  278 lib/pacemaker/pcmk_injections.c         cib_object = create_xml_node(NULL, XML_CIB_TAG_STATE);
XML_CIB_TAG_STATE   26 lib/pacemaker/pcmk_resource.c                          "/" XML_CIB_TAG_STATE "[@" XML_ATTR_UNAME "='%s']" \
XML_CIB_TAG_STATE 1875 lib/pacemaker/pcmk_sched_actions.c                            "/" XML_CIB_TAG_STATE "[@" XML_ATTR_UNAME "='%s']" \
XML_CIB_TAG_STATE  703 lib/pacemaker/pcmk_simulate.c                        "//" XML_CIB_TAG_STATE
XML_CIB_TAG_STATE  711 lib/pacemaker/pcmk_simulate.c                        "//" XML_CIB_TAG_STATE
XML_CIB_TAG_STATE  130 lib/pengine/failcounts.c #define XPATH_FMT "//" XML_CIB_TAG_STATE "[@" XML_ATTR_UNAME "='%s']"       \
XML_CIB_TAG_STATE 2453 lib/pengine/pe_output.c     for (node_state = first_named_child(cib_status, XML_CIB_TAG_STATE);
XML_CIB_TAG_STATE  975 lib/pengine/unpack.c     if (!pcmk__str_eq((const char *)state->name, XML_CIB_TAG_STATE, pcmk__str_none)) {
XML_CIB_TAG_STATE 1089 lib/pengine/unpack.c         crm_warn("Ignoring malformed " XML_CIB_TAG_STATE " entry without "
XML_CIB_TAG_STATE 1096 lib/pengine/unpack.c         crm_warn("Ignoring malformed " XML_CIB_TAG_STATE " entry without "
XML_CIB_TAG_STATE 1167 lib/pengine/unpack.c     for (const xmlNode *state = first_named_child(status, XML_CIB_TAG_STATE);
XML_CIB_TAG_STATE 1177 lib/pengine/unpack.c                       XML_CIB_TAG_STATE " without id and/or uname");
XML_CIB_TAG_STATE 1278 lib/pengine/unpack.c         } else if (pcmk__str_eq((const char *)state->name, XML_CIB_TAG_STATE, pcmk__str_none)) {
XML_CIB_TAG_STATE 2599 lib/pengine/unpack.c                          "/" XML_CIB_TAG_STATE
XML_CIB_TAG_STATE 4778 lib/pengine/unpack.c         if (pcmk__str_eq((const char *)node_state->name, XML_CIB_TAG_STATE, pcmk__str_none)) {
XML_CIB_TAG_STATE 1843 tools/crm_mon.c     while (n != NULL && !pcmk__str_eq(XML_CIB_TAG_STATE, TYPE(n), pcmk__str_casei)) {
XML_CIB_TAG_STATE 1967 tools/crm_mon.c         } else if(strcmp(name, XML_CIB_TAG_STATE) == 0) {
XML_CIB_TAG_STATE  347 tools/crm_node.c     node_state = create_xml_node(NULL, XML_CIB_TAG_STATE);