rsc_entry         895 lib/pacemaker/libpacemaker_private.h                              const xmlNode *rsc_entry, bool active_on_node);
rsc_entry        1712 lib/pacemaker/pcmk_sched_actions.c rsc_history_as_list(const xmlNode *rsc_entry, int *start_index, int *stop_index)
rsc_entry        1716 lib/pacemaker/pcmk_sched_actions.c     for (xmlNode *rsc_op = first_named_child(rsc_entry, XML_LRM_TAG_RSC_OP);
rsc_entry        1740 lib/pacemaker/pcmk_sched_actions.c process_rsc_history(const xmlNode *rsc_entry, pe_resource_t *rsc,
rsc_entry        1764 lib/pacemaker/pcmk_sched_actions.c         if (pcmk__rsc_agent_changed(rsc, node, rsc_entry, false)) {
rsc_entry        1777 lib/pacemaker/pcmk_sched_actions.c     if (pcmk__rsc_agent_changed(rsc, node, rsc_entry, true)) {
rsc_entry        1781 lib/pacemaker/pcmk_sched_actions.c     sorted_op_list = rsc_history_as_list(rsc_entry, &start_index, &stop_index);
rsc_entry        1853 lib/pacemaker/pcmk_sched_actions.c     for (const xmlNode *rsc_entry = first_named_child(lrm_rscs,
rsc_entry        1855 lib/pacemaker/pcmk_sched_actions.c          rsc_entry != NULL; rsc_entry = crm_next_same_xml(rsc_entry)) {
rsc_entry        1857 lib/pacemaker/pcmk_sched_actions.c         if (xml_has_children(rsc_entry)) {
rsc_entry        1858 lib/pacemaker/pcmk_sched_actions.c             GList *result = pcmk__rscs_matching_id(ID(rsc_entry),
rsc_entry        1865 lib/pacemaker/pcmk_sched_actions.c                     process_rsc_history(rsc_entry, rsc, node);
rsc_entry         112 lib/pacemaker/pcmk_sched_resource.c                         const xmlNode *rsc_entry, bool active_on_node)
rsc_entry         123 lib/pacemaker/pcmk_sched_resource.c         const char *old_value = crm_element_value(rsc_entry, attr_list[i]);
rsc_entry         138 lib/pengine/pe_output.c get_operation_list(xmlNode *rsc_entry) {
rsc_entry         142 lib/pengine/pe_output.c     for (rsc_op = pcmk__xe_first_child(rsc_entry); rsc_op != NULL;
rsc_entry        2201 lib/pengine/pe_output.c     xmlNode *rsc_entry = NULL;
rsc_entry        2208 lib/pengine/pe_output.c     for (rsc_entry = first_named_child(lrm_rsc, XML_LRM_TAG_RESOURCE);
rsc_entry        2209 lib/pengine/pe_output.c          rsc_entry != NULL; rsc_entry = crm_next_same_xml(rsc_entry)) {
rsc_entry        2210 lib/pengine/pe_output.c         const char *rsc_id = crm_element_value(rsc_entry, XML_ATTR_ID);
rsc_entry        2253 lib/pengine/pe_output.c             GList *op_list = get_operation_list(rsc_entry);
rsc_entry        2255 lib/pengine/pe_output.c                                                   crm_element_value(rsc_entry, XML_ATTR_ID));
rsc_entry        1696 lib/pengine/unpack.c create_fake_resource(const char *rsc_id, const xmlNode *rsc_entry,
rsc_entry        1702 lib/pengine/unpack.c     copy_in_properties(xml_rsc, rsc_entry);
rsc_entry        1726 lib/pengine/unpack.c     if (crm_element_value(rsc_entry, XML_RSC_ATTR_CONTAINER)) {
rsc_entry        1961 lib/pengine/unpack.c process_orphan_resource(const xmlNode *rsc_entry, const pe_node_t *node,
rsc_entry        1965 lib/pengine/unpack.c     const char *rsc_id = crm_element_value(rsc_entry, XML_ATTR_ID);
rsc_entry        1968 lib/pengine/unpack.c     rsc = create_fake_resource(rsc_id, rsc_entry, data_set);
rsc_entry        2360 lib/pengine/unpack.c unpack_shutdown_lock(const xmlNode *rsc_entry, pe_resource_t *rsc,
rsc_entry        2365 lib/pengine/unpack.c     if ((crm_element_value_epoch(rsc_entry, XML_CONFIG_ATTR_SHUTDOWN_LOCK,
rsc_entry        2497 lib/pengine/unpack.c     for (const xmlNode *rsc_entry = pcmk__xe_first_child(lrm_rsc_list);
rsc_entry        2498 lib/pengine/unpack.c          rsc_entry != NULL; rsc_entry = pcmk__xe_next(rsc_entry)) {
rsc_entry        2505 lib/pengine/unpack.c         if (!pcmk__str_eq((const char *)rsc_entry->name, XML_LRM_TAG_RESOURCE, pcmk__str_casei)) {
rsc_entry        2509 lib/pengine/unpack.c         container_id = crm_element_value(rsc_entry, XML_RSC_ATTR_CONTAINER);
rsc_entry        2510 lib/pengine/unpack.c         rsc_id = crm_element_value(rsc_entry, XML_ATTR_ID);
rsc_entry        2558 lib/pengine/unpack.c     for (const xmlNode *rsc_entry = first_named_child(xml, XML_LRM_TAG_RESOURCE);
rsc_entry        2559 lib/pengine/unpack.c          rsc_entry != NULL; rsc_entry = crm_next_same_xml(rsc_entry)) {
rsc_entry        2561 lib/pengine/unpack.c         pe_resource_t *rsc = unpack_lrm_resource(node, rsc_entry, data_set);
rsc_entry        4698 lib/pengine/unpack.c extract_operations(const char *node, const char *rsc, xmlNode * rsc_entry, gboolean active_filter)
rsc_entry        4714 lib/pengine/unpack.c     for (rsc_op = pcmk__xe_first_child(rsc_entry);
rsc_entry        4747 lib/pengine/unpack.c             crm_trace("Skipping %s: not active", ID(rsc_entry));