fail_rsc         3705 lib/pengine/unpack.c     pcmk_resource_t *fail_rsc = rsc;
fail_rsc         3707 lib/pengine/unpack.c     if (fail_rsc->parent != NULL) {
fail_rsc         3708 lib/pengine/unpack.c         pcmk_resource_t *parent = uber_parent(fail_rsc);
fail_rsc         3715 lib/pengine/unpack.c             fail_rsc = parent;
fail_rsc         3720 lib/pengine/unpack.c     crm_notice("%s will not be started under current conditions", fail_rsc->id);
fail_rsc         3721 lib/pengine/unpack.c     if (fail_rsc->allowed_nodes != NULL) {
fail_rsc         3722 lib/pengine/unpack.c         g_hash_table_destroy(fail_rsc->allowed_nodes);
fail_rsc         3724 lib/pengine/unpack.c     fail_rsc->allowed_nodes = pe__node_list2table(rsc->cluster->nodes);
fail_rsc         3725 lib/pengine/unpack.c     g_hash_table_foreach(fail_rsc->allowed_nodes, set_node_score, &score);
fail_rsc          798 tools/crm_resource_runtime.c             pcmk_resource_t *fail_rsc = NULL;
fail_rsc          800 tools/crm_resource_runtime.c             fail_rsc = pe_find_resource_with_flags(scheduler->resources,
fail_rsc          804 tools/crm_resource_runtime.c             if (!fail_rsc || !pcmk__str_eq(rsc_id, fail_rsc->id, pcmk__str_casei)) {