lh_action 182 include/crm/pengine/internal.h pe_action_t *lh_action; lh_action 342 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 87 include/pcmki/pcmki_scheduler.h extern int custom_action_order(pe_resource_t * lh_rsc, char *lh_task, pe_action_t * lh_action, lh_action 1316 lib/pacemaker/pcmk_sched_allocate.c order_action_then_stop(pe_action_t *lh_action, pe_resource_t *rh_rsc, lh_action 1319 lib/pacemaker/pcmk_sched_allocate.c if (lh_action && rh_rsc && data_set) { lh_action 1320 lib/pacemaker/pcmk_sched_allocate.c custom_action_order(lh_action->rsc, NULL, lh_action, lh_action 1773 lib/pacemaker/pcmk_sched_allocate.c rsc_order_then(pe_action_t *lh_action, pe_resource_t *rsc, lh_action 1798 lib/pacemaker/pcmk_sched_allocate.c if (lh_action) { lh_action 1799 lib/pacemaker/pcmk_sched_allocate.c pe_rsc_trace(rsc, "LH-Side was: %s", lh_action->uuid); lh_action 1804 lib/pacemaker/pcmk_sched_allocate.c if ((lh_action != NULL) && (lh_action->rsc == rsc) lh_action 1805 lib/pacemaker/pcmk_sched_allocate.c && pcmk_is_set(lh_action->flags, pe_action_dangle)) { lh_action 1807 lib/pacemaker/pcmk_sched_allocate.c pe_rsc_trace(rsc, "Detected dangling operation %s -> %s", lh_action->uuid, lh_action 1816 lib/pacemaker/pcmk_sched_allocate.c if (lh_action) { lh_action 1817 lib/pacemaker/pcmk_sched_allocate.c order_actions(lh_action, rh_action_iter, type); lh_action 1836 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *lh_action = order->lh_action; lh_action 1842 lib/pacemaker/pcmk_sched_allocate.c if (lh_action != NULL) { lh_action 1843 lib/pacemaker/pcmk_sched_allocate.c lh_actions = g_list_prepend(NULL, lh_action); lh_action 1871 lib/pacemaker/pcmk_sched_allocate.c lh_action = custom_action(lh_rsc, key, op_type, NULL, TRUE, TRUE, data_set); lh_action 1872 lib/pacemaker/pcmk_sched_allocate.c lh_actions = g_list_prepend(NULL, lh_action); lh_action 2350 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *lh_action = order->lh_action; lh_action 2367 lib/pacemaker/pcmk_sched_allocate.c if (lh_action == NULL && lh_action_task == NULL) { lh_action 2379 lib/pacemaker/pcmk_sched_allocate.c if (lh_action && !pcmk__str_eq(lh_action->task, RSC_STOP, pcmk__str_casei)) { lh_action 2382 lib/pacemaker/pcmk_sched_allocate.c } else if (lh_action == NULL lh_action 2441 lib/pacemaker/pcmk_sched_allocate.c lh_action ? lh_action->uuid : lh_action_task, lh_action 2812 lib/pacemaker/pcmk_sched_allocate.c rsc_order_then(order->lh_action, rsc, order); lh_action 2816 lib/pacemaker/pcmk_sched_allocate.c order_actions(order->lh_action, order->rh_action, order->type); lh_action 1484 lib/pacemaker/pcmk_sched_constraints.c lh_task = task_from_action_or_key(order->lh_action, order->lh_action_task); lh_action 1585 lib/pacemaker/pcmk_sched_constraints.c custom_action_order(pe_resource_t * lh_rsc, char *lh_action_task, pe_action_t * lh_action, lh_action 1591 lib/pacemaker/pcmk_sched_constraints.c if (lh_rsc == NULL && lh_action) { lh_action 1592 lib/pacemaker/pcmk_sched_constraints.c lh_rsc = lh_action->rsc; lh_action 1598 lib/pacemaker/pcmk_sched_constraints.c if ((lh_action == NULL && lh_rsc == NULL) lh_action 1609 lib/pacemaker/pcmk_sched_constraints.c lh_rsc?lh_rsc->id:"NA", lh_action_task?lh_action_task:"NA", lh_action?lh_action->uuid:"NA", lh_action 1618 lib/pacemaker/pcmk_sched_constraints.c order->lh_action = lh_action; lh_action 1623 lib/pacemaker/pcmk_sched_constraints.c if (order->lh_action_task == NULL && lh_action) { lh_action 1624 lib/pacemaker/pcmk_sched_constraints.c order->lh_action_task = strdup(lh_action->uuid); lh_action 1631 lib/pacemaker/pcmk_sched_constraints.c if (order->lh_rsc == NULL && lh_action) { lh_action 1632 lib/pacemaker/pcmk_sched_constraints.c order->lh_rsc = lh_action->rsc; lh_action 1808 lib/pengine/utils.c order_actions(pe_action_t * lh_action, pe_action_t * rh_action, enum pe_ordering order) lh_action 1818 lib/pengine/utils.c if (lh_action == NULL || rh_action == NULL) { lh_action 1822 lib/pengine/utils.c crm_trace("Ordering Action %s before %s", lh_action->uuid, rh_action->uuid); lh_action 1825 lib/pengine/utils.c CRM_ASSERT(lh_action != rh_action); lh_action 1828 lib/pengine/utils.c gIter = lh_action->actions_after; lh_action 1840 lib/pengine/utils.c list = lh_action->actions_after; lh_action 1842 lib/pengine/utils.c lh_action->actions_after = list; lh_action 1845 lib/pengine/utils.c wrapper->action = lh_action;