XML_CIB_TAG_STATE 1193 daemons/attrd/attrd_commands.c xml_obj = create_xml_node(parent, XML_CIB_TAG_STATE); XML_CIB_TAG_STATE 198 daemons/controld/controld_based.c #define XPATH_NODE_STATE "//" XML_CIB_TAG_STATE "[@" XML_ATTR_UNAME "='%s']" XML_CIB_TAG_STATE 278 daemons/controld/controld_based.c #define XPATH_RESOURCE_HISTORY "//" XML_CIB_TAG_STATE \ XML_CIB_TAG_STATE 1027 daemons/controld/controld_execd.c "/" XML_CIB_TAG_STATE "[@" XML_ATTR_UNAME "='%s']" \ XML_CIB_TAG_STATE 2471 daemons/controld/controld_execd.c iter = create_xml_node(iter, XML_CIB_TAG_STATE); XML_CIB_TAG_STATE 138 daemons/controld/controld_membership.c node_state = create_xml_node(parent, XML_CIB_TAG_STATE); XML_CIB_TAG_STATE 265 daemons/controld/controld_membership.c node_state_xml = create_xml_node(NULL, XML_CIB_TAG_STATE); XML_CIB_TAG_STATE 218 daemons/controld/controld_te_actions.c state = create_xml_node(NULL, XML_CIB_TAG_STATE); XML_CIB_TAG_STATE 374 daemons/controld/controld_te_callbacks.c } else if (strstr(xpath, "/" XML_CIB_TAG_STATE "[")) { XML_CIB_TAG_STATE 501 daemons/controld/controld_te_callbacks.c } else if (strcmp(name, XML_CIB_TAG_STATE) == 0) { XML_CIB_TAG_STATE 302 daemons/controld/controld_te_utils.c } else if (pcmk__strcase_any_of(kind, XML_CIB_TAG_STATE, XML_CIB_TAG_NODE, NULL)) { XML_CIB_TAG_STATE 866 daemons/controld/controld_utils.c while (node != NULL && !pcmk__str_eq(XML_CIB_TAG_STATE, TYPE(node), pcmk__str_casei)) { XML_CIB_TAG_STATE 146 include/crm/common/xml_internal.h "//" XML_TAG_CIB "//" XML_CIB_TAG_STATUS "//" XML_CIB_TAG_STATE \ XML_CIB_TAG_STATE 103 lib/cib/cib_attrs.c node_type = XML_CIB_TAG_STATE; XML_CIB_TAG_STATE 231 lib/cib/cib_attrs.c xml_top = create_xml_node(xml_obj, XML_CIB_TAG_STATE); XML_CIB_TAG_STATE 441 lib/cib/cib_attrs.c } else if (pcmk__str_eq(tag, XML_CIB_TAG_STATE, pcmk__str_casei)) { XML_CIB_TAG_STATE 480 lib/cib/cib_attrs.c "|/" XML_TAG_CIB "/" XML_CIB_TAG_STATUS "/" 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 516 lib/pacemaker/pcmk_sched_allocate.c if (pcmk__str_eq((const char *)node_state->name, XML_CIB_TAG_STATE, XML_CIB_TAG_STATE 40 lib/pacemaker/pcmk_sched_transition.c #define NODE_TEMPLATE "//"XML_CIB_TAG_STATE"[@uname='%s']" XML_CIB_TAG_STATE 41 lib/pacemaker/pcmk_sched_transition.c #define RSC_TEMPLATE "//"XML_CIB_TAG_STATE"[@uname='%s']//"XML_LRM_TAG_RESOURCE"[@id='%s']" XML_CIB_TAG_STATE 185 lib/pacemaker/pcmk_sched_transition.c cib_object = create_xml_node(NULL, XML_CIB_TAG_STATE); XML_CIB_TAG_STATE 2212 lib/pengine/pe_output.c for (node_state = first_named_child(cib_status, XML_CIB_TAG_STATE); XML_CIB_TAG_STATE 960 lib/pengine/unpack.c if (!pcmk__str_eq((const char *)state->name, XML_CIB_TAG_STATE, pcmk__str_none)) { XML_CIB_TAG_STATE 1070 lib/pengine/unpack.c crm_warn("Ignoring malformed " XML_CIB_TAG_STATE " entry without " XML_CIB_TAG_STATE 1077 lib/pengine/unpack.c crm_warn("Ignoring malformed " XML_CIB_TAG_STATE " entry without " XML_CIB_TAG_STATE 1147 lib/pengine/unpack.c for (xmlNode *state = first_named_child(status, XML_CIB_TAG_STATE); XML_CIB_TAG_STATE 1157 lib/pengine/unpack.c XML_CIB_TAG_STATE " without id and/or uname"); XML_CIB_TAG_STATE 1258 lib/pengine/unpack.c } else if (pcmk__str_eq((const char *)state->name, XML_CIB_TAG_STATE, pcmk__str_none)) { XML_CIB_TAG_STATE 4064 lib/pengine/unpack.c if (pcmk__str_eq((const char *)node_state->name, XML_CIB_TAG_STATE, pcmk__str_none)) { XML_CIB_TAG_STATE 1869 tools/crm_mon.c while (n != NULL && !pcmk__str_eq(XML_CIB_TAG_STATE, TYPE(n), pcmk__str_casei)) { XML_CIB_TAG_STATE 1998 tools/crm_mon.c } else if(strcmp(name, XML_CIB_TAG_STATE) == 0) { XML_CIB_TAG_STATE 343 tools/crm_node.c node_state = create_xml_node(NULL, XML_CIB_TAG_STATE);