first_named_child   97 daemons/attrd/attrd_alerts.c         crmalerts = first_named_child(crmalerts, XML_CIB_TAG_ALERTS);
first_named_child  592 daemons/attrd/attrd_corosync.c         for (xmlNode *child = first_named_child(xml, XML_ATTR_OP); child != NULL;
first_named_child  419 daemons/attrd/attrd_ipc.c             for (xmlNode *child = first_named_child(xml, XML_ATTR_OP); child != NULL;
first_named_child   64 daemons/based/based_transaction.c     for (xmlNodePtr request = first_named_child(transaction, T_CIB_COMMAND);
first_named_child  731 daemons/controld/controld_control.c         crmconfig = first_named_child(crmconfig, XML_CIB_TAG_CRMCONFIG);
first_named_child  780 daemons/controld/controld_control.c     alerts = first_named_child(output, XML_CIB_TAG_ALERTS);
first_named_child  626 daemons/controld/controld_messages.c         xmlNode *xml_rsc = first_named_child(xml_op, XML_CIB_TAG_RESOURCE);
first_named_child  627 daemons/controld/controld_messages.c         xmlNode *xml_attrs = first_named_child(xml_op, XML_TAG_ATTRS);
first_named_child  701 daemons/controld/controld_messages.c         rsc_xml = first_named_child(msg_data, XML_CIB_TAG_RESOURCE);
first_named_child  156 daemons/controld/controld_metadata.c         xmlNode *version_element = first_named_child(metadata, "version");
first_named_child  169 daemons/controld/controld_metadata.c     match = first_named_child(metadata, "actions");
first_named_child  170 daemons/controld/controld_metadata.c     for (match = first_named_child(match, "action"); match != NULL;
first_named_child  191 daemons/controld/controld_metadata.c     match = first_named_child(metadata, "parameters");
first_named_child  192 daemons/controld/controld_metadata.c     for (match = first_named_child(match, "parameter"); match != NULL;
first_named_child 1438 daemons/controld/controld_remote_ra.c         for (node = first_named_child(getXpathResult(search, 0),
first_named_child  229 daemons/controld/controld_te_callbacks.c         xml = first_named_child(xml, XML_LRM_TAG_RESOURCES);
first_named_child  369 daemons/controld/controld_te_callbacks.c     xmlNode *lrm = first_named_child(state, XML_CIB_TAG_LRM);
first_named_child  388 daemons/controld/controld_te_callbacks.c     xmlNode *status = first_named_child(cib, XML_CIB_TAG_STATUS);
first_named_child  389 daemons/controld/controld_te_callbacks.c     xmlNode *config = first_named_child(cib, XML_CIB_TAG_CONFIGURATION);
first_named_child  439 daemons/controld/controld_te_callbacks.c             match = first_named_child(change, XML_DIFF_RESULT);
first_named_child  434 daemons/controld/controld_te_utils.c                 reason = first_named_child(reason, XML_DIFF_RESULT);
first_named_child 1771 daemons/execd/execd_commands.c     rsc_xml = first_named_child(request, F_LRMD_CALLDATA);
first_named_child 1773 daemons/execd/execd_commands.c         rsc_xml = first_named_child(rsc_xml, F_LRMD_RSC);
first_named_child  540 daemons/fenced/fenced_cib.c                     xmlNode *match = first_named_child(change, XML_DIFF_RESULT);
first_named_child  564 daemons/fenced/fenced_cib.c                 if(first_named_child(change, XML_TAG_FENCING_TOPOLOGY) == NULL) {
first_named_child  248 include/crm/common/xml.h xmlNode *first_named_child(const xmlNode *parent, const char *name);
first_named_child 1066 lib/cib/cib_file.c     for (xmlNode *request = first_named_child(transaction, T_CIB_COMMAND);
first_named_child  171 lib/cib/cib_utils.c     for (const xmlNode *change = first_named_child(patchset, XML_DIFF_CHANGE);
first_named_child   33 lib/common/ipc_attrd.c     for (xmlNode *node = first_named_child(msg_data, XML_CIB_TAG_NODE);
first_named_child  161 lib/common/ipc_controld.c     for (xmlNode *node = first_named_child(msg_data, XML_CIB_TAG_NODE);
first_named_child  156 lib/common/messages.c     return pcmk__xml_first_child(first_named_child(msg, field));
first_named_child  156 lib/common/patchset.c     xmlNode *config = first_named_child(xml, XML_CIB_TAG_CONFIGURATION);
first_named_child  972 lib/common/patchset.c             attrs = pcmk__xml_first_child(first_named_child(change,
first_named_child  238 lib/common/patchset_display.c             xmlNode *clist = first_named_child(change, XML_DIFF_LIST);
first_named_child 1866 lib/lrmd/lrmd_client.c     for (xmlNode *rsc_xml = first_named_child(output_xml, F_LRMD_RSC);
first_named_child 1875 lib/lrmd/lrmd_client.c         for (xmlNode *op_xml = first_named_child(rsc_xml, T_LRMD_RSC_OP);
first_named_child  600 lib/pacemaker/pcmk_graph_consumer.c     for (action_set = first_named_child(xml_synapse, "action_set");
first_named_child  623 lib/pacemaker/pcmk_graph_consumer.c     for (xmlNode *inputs = first_named_child(xml_synapse, "inputs");
first_named_child  626 lib/pacemaker/pcmk_graph_consumer.c         for (xmlNode *trigger = first_named_child(inputs, "trigger");
first_named_child  741 lib/pacemaker/pcmk_graph_consumer.c     for (const xmlNode *synapse_xml = first_named_child(xml_graph, "synapse");
first_named_child  852 lib/pacemaker/pcmk_graph_consumer.c     action_resource = first_named_child(action->xml, XML_CIB_TAG_RESOURCE);
first_named_child   62 lib/pacemaker/pcmk_injections.c     attrs = first_named_child(cib_node, XML_TAG_TRANSIENT_NODEATTRS);
first_named_child   68 lib/pacemaker/pcmk_injections.c     instance_attrs = first_named_child(attrs, XML_TAG_ATTR_SETS);
first_named_child  431 lib/pacemaker/pcmk_injections.c     lrm = first_named_child(cib_node, XML_CIB_TAG_LRM);
first_named_child  439 lib/pacemaker/pcmk_injections.c     container = first_named_child(lrm, XML_LRM_TAG_RESOURCES);
first_named_child   47 lib/pacemaker/pcmk_resource.c     for (xmlNode *lrm_rsc_op = first_named_child(history, XML_LRM_TAG_RSC_OP);
first_named_child 1715 lib/pacemaker/pcmk_sched_actions.c     for (xmlNode *rsc_op = first_named_child(rsc_entry, XML_LRM_TAG_RSC_OP);
first_named_child 1855 lib/pacemaker/pcmk_sched_actions.c     for (const xmlNode *rsc_entry = first_named_child(lrm_rscs,
first_named_child  483 lib/pacemaker/pcmk_sched_colocation.c         for (xml_rsc = first_named_child(set, XML_TAG_RESOURCE_REF);
first_named_child  519 lib/pacemaker/pcmk_sched_colocation.c         for (xml_rsc = first_named_child(set, XML_TAG_RESOURCE_REF);
first_named_child  535 lib/pacemaker/pcmk_sched_colocation.c             for (xml_rsc_with = first_named_child(set, XML_TAG_RESOURCE_REF);
first_named_child  590 lib/pacemaker/pcmk_sched_colocation.c         xml_rsc = first_named_child(set1, XML_TAG_RESOURCE_REF);
first_named_child  608 lib/pacemaker/pcmk_sched_colocation.c         for (xml_rsc = first_named_child(set2, XML_TAG_RESOURCE_REF);
first_named_child  631 lib/pacemaker/pcmk_sched_colocation.c         for (xml_rsc = first_named_child(set2, XML_TAG_RESOURCE_REF);
first_named_child  649 lib/pacemaker/pcmk_sched_colocation.c         for (xml_rsc = first_named_child(set1, XML_TAG_RESOURCE_REF);
first_named_child  669 lib/pacemaker/pcmk_sched_colocation.c         for (xml_rsc = first_named_child(set1, XML_TAG_RESOURCE_REF);
first_named_child  687 lib/pacemaker/pcmk_sched_colocation.c             for (xml_rsc_2 = first_named_child(set2, XML_TAG_RESOURCE_REF);
first_named_child  971 lib/pacemaker/pcmk_sched_colocation.c     for (set = first_named_child(xml_obj, XML_CONS_TAG_RSC_SET); set != NULL;
first_named_child   76 lib/pacemaker/pcmk_sched_constraints.c         lifetime = first_named_child(xml_obj, "lifetime");
first_named_child  223 lib/pacemaker/pcmk_sched_constraints.c     if (first_named_child(xml_obj, XML_CONS_TAG_RSC_SET) == NULL) {
first_named_child  229 lib/pacemaker/pcmk_sched_constraints.c     for (xmlNode *set = first_named_child(new_xml, XML_CONS_TAG_RSC_SET);
first_named_child  235 lib/pacemaker/pcmk_sched_constraints.c         for (xmlNode *xml_rsc = first_named_child(set, XML_TAG_RESOURCE_REF);
first_named_child  238 lib/pacemaker/pcmk_sched_location.c         for (xmlNode *rule_xml = first_named_child(xml_obj, XML_TAG_RULE);
first_named_child  463 lib/pacemaker/pcmk_sched_location.c     for (xml_rsc = first_named_child(set, XML_TAG_RESOURCE_REF);
first_named_child  498 lib/pacemaker/pcmk_sched_location.c     for (set = first_named_child(xml_obj, XML_CONS_TAG_RSC_SET); set != NULL;
first_named_child  629 lib/pacemaker/pcmk_sched_ordering.c     for (const xmlNode *xml_rsc = first_named_child(set, XML_TAG_RESOURCE_REF);
first_named_child  766 lib/pacemaker/pcmk_sched_ordering.c         for (xml_rsc = first_named_child(set1, XML_TAG_RESOURCE_REF);
first_named_child  781 lib/pacemaker/pcmk_sched_ordering.c         for (xml_rsc_2 = first_named_child(set2, XML_TAG_RESOURCE_REF);
first_named_child  802 lib/pacemaker/pcmk_sched_ordering.c             xml_rsc = first_named_child(set1, XML_TAG_RESOURCE_REF);
first_named_child  811 lib/pacemaker/pcmk_sched_ordering.c             for (xml_rsc = first_named_child(set1, XML_TAG_RESOURCE_REF);
first_named_child  825 lib/pacemaker/pcmk_sched_ordering.c             for (xml_rsc = first_named_child(set2, XML_TAG_RESOURCE_REF);
first_named_child  834 lib/pacemaker/pcmk_sched_ordering.c             xml_rsc = first_named_child(set2, XML_TAG_RESOURCE_REF);
first_named_child  845 lib/pacemaker/pcmk_sched_ordering.c         for (xml_rsc = first_named_child(set2, XML_TAG_RESOURCE_REF);
first_named_child  854 lib/pacemaker/pcmk_sched_ordering.c         for (xml_rsc = first_named_child(set1, XML_TAG_RESOURCE_REF);
first_named_child  863 lib/pacemaker/pcmk_sched_ordering.c         for (xml_rsc = first_named_child(set1, XML_TAG_RESOURCE_REF);
first_named_child  868 lib/pacemaker/pcmk_sched_ordering.c             for (xmlNode *xml_rsc_2 = first_named_child(set2,
first_named_child 1025 lib/pacemaker/pcmk_sched_ordering.c     for (set = first_named_child(xml_obj, XML_CONS_TAG_RSC_SET);
first_named_child   63 lib/pacemaker/pcmk_sched_recurring.c     for (xmlNode *op = first_named_child(rsc->ops_xml, "op");
first_named_child  598 lib/pacemaker/pcmk_sched_recurring.c     for (xmlNode *op = first_named_child(rsc->ops_xml, "op");
first_named_child  255 lib/pacemaker/pcmk_sched_tickets.c     for (xmlNode *xml_rsc = first_named_child(set, XML_TAG_RESOURCE_REF);
first_named_child  481 lib/pacemaker/pcmk_sched_tickets.c     for (set = first_named_child(xml_obj, XML_CONS_TAG_RSC_SET); set != NULL;
first_named_child  509 lib/pacemaker/pcmk_simulate.c     xmlNode *action_rsc = first_named_child(action->xml, XML_CIB_TAG_RESOURCE);
first_named_child  667 lib/pacemaker/pcmk_simulate.c     xmlNode *rsc = first_named_child(action->xml, XML_CIB_TAG_RESOURCE);
first_named_child  999 lib/pengine/bundle.c     xml_obj = first_named_child(rsc->xml, PE__CONTAINER_AGENT_DOCKER_S);
first_named_child 1003 lib/pengine/bundle.c         xml_obj = first_named_child(rsc->xml, PE__CONTAINER_AGENT_RKT_S);
first_named_child 1007 lib/pengine/bundle.c             xml_obj = first_named_child(rsc->xml, PE__CONTAINER_AGENT_PODMAN_S);
first_named_child 1048 lib/pengine/bundle.c     xml_obj = first_named_child(rsc->xml, "network");
first_named_child 1085 lib/pengine/bundle.c     xml_obj = first_named_child(rsc->xml, "storage");
first_named_child 1110 lib/pengine/bundle.c     xml_obj = first_named_child(rsc->xml, "primitive");
first_named_child   90 lib/pengine/pe_actions.c     for (xmlNode *operation = first_named_child(rsc->ops_xml, XML_ATTR_OP);
first_named_child  478 lib/pengine/pe_actions.c         for (xmlNode *operation = first_named_child(rsc->ops_xml, XML_ATTR_OP);
first_named_child  644 lib/pengine/pe_actions.c     for (xmlNode *operation = first_named_child(rsc->ops_xml, XML_ATTR_OP);
first_named_child 1421 lib/pengine/pe_actions.c     for (child = first_named_child(rsc->ops_xml, XML_ATTR_OP);
first_named_child 2255 lib/pengine/pe_output.c     for (rsc_entry = first_named_child(lrm_rsc, XML_LRM_TAG_RESOURCE);
first_named_child 2500 lib/pengine/pe_output.c     for (node_state = first_named_child(cib_status, XML_CIB_TAG_STATE);
first_named_child  635 lib/pengine/rules.c     for (xmlNode *rule = first_named_child(ruleset, XML_TAG_RULE);
first_named_child 1052 lib/pengine/rules.c     duration_spec = first_named_child(expr, "duration");
first_named_child 1053 lib/pengine/rules.c     date_spec = first_named_child(expr, "date_spec");
first_named_child   92 lib/pengine/rules_alerts.c     child = first_named_child(basenode, XML_TAG_ATTR_SETS);
first_named_child  101 lib/pengine/rules_alerts.c     for (child = first_named_child(child, XML_CIB_TAG_NVPAIR); child != NULL;
first_named_child  119 lib/pengine/rules_alerts.c     xmlNode *select = first_named_child(basenode, XML_CIB_TAG_ALERT_SELECT);
first_named_child  141 lib/pengine/rules_alerts.c             for (attr = first_named_child(event_type, XML_CIB_TAG_ALERT_ATTR);
first_named_child  219 lib/pengine/rules_alerts.c     for (alert = first_named_child(alerts, XML_CIB_TAG_ALERT);
first_named_child  250 lib/pengine/rules_alerts.c         for (recipient = first_named_child(alert, XML_CIB_TAG_ALERT_RECIPIENT);
first_named_child 1223 lib/pengine/unpack.c     for (const xmlNode *state = first_named_child(status, XML_CIB_TAG_STATE);
first_named_child 2650 lib/pengine/unpack.c     for (rsc_op = first_named_child(lrm_resource, XML_LRM_TAG_RSC_OP);
first_named_child 2786 lib/pengine/unpack.c     for (const xmlNode *rsc_entry = first_named_child(xml, XML_LRM_TAG_RESOURCE);
first_named_child 2982 lib/pengine/unpack.c     for (xmlNode *op = first_named_child(lrm_resource, XML_LRM_TAG_RSC_OP);
first_named_child 1942 tools/crm_mon.c             match = first_named_child(change, XML_DIFF_RESULT);
first_named_child 1961 tools/crm_mon.c             pcmk__xe_foreach_child(first_named_child(match, XML_CIB_TAG_STATUS),
first_named_child   33 tools/crm_resource_print.c     lifetime = first_named_child(xml_obj, "lifetime");
first_named_child  687 tools/crm_shadow.c         section_xml = first_named_child(input, section);