rsc_first 257 pengine/constraints.c resource_t *rsc_first = NULL; rsc_first 308 pengine/constraints.c rsc_first = pe_find_constraint_resource(data_set->resources, id_first); rsc_first 314 pengine/constraints.c } else if (rsc_first == NULL) { rsc_first 324 pengine/constraints.c } else if (instance_first && pe_rsc_is_clone(rsc_first) == FALSE) { rsc_first 341 pengine/constraints.c rsc_first = find_clone_instance(rsc_first, instance_first, data_set); rsc_first 342 pengine/constraints.c if (rsc_first == NULL) { rsc_first 352 pengine/constraints.c && pe_rsc_is_clone(rsc_first)) { rsc_first 356 pengine/constraints.c } else if (pe_rsc_is_clone(rsc_first)) { rsc_first 357 pengine/constraints.c const char *min_clones_s = g_hash_table_lookup(rsc_first->meta, XML_RSC_ATTR_INCARNATION_MIN); rsc_first 394 pengine/constraints.c for (rIter = rsc_first->children; id && rIter; rIter = rIter->next) { rsc_first 408 pengine/constraints.c order_id = new_rsc_order(rsc_first, action_first, rsc_then, action_then, cons_weight, data_set); rsc_first 411 pengine/constraints.c pe_rsc_trace(rsc_first, "order-%d (%s): %s_%s before %s_%s flags=0x%.6x", rsc_first 412 pengine/constraints.c order_id, id, rsc_first->id, action_first, rsc_then->id, action_then, cons_weight); rsc_first 441 pengine/constraints.c order_id = new_rsc_order(rsc_then, action_then, rsc_first, action_first, cons_weight, data_set); rsc_first 444 pengine/constraints.c order_id, id, rsc_then->id, action_then, rsc_first->id, action_first, cons_weight); rsc_first 1924 pengine/constraints.c resource_t *rsc_first = NULL; rsc_first 1962 pengine/constraints.c if (valid_resource_or_tag(data_set, id_first, &rsc_first, &tag_first) == FALSE) { rsc_first 1972 pengine/constraints.c if (rsc_first && rsc_then) {