lh_rsc            171 include/crm/pengine/internal.h     pcmk_resource_t *lh_rsc;
lh_rsc            271 lib/pacemaker/pcmk_sched_migration.c     if ((order->lh_rsc == NULL) || (order->rh_rsc == NULL)
lh_rsc            272 lib/pacemaker/pcmk_sched_migration.c         || (order->lh_rsc == order->rh_rsc)
lh_rsc            273 lib/pacemaker/pcmk_sched_migration.c         || is_parent(order->lh_rsc, order->rh_rsc)
lh_rsc            274 lib/pacemaker/pcmk_sched_migration.c         || is_parent(order->rh_rsc, order->lh_rsc)) {
lh_rsc            279 lib/pacemaker/pcmk_sched_migration.c     first_migratable = pcmk_is_set(order->lh_rsc->flags, pcmk_rsc_migratable);
lh_rsc            299 lib/pacemaker/pcmk_sched_migration.c             pcmk__new_ordering(order->lh_rsc,
lh_rsc            300 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->lh_rsc->id,
lh_rsc            305 lib/pacemaker/pcmk_sched_migration.c                                NULL, flags, order->lh_rsc->cluster);
lh_rsc            317 lib/pacemaker/pcmk_sched_migration.c             pcmk__new_ordering(order->lh_rsc,
lh_rsc            318 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->lh_rsc->id,
lh_rsc            323 lib/pacemaker/pcmk_sched_migration.c                                NULL, flags, order->lh_rsc->cluster);
lh_rsc            339 lib/pacemaker/pcmk_sched_migration.c         pcmk__new_ordering(order->lh_rsc,
lh_rsc            340 lib/pacemaker/pcmk_sched_migration.c                            pcmk__op_key(order->lh_rsc->id, PCMK_ACTION_STOP, 0),
lh_rsc            345 lib/pacemaker/pcmk_sched_migration.c                            NULL, flags, order->lh_rsc->cluster);
lh_rsc            349 lib/pacemaker/pcmk_sched_migration.c             pcmk__new_ordering(order->lh_rsc,
lh_rsc            350 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->lh_rsc->id, PCMK_ACTION_STOP,
lh_rsc            355 lib/pacemaker/pcmk_sched_migration.c                                NULL, flags, order->lh_rsc->cluster);
lh_rsc            366 lib/pacemaker/pcmk_sched_migration.c             pcmk__new_ordering(order->lh_rsc,
lh_rsc            367 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->lh_rsc->id,
lh_rsc            372 lib/pacemaker/pcmk_sched_migration.c                                NULL, flags, order->lh_rsc->cluster);
lh_rsc            383 lib/pacemaker/pcmk_sched_migration.c             pcmk__new_ordering(order->lh_rsc,
lh_rsc            384 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->lh_rsc->id,
lh_rsc            389 lib/pacemaker/pcmk_sched_migration.c                                NULL, flags, order->lh_rsc->cluster);
lh_rsc            393 lib/pacemaker/pcmk_sched_migration.c                 pcmk__new_ordering(order->lh_rsc,
lh_rsc            394 lib/pacemaker/pcmk_sched_migration.c                                    pcmk__op_key(order->lh_rsc->id,
lh_rsc            399 lib/pacemaker/pcmk_sched_migration.c                                    NULL, flags, order->lh_rsc->cluster);
lh_rsc            549 lib/pacemaker/pcmk_sched_ordering.c     order->lh_rsc = first_rsc;
lh_rsc            564 lib/pacemaker/pcmk_sched_ordering.c     if ((order->lh_rsc == NULL) && (first_action != NULL)) {
lh_rsc            565 lib/pacemaker/pcmk_sched_ordering.c         order->lh_rsc = first_action->rsc;
lh_rsc           1279 lib/pacemaker/pcmk_sched_ordering.c                      order->lh_action_task, order->lh_rsc->id);
lh_rsc           1411 lib/pacemaker/pcmk_sched_ordering.c         pcmk_resource_t *rsc = order->lh_rsc;
lh_rsc            359 lib/pacemaker/pcmk_sched_probes.c         if ((order->lh_rsc == NULL) || (order->lh_rsc == order->rh_rsc)) {
lh_rsc            386 lib/pacemaker/pcmk_sched_probes.c             && (order->lh_rsc->container == order->rh_rsc)) {
lh_rsc            413 lib/pacemaker/pcmk_sched_probes.c         probes = pe__resource_actions(order->lh_rsc, NULL, PCMK_ACTION_MONITOR,