rsc_entry 122 lib/pacemaker/pcmk_sched_allocate.c check_rsc_parameters(pe_resource_t * rsc, pe_node_t * node, xmlNode * rsc_entry, rsc_entry 141 lib/pacemaker/pcmk_sched_allocate.c old_value = crm_element_value(rsc_entry, attr_list[attr_lpc]); rsc_entry 368 lib/pacemaker/pcmk_sched_allocate.c check_actions_for(xmlNode * rsc_entry, pe_resource_t * rsc, pe_node_t * node, pe_working_set_t * data_set) rsc_entry 396 lib/pacemaker/pcmk_sched_allocate.c if (check_rsc_parameters(rsc, node, rsc_entry, FALSE, data_set)) { rsc_entry 406 lib/pacemaker/pcmk_sched_allocate.c if (check_rsc_parameters(rsc, node, rsc_entry, TRUE, data_set)) { rsc_entry 410 lib/pacemaker/pcmk_sched_allocate.c for (rsc_op = pcmk__xe_first_child(rsc_entry); rsc_op != NULL; rsc_entry 562 lib/pacemaker/pcmk_sched_allocate.c xmlNode *rsc_entry = NULL; rsc_entry 564 lib/pacemaker/pcmk_sched_allocate.c for (rsc_entry = pcmk__xe_first_child(lrm_rscs); rsc_entry 565 lib/pacemaker/pcmk_sched_allocate.c rsc_entry != NULL; rsc_entry 566 lib/pacemaker/pcmk_sched_allocate.c rsc_entry = pcmk__xe_next(rsc_entry)) { rsc_entry 568 lib/pacemaker/pcmk_sched_allocate.c if (pcmk__str_eq((const char *)rsc_entry->name, XML_LRM_TAG_RESOURCE, pcmk__str_none)) { rsc_entry 570 lib/pacemaker/pcmk_sched_allocate.c if (xml_has_children(rsc_entry)) { rsc_entry 573 lib/pacemaker/pcmk_sched_allocate.c const char *rsc_id = ID(rsc_entry); rsc_entry 584 lib/pacemaker/pcmk_sched_allocate.c check_actions_for(rsc_entry, rsc, node, data_set); rsc_entry 126 lib/pengine/pe_output.c get_operation_list(xmlNode *rsc_entry) { rsc_entry 130 lib/pengine/pe_output.c for (rsc_op = pcmk__xe_first_child(rsc_entry); rsc_op != NULL; rsc_entry 1822 lib/pengine/pe_output.c xmlNode *rsc_entry = NULL; rsc_entry 1829 lib/pengine/pe_output.c for (rsc_entry = first_named_child(lrm_rsc, XML_LRM_TAG_RESOURCE); rsc_entry 1830 lib/pengine/pe_output.c rsc_entry != NULL; rsc_entry = crm_next_same_xml(rsc_entry)) { rsc_entry 1831 lib/pengine/pe_output.c const char *rsc_id = crm_element_value(rsc_entry, XML_ATTR_ID); rsc_entry 1870 lib/pengine/pe_output.c GList *op_list = get_operation_list(rsc_entry); rsc_entry 1872 lib/pengine/pe_output.c crm_element_value(rsc_entry, XML_ATTR_ID)); rsc_entry 1672 lib/pengine/unpack.c create_fake_resource(const char *rsc_id, xmlNode * rsc_entry, pe_working_set_t * data_set) rsc_entry 1677 lib/pengine/unpack.c copy_in_properties(xml_rsc, rsc_entry); rsc_entry 1701 lib/pengine/unpack.c if (crm_element_value(rsc_entry, XML_RSC_ATTR_CONTAINER)) { rsc_entry 1868 lib/pengine/unpack.c xmlNode * rsc_entry) rsc_entry 1929 lib/pengine/unpack.c process_orphan_resource(xmlNode * rsc_entry, pe_node_t * node, pe_working_set_t * data_set) rsc_entry 1932 lib/pengine/unpack.c const char *rsc_id = crm_element_value(rsc_entry, XML_ATTR_ID); rsc_entry 1935 lib/pengine/unpack.c rsc = create_fake_resource(rsc_id, rsc_entry, data_set); rsc_entry 2302 lib/pengine/unpack.c unpack_shutdown_lock(xmlNode *rsc_entry, pe_resource_t *rsc, pe_node_t *node, rsc_entry 2307 lib/pengine/unpack.c if ((crm_element_value_epoch(rsc_entry, XML_CONFIG_ATTR_SHUTDOWN_LOCK, rsc_entry 2441 lib/pengine/unpack.c xmlNode *rsc_entry = NULL; rsc_entry 2442 lib/pengine/unpack.c for (rsc_entry = pcmk__xe_first_child(lrm_rsc_list); rsc_entry != NULL; rsc_entry 2443 lib/pengine/unpack.c rsc_entry = pcmk__xe_next(rsc_entry)) { rsc_entry 2450 lib/pengine/unpack.c if (!pcmk__str_eq((const char *)rsc_entry->name, XML_LRM_TAG_RESOURCE, pcmk__str_casei)) { rsc_entry 2454 lib/pengine/unpack.c container_id = crm_element_value(rsc_entry, XML_RSC_ATTR_CONTAINER); rsc_entry 2455 lib/pengine/unpack.c rsc_id = crm_element_value(rsc_entry, XML_ATTR_ID); rsc_entry 2503 lib/pengine/unpack.c for (xmlNode *rsc_entry = first_named_child(xml, XML_LRM_TAG_RESOURCE); rsc_entry 2504 lib/pengine/unpack.c rsc_entry != NULL; rsc_entry = crm_next_same_xml(rsc_entry)) { rsc_entry 2506 lib/pengine/unpack.c pe_resource_t *rsc = unpack_lrm_resource(node, rsc_entry, data_set); rsc_entry 3978 lib/pengine/unpack.c extract_operations(const char *node, const char *rsc, xmlNode * rsc_entry, gboolean active_filter) rsc_entry 3994 lib/pengine/unpack.c for (rsc_op = pcmk__xe_first_child(rsc_entry); rsc_entry 4027 lib/pengine/unpack.c crm_trace("Skipping %s: not active", ID(rsc_entry));