rh_rsc            189 include/crm/pengine/internal.h     pe_resource_t *rh_rsc;
rh_rsc            177 lib/pacemaker/libpacemaker_private.h                         pe_action_t *lh_action, pe_resource_t *rh_rsc,
rh_rsc            210 lib/pacemaker/libpacemaker_private.h #define pcmk__order_resource_actions(lh_rsc, lh_task, rh_rsc, rh_task,      \
rh_rsc            214 lib/pacemaker/libpacemaker_private.h                        (rh_rsc), pcmk__op_key((rh_rsc)->id, (rh_task), 0),  \
rh_rsc            518 lib/pacemaker/pcmk_sched_ordering.c     if ((order->lh_rsc == NULL) || (order->rh_rsc == NULL)
rh_rsc            519 lib/pacemaker/pcmk_sched_ordering.c         || (order->lh_rsc == order->rh_rsc)) {
rh_rsc            524 lib/pacemaker/pcmk_sched_ordering.c     if (is_parent(order->lh_rsc, order->rh_rsc)
rh_rsc            525 lib/pacemaker/pcmk_sched_ordering.c         || is_parent(order->rh_rsc, order->lh_rsc)) {
rh_rsc            531 lib/pacemaker/pcmk_sched_ordering.c     rh_migratable = pcmk_is_set(order->rh_rsc->flags, pe_rsc_allow_migrate);
rh_rsc            553 lib/pacemaker/pcmk_sched_ordering.c                                NULL, order->rh_rsc,
rh_rsc            554 lib/pacemaker/pcmk_sched_ordering.c                                pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0),
rh_rsc            569 lib/pacemaker/pcmk_sched_ordering.c                                NULL, order->rh_rsc,
rh_rsc            570 lib/pacemaker/pcmk_sched_ordering.c                                pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0),
rh_rsc            588 lib/pacemaker/pcmk_sched_ordering.c                            order->rh_rsc,
rh_rsc            589 lib/pacemaker/pcmk_sched_ordering.c                            pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0),
rh_rsc            593 lib/pacemaker/pcmk_sched_ordering.c         if (order->rh_rsc->partial_migration_target) {
rh_rsc            596 lib/pacemaker/pcmk_sched_ordering.c                                NULL, order->rh_rsc,
rh_rsc            597 lib/pacemaker/pcmk_sched_ordering.c                                pcmk__op_key(order->rh_rsc->id, RSC_MIGRATED, 0),
rh_rsc            611 lib/pacemaker/pcmk_sched_ordering.c                                NULL, order->rh_rsc,
rh_rsc            612 lib/pacemaker/pcmk_sched_ordering.c                                pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0),
rh_rsc            626 lib/pacemaker/pcmk_sched_ordering.c                                NULL, order->rh_rsc,
rh_rsc            627 lib/pacemaker/pcmk_sched_ordering.c                                pcmk__op_key(order->rh_rsc->id, RSC_MIGRATE, 0),
rh_rsc            631 lib/pacemaker/pcmk_sched_ordering.c             if (order->rh_rsc->partial_migration_target) {
rh_rsc            634 lib/pacemaker/pcmk_sched_ordering.c                                    NULL, order->rh_rsc,
rh_rsc            635 lib/pacemaker/pcmk_sched_ordering.c                                    pcmk__op_key(order->rh_rsc->id, RSC_MIGRATED, 0),
rh_rsc            674 lib/pacemaker/pcmk_sched_ordering.c                    pe_action_t *lh_action, pe_resource_t *rh_rsc,
rh_rsc            682 lib/pacemaker/pcmk_sched_ordering.c               && ((rh_action != NULL) || (rh_rsc != NULL)),
rh_rsc            688 lib/pacemaker/pcmk_sched_ordering.c     if ((rh_rsc == NULL) && (rh_action != NULL)) {
rh_rsc            689 lib/pacemaker/pcmk_sched_ordering.c         rh_rsc = rh_action->rsc;
rh_rsc            698 lib/pacemaker/pcmk_sched_ordering.c     order->rh_rsc = rh_rsc;
rh_rsc            716 lib/pacemaker/pcmk_sched_ordering.c     if ((order->rh_rsc == NULL) && (rh_action != NULL)) {
rh_rsc            717 lib/pacemaker/pcmk_sched_ordering.c         order->rh_rsc = rh_action->rsc;
rh_rsc           1423 lib/pacemaker/pcmk_sched_ordering.c     pe_resource_t *rh_rsc = order->rh_rsc;
rh_rsc           1436 lib/pacemaker/pcmk_sched_ordering.c     if ((lh_actions == NULL) && (lh_rsc == rh_rsc)) {
rh_rsc           1474 lib/pacemaker/pcmk_sched_ordering.c     if (rh_rsc == NULL) {
rh_rsc           1480 lib/pacemaker/pcmk_sched_ordering.c         rh_rsc = order->rh_action->rsc;
rh_rsc           1485 lib/pacemaker/pcmk_sched_ordering.c         if (rh_rsc == NULL) {
rh_rsc           1489 lib/pacemaker/pcmk_sched_ordering.c             rsc_order_then(lh_action, rh_rsc, order);
rh_rsc           1520 lib/pacemaker/pcmk_sched_ordering.c         rsc = order->rh_rsc;
rh_rsc             83 lib/pacemaker/pcmk_sched_probes.c         if ((order->lh_rsc == NULL) || (order->lh_rsc == order->rh_rsc)) {
rh_rsc            106 lib/pacemaker/pcmk_sched_probes.c         if ((order->rh_rsc != NULL)
rh_rsc            107 lib/pacemaker/pcmk_sched_probes.c             && (order->lh_rsc->container == order->rh_rsc)) {
rh_rsc            145 lib/pacemaker/pcmk_sched_probes.c         } else if (order->rh_rsc != NULL) {
rh_rsc            146 lib/pacemaker/pcmk_sched_probes.c             then_actions = find_actions(order->rh_rsc->actions,
rh_rsc             74 lib/pacemaker/pcmk_sched_remote.c order_action_then_stop(pe_action_t *lh_action, pe_resource_t *rh_rsc,
rh_rsc             77 lib/pacemaker/pcmk_sched_remote.c     if ((lh_action != NULL) && (rh_rsc != NULL) && (data_set != NULL)) {
rh_rsc             79 lib/pacemaker/pcmk_sched_remote.c                            rh_rsc, stop_key(rh_rsc), NULL,