first_rsc 95 lib/pacemaker/pcmk_sched_actions.c action_uuid_for_ordering(const char *first_uuid, pe_resource_t *first_rsc) first_rsc 106 lib/pacemaker/pcmk_sched_actions.c || (first_rsc->variant < pe_group)) { first_rsc 147 lib/pacemaker/pcmk_sched_actions.c if (pcmk_is_set(first_rsc->flags, pe_rsc_notify) first_rsc 148 lib/pacemaker/pcmk_sched_actions.c && ((first_rsc->parent == NULL) first_rsc 149 lib/pacemaker/pcmk_sched_actions.c || (pe_rsc_is_clone(first_rsc) first_rsc 150 lib/pacemaker/pcmk_sched_actions.c && (first_rsc->parent->variant == pe_container)))) { first_rsc 156 lib/pacemaker/pcmk_sched_actions.c pe_rsc_trace(first_rsc, first_rsc 135 lib/pacemaker/pcmk_sched_colocation.c anti_colocation_order(pe_resource_t *first_rsc, int first_role, first_rsc 172 lib/pacemaker/pcmk_sched_colocation.c pcmk__order_resource_actions(first_rsc, first_tasks[first_lpc], first_rsc 445 lib/pacemaker/pcmk_sched_probes.c pe_resource_t *first_rsc = first->rsc; first_rsc 458 lib/pacemaker/pcmk_sched_probes.c first_rsc = before->action->rsc; first_rsc 466 lib/pacemaker/pcmk_sched_probes.c if (first_rsc == NULL) { first_rsc 469 lib/pacemaker/pcmk_sched_probes.c } else if (uber_parent(first_rsc) == uber_parent(start->rsc)) { first_rsc 470 lib/pacemaker/pcmk_sched_probes.c crm_trace("Same parent %s for %s", first_rsc->id, start->uuid); first_rsc 473 lib/pacemaker/pcmk_sched_probes.c } else if (!pe_rsc_is_clone(uber_parent(first_rsc))) { first_rsc 474 lib/pacemaker/pcmk_sched_probes.c crm_trace("Not a clone %s for %s", first_rsc->id, start->uuid); first_rsc 479 lib/pacemaker/pcmk_sched_probes.c uber_parent(first_rsc)->variant);