rsc_entry 98 lib/pacemaker/pcmk_sched_allocate.c check_rsc_parameters(pe_resource_t * rsc, pe_node_t * node, xmlNode * rsc_entry, rsc_entry 117 lib/pacemaker/pcmk_sched_allocate.c old_value = crm_element_value(rsc_entry, attr_list[attr_lpc]); rsc_entry 343 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 371 lib/pacemaker/pcmk_sched_allocate.c if (check_rsc_parameters(rsc, node, rsc_entry, FALSE, data_set)) { rsc_entry 381 lib/pacemaker/pcmk_sched_allocate.c if (check_rsc_parameters(rsc, node, rsc_entry, TRUE, data_set)) { rsc_entry 385 lib/pacemaker/pcmk_sched_allocate.c for (rsc_op = pcmk__xe_first_child(rsc_entry); rsc_op != NULL; rsc_entry 537 lib/pacemaker/pcmk_sched_allocate.c xmlNode *rsc_entry = NULL; rsc_entry 539 lib/pacemaker/pcmk_sched_allocate.c for (rsc_entry = pcmk__xe_first_child(lrm_rscs); rsc_entry 540 lib/pacemaker/pcmk_sched_allocate.c rsc_entry != NULL; rsc_entry 541 lib/pacemaker/pcmk_sched_allocate.c rsc_entry = pcmk__xe_next(rsc_entry)) { rsc_entry 543 lib/pacemaker/pcmk_sched_allocate.c if (pcmk__str_eq((const char *)rsc_entry->name, XML_LRM_TAG_RESOURCE, pcmk__str_none)) { rsc_entry 545 lib/pacemaker/pcmk_sched_allocate.c if (xml_has_children(rsc_entry)) { rsc_entry 548 lib/pacemaker/pcmk_sched_allocate.c const char *rsc_id = ID(rsc_entry); rsc_entry 559 lib/pacemaker/pcmk_sched_allocate.c check_actions_for(rsc_entry, rsc, node, data_set); rsc_entry 125 lib/pengine/pe_output.c get_operation_list(xmlNode *rsc_entry) { rsc_entry 129 lib/pengine/pe_output.c for (rsc_op = pcmk__xe_first_child(rsc_entry); rsc_op != NULL; rsc_entry 1933 lib/pengine/pe_output.c xmlNode *rsc_entry = NULL; rsc_entry 1940 lib/pengine/pe_output.c for (rsc_entry = first_named_child(lrm_rsc, XML_LRM_TAG_RESOURCE); rsc_entry 1941 lib/pengine/pe_output.c rsc_entry != NULL; rsc_entry = crm_next_same_xml(rsc_entry)) { rsc_entry 1942 lib/pengine/pe_output.c const char *rsc_id = crm_element_value(rsc_entry, XML_ATTR_ID); rsc_entry 1981 lib/pengine/pe_output.c GList *op_list = get_operation_list(rsc_entry); rsc_entry 1983 lib/pengine/pe_output.c crm_element_value(rsc_entry, XML_ATTR_ID)); rsc_entry 1666 lib/pengine/unpack.c create_fake_resource(const char *rsc_id, xmlNode * rsc_entry, pe_working_set_t * data_set) rsc_entry 1671 lib/pengine/unpack.c copy_in_properties(xml_rsc, rsc_entry); rsc_entry 1695 lib/pengine/unpack.c if (crm_element_value(rsc_entry, XML_RSC_ATTR_CONTAINER)) { rsc_entry 1862 lib/pengine/unpack.c xmlNode * rsc_entry) rsc_entry 1923 lib/pengine/unpack.c process_orphan_resource(xmlNode * rsc_entry, pe_node_t * node, pe_working_set_t * data_set) rsc_entry 1926 lib/pengine/unpack.c const char *rsc_id = crm_element_value(rsc_entry, XML_ATTR_ID); rsc_entry 1929 lib/pengine/unpack.c rsc = create_fake_resource(rsc_id, rsc_entry, data_set); rsc_entry 2299 lib/pengine/unpack.c unpack_shutdown_lock(xmlNode *rsc_entry, pe_resource_t *rsc, pe_node_t *node, rsc_entry 2304 lib/pengine/unpack.c if ((crm_element_value_epoch(rsc_entry, XML_CONFIG_ATTR_SHUTDOWN_LOCK, rsc_entry 2438 lib/pengine/unpack.c xmlNode *rsc_entry = NULL; rsc_entry 2439 lib/pengine/unpack.c for (rsc_entry = pcmk__xe_first_child(lrm_rsc_list); rsc_entry != NULL; rsc_entry 2440 lib/pengine/unpack.c rsc_entry = pcmk__xe_next(rsc_entry)) { rsc_entry 2447 lib/pengine/unpack.c if (!pcmk__str_eq((const char *)rsc_entry->name, XML_LRM_TAG_RESOURCE, pcmk__str_casei)) { rsc_entry 2451 lib/pengine/unpack.c container_id = crm_element_value(rsc_entry, XML_RSC_ATTR_CONTAINER); rsc_entry 2452 lib/pengine/unpack.c rsc_id = crm_element_value(rsc_entry, XML_ATTR_ID); rsc_entry 2500 lib/pengine/unpack.c for (xmlNode *rsc_entry = first_named_child(xml, XML_LRM_TAG_RESOURCE); rsc_entry 2501 lib/pengine/unpack.c rsc_entry != NULL; rsc_entry = crm_next_same_xml(rsc_entry)) { rsc_entry 2503 lib/pengine/unpack.c pe_resource_t *rsc = unpack_lrm_resource(node, rsc_entry, data_set); rsc_entry 3984 lib/pengine/unpack.c extract_operations(const char *node, const char *rsc, xmlNode * rsc_entry, gboolean active_filter) rsc_entry 4000 lib/pengine/unpack.c for (rsc_op = pcmk__xe_first_child(rsc_entry); rsc_entry 4033 lib/pengine/unpack.c crm_trace("Skipping %s: not active", ID(rsc_entry));