fail_rsc         3672 lib/pengine/unpack.c     pcmk_resource_t *fail_rsc = rsc;
fail_rsc         3674 lib/pengine/unpack.c     if (fail_rsc->parent != NULL) {
fail_rsc         3675 lib/pengine/unpack.c         pcmk_resource_t *parent = uber_parent(fail_rsc);
fail_rsc         3682 lib/pengine/unpack.c             fail_rsc = parent;
fail_rsc         3687 lib/pengine/unpack.c     crm_notice("%s will not be started under current conditions", fail_rsc->id);
fail_rsc         3688 lib/pengine/unpack.c     if (fail_rsc->allowed_nodes != NULL) {
fail_rsc         3689 lib/pengine/unpack.c         g_hash_table_destroy(fail_rsc->allowed_nodes);
fail_rsc         3691 lib/pengine/unpack.c     fail_rsc->allowed_nodes = pe__node_list2table(rsc->cluster->nodes);
fail_rsc         3692 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)) {