lh_action         185 include/crm/pengine/internal.h     pe_action_t *lh_action;
lh_action         344 include/crm/pengine/internal.h extern gboolean order_actions(pe_action_t * lh_action, pe_action_t * rh_action, enum pe_ordering order);
lh_action         177 lib/pacemaker/libpacemaker_private.h                         pe_action_t *lh_action, pe_resource_t *rh_rsc,
lh_action         537 lib/pacemaker/pcmk_sched_ordering.c     lh_task = task_from_action_or_key(order->lh_action, order->lh_action_task);
lh_action         674 lib/pacemaker/pcmk_sched_ordering.c                    pe_action_t *lh_action, pe_resource_t *rh_rsc,
lh_action         681 lib/pacemaker/pcmk_sched_ordering.c     CRM_CHECK(((lh_action != NULL) || (lh_rsc != NULL))
lh_action         685 lib/pacemaker/pcmk_sched_ordering.c     if ((lh_rsc == NULL) && (lh_action != NULL)) {
lh_action         686 lib/pacemaker/pcmk_sched_ordering.c         lh_rsc = lh_action->rsc;
lh_action         699 lib/pacemaker/pcmk_sched_ordering.c     order->lh_action = lh_action;
lh_action         704 lib/pacemaker/pcmk_sched_ordering.c     if ((order->lh_action_task == NULL) && (lh_action != NULL)) {
lh_action         705 lib/pacemaker/pcmk_sched_ordering.c         order->lh_action_task = strdup(lh_action->uuid);
lh_action         712 lib/pacemaker/pcmk_sched_ordering.c     if ((order->lh_rsc == NULL) && (lh_action != NULL)) {
lh_action         713 lib/pacemaker/pcmk_sched_ordering.c         order->lh_rsc = lh_action->rsc;
lh_action        1364 lib/pacemaker/pcmk_sched_ordering.c rsc_order_then(pe_action_t *lh_action, pe_resource_t *rsc,
lh_action        1392 lib/pacemaker/pcmk_sched_ordering.c     if ((lh_action != NULL) && (lh_action->rsc == rsc)
lh_action        1393 lib/pacemaker/pcmk_sched_ordering.c         && pcmk_is_set(lh_action->flags, pe_action_dangle)) {
lh_action        1396 lib/pacemaker/pcmk_sched_ordering.c                      lh_action->uuid, order->rh_action_task);
lh_action        1403 lib/pacemaker/pcmk_sched_ordering.c         if (lh_action) {
lh_action        1404 lib/pacemaker/pcmk_sched_ordering.c             order_actions(lh_action, rh_action_iter, type);
lh_action        1422 lib/pacemaker/pcmk_sched_ordering.c     pe_action_t *lh_action = order->lh_action;
lh_action        1429 lib/pacemaker/pcmk_sched_ordering.c     if (lh_action != NULL) {
lh_action        1430 lib/pacemaker/pcmk_sched_ordering.c         lh_actions = g_list_prepend(NULL, lh_action);
lh_action        1467 lib/pacemaker/pcmk_sched_ordering.c             lh_action = custom_action(lh_rsc, key, op_type, NULL, TRUE, TRUE, data_set);
lh_action        1468 lib/pacemaker/pcmk_sched_ordering.c             lh_actions = g_list_prepend(NULL, lh_action);
lh_action        1483 lib/pacemaker/pcmk_sched_ordering.c         lh_action = (pe_action_t *) gIter->data;
lh_action        1486 lib/pacemaker/pcmk_sched_ordering.c             order_actions(lh_action, order->rh_action, order->type);
lh_action        1489 lib/pacemaker/pcmk_sched_ordering.c             rsc_order_then(lh_action, rh_rsc, order);
lh_action        1522 lib/pacemaker/pcmk_sched_ordering.c             rsc_order_then(order->lh_action, rsc, order);
lh_action        1527 lib/pacemaker/pcmk_sched_ordering.c             order_actions(order->lh_action, order->rh_action, order->type);
lh_action          88 lib/pacemaker/pcmk_sched_probes.c         if (((order->lh_action == NULL) && (order->lh_action_task == NULL)) ||
lh_action          94 lib/pacemaker/pcmk_sched_probes.c         if ((order->lh_action != NULL)
lh_action          95 lib/pacemaker/pcmk_sched_probes.c             && !pcmk__str_eq(order->lh_action->task, RSC_STOP, pcmk__str_none)) {
lh_action          97 lib/pacemaker/pcmk_sched_probes.c         } else if ((order->lh_action == NULL)
lh_action         156 lib/pacemaker/pcmk_sched_probes.c                   order->lh_action? order->lh_action->uuid : order->lh_action_task,
lh_action          74 lib/pacemaker/pcmk_sched_remote.c order_action_then_stop(pe_action_t *lh_action, pe_resource_t *rh_rsc,
lh_action          77 lib/pacemaker/pcmk_sched_remote.c     if ((lh_action != NULL) && (rh_rsc != NULL) && (data_set != NULL)) {
lh_action          78 lib/pacemaker/pcmk_sched_remote.c         pcmk__new_ordering(lh_action->rsc, NULL, lh_action,
lh_action        1906 lib/pengine/utils.c order_actions(pe_action_t * lh_action, pe_action_t * rh_action, enum pe_ordering order)
lh_action        1916 lib/pengine/utils.c     if (lh_action == NULL || rh_action == NULL) {
lh_action        1921 lib/pengine/utils.c               lh_action->uuid, rh_action->uuid);
lh_action        1924 lib/pengine/utils.c     CRM_ASSERT(lh_action != rh_action);
lh_action        1927 lib/pengine/utils.c     gIter = lh_action->actions_after;
lh_action        1939 lib/pengine/utils.c     list = lh_action->actions_after;
lh_action        1941 lib/pengine/utils.c     lh_action->actions_after = list;
lh_action        1944 lib/pengine/utils.c     wrapper->action = lh_action;