rsc_entry 1072 lib/pacemaker/libpacemaker_private.h const xmlNode *rsc_entry, bool active_on_node); rsc_entry 1711 lib/pacemaker/pcmk_sched_actions.c rsc_history_as_list(const xmlNode *rsc_entry, int *start_index, int *stop_index) rsc_entry 1715 lib/pacemaker/pcmk_sched_actions.c for (xmlNode *rsc_op = first_named_child(rsc_entry, XML_LRM_TAG_RSC_OP); rsc_entry 1739 lib/pacemaker/pcmk_sched_actions.c process_rsc_history(const xmlNode *rsc_entry, pcmk_resource_t *rsc, rsc_entry 1763 lib/pacemaker/pcmk_sched_actions.c if (pcmk__rsc_agent_changed(rsc, node, rsc_entry, false)) { rsc_entry 1776 lib/pacemaker/pcmk_sched_actions.c if (pcmk__rsc_agent_changed(rsc, node, rsc_entry, true)) { rsc_entry 1780 lib/pacemaker/pcmk_sched_actions.c sorted_op_list = rsc_history_as_list(rsc_entry, &start_index, &stop_index); rsc_entry 1855 lib/pacemaker/pcmk_sched_actions.c for (const xmlNode *rsc_entry = first_named_child(lrm_rscs, rsc_entry 1857 lib/pacemaker/pcmk_sched_actions.c rsc_entry != NULL; rsc_entry = crm_next_same_xml(rsc_entry)) { rsc_entry 1859 lib/pacemaker/pcmk_sched_actions.c if (rsc_entry->children != NULL) { rsc_entry 1860 lib/pacemaker/pcmk_sched_actions.c GList *result = pcmk__rscs_matching_id(ID(rsc_entry), rsc_entry 1867 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 142 lib/pengine/pe_output.c get_operation_list(xmlNode *rsc_entry) { rsc_entry 146 lib/pengine/pe_output.c for (rsc_op = pcmk__xe_first_child(rsc_entry); rsc_op != NULL; rsc_entry 2248 lib/pengine/pe_output.c xmlNode *rsc_entry = NULL; rsc_entry 2255 lib/pengine/pe_output.c for (rsc_entry = first_named_child(lrm_rsc, XML_LRM_TAG_RESOURCE); rsc_entry 2256 lib/pengine/pe_output.c rsc_entry != NULL; rsc_entry = crm_next_same_xml(rsc_entry)) { rsc_entry 2257 lib/pengine/pe_output.c const char *rsc_id = crm_element_value(rsc_entry, XML_ATTR_ID); rsc_entry 2300 lib/pengine/pe_output.c GList *op_list = get_operation_list(rsc_entry); rsc_entry 2302 lib/pengine/pe_output.c crm_element_value(rsc_entry, XML_ATTR_ID)); rsc_entry 1903 lib/pengine/unpack.c create_fake_resource(const char *rsc_id, const xmlNode *rsc_entry, rsc_entry 1909 lib/pengine/unpack.c copy_in_properties(xml_rsc, rsc_entry); rsc_entry 1933 lib/pengine/unpack.c if (crm_element_value(rsc_entry, XML_RSC_ATTR_CONTAINER)) { rsc_entry 2171 lib/pengine/unpack.c process_orphan_resource(const xmlNode *rsc_entry, const pcmk_node_t *node, rsc_entry 2175 lib/pengine/unpack.c const char *rsc_id = crm_element_value(rsc_entry, XML_ATTR_ID); rsc_entry 2178 lib/pengine/unpack.c rsc = create_fake_resource(rsc_id, rsc_entry, scheduler); rsc_entry 2585 lib/pengine/unpack.c unpack_shutdown_lock(const xmlNode *rsc_entry, pcmk_resource_t *rsc, rsc_entry 2590 lib/pengine/unpack.c if ((crm_element_value_epoch(rsc_entry, XML_CONFIG_ATTR_SHUTDOWN_LOCK, rsc_entry 2725 lib/pengine/unpack.c for (const xmlNode *rsc_entry = pcmk__xe_first_child(lrm_rsc_list); rsc_entry 2726 lib/pengine/unpack.c rsc_entry != NULL; rsc_entry = pcmk__xe_next(rsc_entry)) { rsc_entry 2733 lib/pengine/unpack.c if (!pcmk__str_eq((const char *)rsc_entry->name, XML_LRM_TAG_RESOURCE, pcmk__str_casei)) { rsc_entry 2737 lib/pengine/unpack.c container_id = crm_element_value(rsc_entry, XML_RSC_ATTR_CONTAINER); rsc_entry 2738 lib/pengine/unpack.c rsc_id = crm_element_value(rsc_entry, XML_ATTR_ID); rsc_entry 2786 lib/pengine/unpack.c for (const xmlNode *rsc_entry = first_named_child(xml, XML_LRM_TAG_RESOURCE); rsc_entry 2787 lib/pengine/unpack.c rsc_entry != NULL; rsc_entry = crm_next_same_xml(rsc_entry)) { rsc_entry 2789 lib/pengine/unpack.c pcmk_resource_t *rsc = unpack_lrm_resource(node, rsc_entry, scheduler); rsc_entry 4948 lib/pengine/unpack.c extract_operations(const char *node, const char *rsc, xmlNode * rsc_entry, gboolean active_filter) rsc_entry 4964 lib/pengine/unpack.c for (rsc_op = pcmk__xe_first_child(rsc_entry); rsc_entry 4997 lib/pengine/unpack.c crm_trace("Skipping %s: not active", ID(rsc_entry));