rsc_then 256 pengine/constraints.c resource_t *rsc_then = NULL; rsc_then 307 pengine/constraints.c rsc_then = pe_find_constraint_resource(data_set->resources, id_then); rsc_then 310 pengine/constraints.c if (rsc_then == NULL) { rsc_then 318 pengine/constraints.c } else if (instance_then && pe_rsc_is_clone(rsc_then) == FALSE) { rsc_then 332 pengine/constraints.c rsc_then = find_clone_instance(rsc_then, instance_then, data_set); rsc_then 333 pengine/constraints.c if (rsc_then == NULL) { rsc_then 368 pengine/constraints.c if (kind == pe_order_kind_optional && rsc_then->restart_type == pe_restart_restart) { rsc_then 405 pengine/constraints.c rsc_then, generate_op_key(rsc_then->id, action_then, 0), NULL, rsc_then 408 pengine/constraints.c order_id = new_rsc_order(rsc_first, action_first, rsc_then, action_then, cons_weight, data_set); rsc_then 412 pengine/constraints.c order_id, id, rsc_first->id, action_first, rsc_then->id, action_then, cons_weight); rsc_then 434 pengine/constraints.c if (kind == pe_order_kind_optional && rsc_then->restart_type == pe_restart_restart) { rsc_then 441 pengine/constraints.c order_id = new_rsc_order(rsc_then, action_then, rsc_first, action_first, cons_weight, data_set); rsc_then 443 pengine/constraints.c pe_rsc_trace(rsc_then, "order-%d (%s): %s_%s before %s_%s flags=0x%.6x", rsc_then 444 pengine/constraints.c order_id, id, rsc_then->id, action_then, rsc_first->id, action_first, cons_weight); rsc_then 1925 pengine/constraints.c resource_t *rsc_then = NULL; rsc_then 1967 pengine/constraints.c if (valid_resource_or_tag(data_set, id_then, &rsc_then, &tag_then) == FALSE) { rsc_then 1972 pengine/constraints.c if (rsc_first && rsc_then) {