fail_rsc         3569 lib/pengine/unpack.c     pcmk_resource_t *fail_rsc = rsc;
fail_rsc         3571 lib/pengine/unpack.c     if (fail_rsc->parent != NULL) {
fail_rsc         3572 lib/pengine/unpack.c         pcmk_resource_t *parent = uber_parent(fail_rsc);
fail_rsc         3578 lib/pengine/unpack.c             fail_rsc = parent;
fail_rsc         3583 lib/pengine/unpack.c     crm_notice("%s will not be started under current conditions", fail_rsc->id);
fail_rsc         3584 lib/pengine/unpack.c     if (fail_rsc->allowed_nodes != NULL) {
fail_rsc         3585 lib/pengine/unpack.c         g_hash_table_destroy(fail_rsc->allowed_nodes);
fail_rsc         3587 lib/pengine/unpack.c     fail_rsc->allowed_nodes = pe__node_list2table(rsc->cluster->nodes);
fail_rsc         3588 lib/pengine/unpack.c     g_hash_table_foreach(fail_rsc->allowed_nodes, set_node_score, &score);
fail_rsc          699 tools/crm_resource_runtime.c             pcmk_resource_t *fail_rsc = NULL;
fail_rsc          701 tools/crm_resource_runtime.c             fail_rsc = pe_find_resource_with_flags(scheduler->resources,
fail_rsc          705 tools/crm_resource_runtime.c             if (!fail_rsc || !pcmk__str_eq(rsc_id, fail_rsc->id, pcmk__str_casei)) {