find_xml_node     255 daemons/based/based_io.c     status = find_xml_node(root, XML_CIB_TAG_STATUS, FALSE);
find_xml_node     407 daemons/based/based_messages.c         equiv_node = find_xml_node(parent, object_name, FALSE);
find_xml_node    1448 daemons/controld/controld_execd.c     xmlNode *xml_rsc = find_xml_node(action, XML_CIB_TAG_RESOURCE, TRUE);
find_xml_node    1508 daemons/controld/controld_execd.c     xmlNode *xml_rsc = find_xml_node(xml, XML_CIB_TAG_RESOURCE, TRUE);
find_xml_node    1629 daemons/controld/controld_execd.c     xmlNode *params = find_xml_node(input->xml, XML_TAG_ATTRS, TRUE);
find_xml_node    1807 daemons/controld/controld_execd.c         xmlNode *xml_rsc = find_xml_node(input->xml, XML_CIB_TAG_RESOURCE, TRUE);
find_xml_node    2005 daemons/controld/controld_execd.c     primitive = find_xml_node(rsc_op, XML_CIB_TAG_RESOURCE, FALSE);
find_xml_node    2736 daemons/controld/controld_execd.c         xmlNode *xml = find_xml_node(action_xml, XML_CIB_TAG_RESOURCE, TRUE);
find_xml_node     246 daemons/controld/controld_te_actions.c     action_rsc = find_xml_node(action->xml, XML_CIB_TAG_RESOURCE, TRUE);
find_xml_node     151 include/crm/common/xml.h xmlNode *find_xml_node(xmlNode * cib, const char *node_path, gboolean must_find);
find_xml_node     341 lib/cib/cib_file.c     cib_status_root = find_xml_node(root, XML_CIB_TAG_STATUS, TRUE);
find_xml_node     571 lib/cib/cib_file.c     if (find_xml_node(root, XML_CIB_TAG_STATUS, FALSE) == NULL) {
find_xml_node     402 lib/cib/cib_ops.c         target = find_xml_node(parent, object_name, FALSE);
find_xml_node     431 lib/cib/cib_ops.c                 remove = find_xml_node(target, replace_item, FALSE);
find_xml_node     498 lib/cib/cib_ops.c         equiv_node = find_xml_node(parent, object_name, FALSE);
find_xml_node     917 lib/common/nvpair.c     nvpair_list = find_xml_node(parent, XML_TAG_ATTRS, FALSE);
find_xml_node     243 lib/common/patchset.c     diff_child = find_xml_node(local_diff, tag, FALSE);
find_xml_node     249 lib/common/patchset.c     cib = find_xml_node(diff_child, tag, FALSE);
find_xml_node     264 lib/common/patchset.c     diff_child = find_xml_node(local_diff, tag, FALSE);
find_xml_node     270 lib/common/patchset.c     cib = find_xml_node(diff_child, tag, FALSE);
find_xml_node     609 lib/common/patchset.c     removed = find_xml_node(patchset, "diff-removed", FALSE);
find_xml_node     622 lib/common/patchset.c     added = find_xml_node(patchset, "diff-added", FALSE);
find_xml_node     780 lib/common/patchset.c             *patch_node = find_xml_node(patchset, label, FALSE);
find_xml_node     781 lib/common/patchset.c             cib_node = find_xml_node(*patch_node, "cib", FALSE);
find_xml_node     788 lib/common/patchset.c             *patch_node = find_xml_node(patchset, "version", FALSE);
find_xml_node     789 lib/common/patchset.c             *patch_node = find_xml_node(*patch_node, label, FALSE);
find_xml_node     933 lib/common/patchset.c     xmlNode *added = find_xml_node(patchset, "diff-added", FALSE);
find_xml_node     934 lib/common/patchset.c     xmlNode *removed = find_xml_node(patchset, "diff-removed", FALSE);
find_xml_node    1660 lib/common/patchset.c     xmlNode *added = find_xml_node(diff, "diff-added", FALSE);
find_xml_node    1661 lib/common/patchset.c     xmlNode *removed = find_xml_node(diff, "diff-removed", FALSE);
find_xml_node     323 lib/pengine/complex.c     template_ops = find_xml_node(new_xml, "operations", FALSE);
find_xml_node     548 lib/pengine/complex.c     ops = find_xml_node((*rsc)->xml, "operations", FALSE);
find_xml_node    2041 lib/pengine/pe_output.c     lrm_rsc = find_xml_node(node_state, XML_CIB_TAG_LRM, FALSE);
find_xml_node    2042 lib/pengine/pe_output.c     lrm_rsc = find_xml_node(lrm_rsc, XML_LRM_TAG_RESOURCES, FALSE);
find_xml_node     984 lib/pengine/unpack.c     attrs = find_xml_node(state, XML_TAG_TRANSIENT_NODEATTRS, FALSE);
find_xml_node    1034 lib/pengine/unpack.c     xmlNode *attrs = find_xml_node(state, XML_TAG_TRANSIENT_NODEATTRS, FALSE);
find_xml_node    2499 lib/pengine/unpack.c     xml = find_xml_node(xml, XML_CIB_TAG_LRM, FALSE);
find_xml_node    2503 lib/pengine/unpack.c     xml = find_xml_node(xml, XML_LRM_TAG_RESOURCES, FALSE);
find_xml_node    4081 lib/pengine/unpack.c     xmlNode *status = find_xml_node(data_set->input, XML_CIB_TAG_STATUS, TRUE);
find_xml_node    4117 lib/pengine/unpack.c                 tmp = find_xml_node(node_state, XML_CIB_TAG_LRM, FALSE);
find_xml_node    4118 lib/pengine/unpack.c                 tmp = find_xml_node(tmp, XML_LRM_TAG_RESOURCES, FALSE);
find_xml_node     170 tools/crm_diff.c         xmlNode *version_xml = find_xml_node(patch, "version", FALSE);
find_xml_node     188 tools/crm_diff.c             tmp = find_xml_node(patch, tags[i], FALSE);
find_xml_node     194 tools/crm_diff.c                 tmp = find_xml_node(tmp, XML_TAG_CIB, FALSE);