lh_rsc            199 include/crm/pengine/internal.h     pe_resource_t *lh_rsc;
lh_rsc            265 lib/pacemaker/pcmk_sched_migration.c     if ((order->lh_rsc == NULL) || (order->rh_rsc == NULL)
lh_rsc            266 lib/pacemaker/pcmk_sched_migration.c         || (order->lh_rsc == order->rh_rsc)
lh_rsc            267 lib/pacemaker/pcmk_sched_migration.c         || is_parent(order->lh_rsc, order->rh_rsc)
lh_rsc            268 lib/pacemaker/pcmk_sched_migration.c         || is_parent(order->rh_rsc, order->lh_rsc)) {
lh_rsc            273 lib/pacemaker/pcmk_sched_migration.c     first_migratable = pcmk_is_set(order->lh_rsc->flags, pe_rsc_allow_migrate);
lh_rsc            293 lib/pacemaker/pcmk_sched_migration.c             pcmk__new_ordering(order->lh_rsc,
lh_rsc            294 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->lh_rsc->id, RSC_MIGRATED, 0),
lh_rsc            297 lib/pacemaker/pcmk_sched_migration.c                                NULL, flags, order->lh_rsc->cluster);
lh_rsc            309 lib/pacemaker/pcmk_sched_migration.c             pcmk__new_ordering(order->lh_rsc,
lh_rsc            310 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->lh_rsc->id, RSC_START, 0),
lh_rsc            313 lib/pacemaker/pcmk_sched_migration.c                                NULL, flags, order->lh_rsc->cluster);
lh_rsc            329 lib/pacemaker/pcmk_sched_migration.c         pcmk__new_ordering(order->lh_rsc,
lh_rsc            330 lib/pacemaker/pcmk_sched_migration.c                            pcmk__op_key(order->lh_rsc->id, RSC_STOP, 0), NULL,
lh_rsc            333 lib/pacemaker/pcmk_sched_migration.c                            NULL, flags, order->lh_rsc->cluster);
lh_rsc            337 lib/pacemaker/pcmk_sched_migration.c             pcmk__new_ordering(order->lh_rsc,
lh_rsc            338 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->lh_rsc->id, RSC_STOP, 0),
lh_rsc            341 lib/pacemaker/pcmk_sched_migration.c                                NULL, flags, order->lh_rsc->cluster);
lh_rsc            352 lib/pacemaker/pcmk_sched_migration.c             pcmk__new_ordering(order->lh_rsc,
lh_rsc            353 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->lh_rsc->id, RSC_PROMOTE, 0),
lh_rsc            356 lib/pacemaker/pcmk_sched_migration.c                                NULL, flags, order->lh_rsc->cluster);
lh_rsc            367 lib/pacemaker/pcmk_sched_migration.c             pcmk__new_ordering(order->lh_rsc,
lh_rsc            368 lib/pacemaker/pcmk_sched_migration.c                                pcmk__op_key(order->lh_rsc->id, RSC_DEMOTE, 0),
lh_rsc            371 lib/pacemaker/pcmk_sched_migration.c                                NULL, flags, order->lh_rsc->cluster);
lh_rsc            375 lib/pacemaker/pcmk_sched_migration.c                 pcmk__new_ordering(order->lh_rsc,
lh_rsc            376 lib/pacemaker/pcmk_sched_migration.c                                    pcmk__op_key(order->lh_rsc->id, RSC_DEMOTE, 0),
lh_rsc            379 lib/pacemaker/pcmk_sched_migration.c                                    NULL, flags, order->lh_rsc->cluster);
lh_rsc            546 lib/pacemaker/pcmk_sched_ordering.c     order->lh_rsc = first_rsc;
lh_rsc            561 lib/pacemaker/pcmk_sched_ordering.c     if ((order->lh_rsc == NULL) && (first_action != NULL)) {
lh_rsc            562 lib/pacemaker/pcmk_sched_ordering.c         order->lh_rsc = first_action->rsc;
lh_rsc           1272 lib/pacemaker/pcmk_sched_ordering.c                      order->lh_action_task, order->lh_rsc->id);
lh_rsc           1382 lib/pacemaker/pcmk_sched_ordering.c         pe_resource_t *rsc = order->lh_rsc;
lh_rsc            351 lib/pacemaker/pcmk_sched_probes.c         if ((order->lh_rsc == NULL) || (order->lh_rsc == order->rh_rsc)) {
lh_rsc            375 lib/pacemaker/pcmk_sched_probes.c             && (order->lh_rsc->container == order->rh_rsc)) {
lh_rsc            404 lib/pacemaker/pcmk_sched_probes.c         probes = pe__resource_actions(order->lh_rsc, NULL, RSC_STATUS, FALSE);