first_rsc        2273 pengine/allocate.c             resource_t *first_rsc = first->rsc;
first_rsc        2283 pengine/allocate.c                     first_rsc = before->action->rsc;
first_rsc        2291 pengine/allocate.c             if(first_rsc == NULL) {
first_rsc        2294 pengine/allocate.c             } else if(uber_parent(first_rsc) == uber_parent(start->rsc)) {
first_rsc        2295 pengine/allocate.c                 crm_trace("Same parent %s for %s", first_rsc->id, start->uuid);
first_rsc        2298 pengine/allocate.c             } else if(FALSE && pe_rsc_is_clone(uber_parent(first_rsc)) == FALSE) {
first_rsc        2299 pengine/allocate.c                 crm_trace("Not a clone %s for %s", first_rsc->id, start->uuid);
first_rsc        2303 pengine/allocate.c             crm_err("Applying %s before %s %d", first->uuid, start->uuid, uber_parent(first_rsc)->variant);
first_rsc        1191 pengine/constraints.c anti_colocation_order(resource_t * first_rsc, int first_role,
first_rsc        1226 pengine/constraints.c             new_rsc_order(first_rsc, first_tasks[first_lpc], then_rsc, then_tasks[then_lpc],