xml_node 113 include/crm/common/xml.h xmlNode *add_node_copy(xmlNode * new_parent, xmlNode * xml_node); xml_node 128 include/crm/common/xml.h int write_xml_fd(xmlNode * xml_node, const char *filename, int fd, gboolean compress); xml_node 129 include/crm/common/xml.h int write_xml_file(xmlNode * xml_node, const char *filename, gboolean compress); xml_node 145 include/crm/common/xml.h gboolean can_prune_leaf(xmlNode * xml_node); xml_node 818 lib/cib/cib_ops.c xmlNode *xml_node = NULL; xml_node 826 lib/cib/cib_ops.c xml_node = create_xml_node(failed, XML_FAIL_TAG_CIB); xml_node 827 lib/cib/cib_ops.c add_node_copy(xml_node, target); xml_node 829 lib/cib/cib_ops.c crm_xml_add(xml_node, XML_FAILCIB_ATTR_ID, ID(target)); xml_node 830 lib/cib/cib_ops.c crm_xml_add(xml_node, XML_FAILCIB_ATTR_OBJTYPE, TYPE(target)); xml_node 831 lib/cib/cib_ops.c crm_xml_add(xml_node, XML_FAILCIB_ATTR_OP, operation); xml_node 832 lib/cib/cib_ops.c crm_xml_add(xml_node, XML_FAILCIB_ATTR_REASON, error_msg); xml_node 1197 lib/cluster/membership.c known_node_cache_refresh_helper(xmlNode *xml_node, void *user_data) xml_node 1199 lib/cluster/membership.c const char *id = crm_element_value(xml_node, XML_ATTR_ID); xml_node 1200 lib/cluster/membership.c const char *uname = crm_element_value(xml_node, XML_ATTR_UNAME); xml_node 757 lib/common/nvpair.c xmlNode *xml_node = user_data; xml_node 760 lib/common/nvpair.c xmlNode *tmp = create_xml_node(xml_node, XML_TAG_PARAM); xml_node 765 lib/common/nvpair.c } else if (crm_element_value(xml_node, name) == NULL) { xml_node 766 lib/common/nvpair.c crm_xml_add(xml_node, name, s_value); xml_node 791 lib/common/nvpair.c xmlNode *xml_node = user_data; xml_node 793 lib/common/nvpair.c if (crm_element_value(xml_node, name) == NULL) { xml_node 794 lib/common/nvpair.c crm_xml_add(xml_node, name, s_value); xml_node 891 lib/common/nvpair.c xmlNode *xml_node = user_data; xml_node 893 lib/common/nvpair.c crm_create_nvpair_xml(xml_node, name, name, s_value); xml_node 1179 lib/common/xml.c write_xml_stream(xmlNode *xml_node, const char *filename, FILE *stream, xml_node 1186 lib/common/xml.c crm_log_xml_trace(xml_node, "writing"); xml_node 1188 lib/common/xml.c buffer = dump_xml_formatted(xml_node); xml_node 1190 lib/common/xml.c crm_log_xml_warn(xml_node, "formatting failed"); xml_node 1270 lib/common/xml.c write_xml_fd(xmlNode * xml_node, const char *filename, int fd, gboolean compress) xml_node 1276 lib/common/xml.c CRM_CHECK(xml_node && (fd > 0), return -EINVAL); xml_node 1281 lib/common/xml.c rc = write_xml_stream(xml_node, filename, stream, compress, &nbytes); xml_node 1298 lib/common/xml.c write_xml_file(xmlNode * xml_node, const char *filename, gboolean compress) xml_node 1304 lib/common/xml.c CRM_CHECK(xml_node && filename, return -EINVAL); xml_node 1309 lib/common/xml.c rc = write_xml_stream(xml_node, filename, stream, compress, &nbytes); xml_node 2388 lib/common/xml.c can_prune_leaf(xmlNode * xml_node) xml_node 2392 lib/common/xml.c const char *name = crm_element_name(xml_node); xml_node 2399 lib/common/xml.c for (xmlAttrPtr a = pcmk__xe_first_attr(xml_node); a != NULL; a = a->next) { xml_node 2408 lib/common/xml.c cIter = pcmk__xml_first_child(xml_node); xml_node 435 lib/pacemaker/pcmk_cluster_queries.c xmlNode *xml_node = NULL; xml_node 447 lib/pacemaker/pcmk_cluster_queries.c rc = the_cib->cmds->query(the_cib, NULL, &xml_node, xml_node 465 lib/pacemaker/pcmk_cluster_queries.c crm_foreach_xpath_result(xml_node, PCMK__XP_MEMBER_NODE_CONFIG, xml_node 472 lib/pacemaker/pcmk_cluster_queries.c crm_foreach_xpath_result(xml_node, PCMK__XP_GUEST_NODE_CONFIG, xml_node 479 lib/pacemaker/pcmk_cluster_queries.c crm_foreach_xpath_result(xml_node, PCMK__XP_REMOTE_NODE_CONFIG, xml_node 489 lib/pacemaker/pcmk_cluster_queries.c free_xml(xml_node); xml_node 1095 lib/pacemaker/pcmk_output.c xmlNodePtr xml_node = NULL; xml_node 1101 lib/pacemaker/pcmk_output.c xml_node = pcmk__output_create_xml_node(out, "cluster_action", xml_node 1107 lib/pacemaker/pcmk_output.c crm_xml_add(xml_node, "id", ID(rsc)); xml_node 1379 lib/pacemaker/pcmk_output.c xmlNodePtr xml_node = NULL; xml_node 1385 lib/pacemaker/pcmk_output.c xml_node = pcmk__output_create_xml_node(out, "pseudo_action", xml_node 1389 lib/pacemaker/pcmk_output.c crm_xml_add(xml_node, "node", node); xml_node 1428 lib/pacemaker/pcmk_output.c xmlNodePtr xml_node = NULL; xml_node 1434 lib/pacemaker/pcmk_output.c xml_node = pcmk__output_create_xml_node(out, "rsc_action", xml_node 1443 lib/pacemaker/pcmk_output.c crm_xml_add(xml_node, "interval", interval_s); xml_node 546 lib/pengine/pe_output.c xmlNodePtr xml_node = NULL; xml_node 551 lib/pengine/pe_output.c xml_node = pcmk__output_xml_peek_parent(out); xml_node 552 lib/pengine/pe_output.c CRM_ASSERT(xml_node != NULL); xml_node 553 lib/pengine/pe_output.c xml_node = is_list xml_node 554 lib/pengine/pe_output.c ? create_xml_node(xml_node, tag_name) xml_node 555 lib/pengine/pe_output.c : xmlNewChild(xml_node, NULL, (pcmkXmlStr) tag_name, NULL); xml_node 562 lib/pengine/pe_output.c crm_xml_add(xml_node, param_name, param_value); xml_node 568 lib/pengine/pe_output.c pcmk__output_xml_push_parent(out, xml_node); xml_node 1489 lib/pengine/pe_output.c xmlNodePtr xml_node = pcmk__output_xml_peek_parent(out); xml_node 1490 lib/pengine/pe_output.c crm_xml_add(xml_node, "id_as_resource", node->details->remote_rsc->container->id); xml_node 1800 lib/pengine/pe_output.c xmlNodePtr xml_node = pcmk__output_create_xml_node(out, "capacity", xml_node 1804 lib/pengine/pe_output.c g_hash_table_foreach(node->details->utilization, add_dump_node, xml_node); xml_node 2551 lib/pengine/pe_output.c xmlNodePtr xml_node = pcmk__output_create_xml_node(out, "utilization", xml_node 2556 lib/pengine/pe_output.c g_hash_table_foreach(rsc->utilization, add_dump_node, xml_node); xml_node 654 tools/crm_resource_print.c xmlNodePtr xml_node = pcmk__output_xml_create_parent(out, "reason", NULL); xml_node 682 tools/crm_resource_print.c crm_xml_add(xml_node, "running_on", host_uname); xml_node 731 tools/crm_resource_print.c crm_xml_add(xml_node, "running", pcmk__btoa(hosts != NULL));