fail_rsc 3337 lib/pengine/unpack.c pe_resource_t *fail_rsc = rsc; fail_rsc 3339 lib/pengine/unpack.c if (fail_rsc->parent != NULL) { fail_rsc 3340 lib/pengine/unpack.c pe_resource_t *parent = uber_parent(fail_rsc); fail_rsc 3346 lib/pengine/unpack.c fail_rsc = parent; fail_rsc 3351 lib/pengine/unpack.c crm_notice("%s will not be started under current conditions", fail_rsc->id); fail_rsc 3352 lib/pengine/unpack.c if (fail_rsc->allowed_nodes != NULL) { fail_rsc 3353 lib/pengine/unpack.c g_hash_table_destroy(fail_rsc->allowed_nodes); fail_rsc 3355 lib/pengine/unpack.c fail_rsc->allowed_nodes = pe__node_list2table(rsc->cluster->nodes); fail_rsc 3356 lib/pengine/unpack.c g_hash_table_foreach(fail_rsc->allowed_nodes, set_node_score, &score); fail_rsc 690 tools/crm_resource_runtime.c pe_resource_t *fail_rsc = pe_find_resource_with_flags(data_set->resources, fail_rsc 694 tools/crm_resource_runtime.c if (!fail_rsc || !pcmk__str_eq(rsc_id, fail_rsc->id, pcmk__str_casei)) {