fail_rsc         2710 lib/pengine/unpack.c         resource_t *fail_rsc = rsc;
fail_rsc         2712 lib/pengine/unpack.c         if (fail_rsc->parent) {
fail_rsc         2713 lib/pengine/unpack.c             resource_t *parent = uber_parent(fail_rsc);
fail_rsc         2720 lib/pengine/unpack.c                 fail_rsc = parent;
fail_rsc         2723 lib/pengine/unpack.c         crm_warn("Making sure %s doesn't come up again", fail_rsc->id);
fail_rsc         2725 lib/pengine/unpack.c         g_hash_table_destroy(fail_rsc->allowed_nodes);
fail_rsc         2726 lib/pengine/unpack.c         fail_rsc->allowed_nodes = node_hash_from_list(data_set->nodes);
fail_rsc         2727 lib/pengine/unpack.c         g_hash_table_foreach(fail_rsc->allowed_nodes, set_node_score, &score);