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 117 lib/pacemaker/libpacemaker_private.h pe_action_t *lh_action, pe_resource_t *rh_rsc, lh_action 1541 lib/pacemaker/pcmk_sched_allocate.c pe_action_t *lh_action = order->lh_action; lh_action 1558 lib/pacemaker/pcmk_sched_allocate.c if (lh_action == NULL && lh_action_task == NULL) { lh_action 1570 lib/pacemaker/pcmk_sched_allocate.c if (lh_action && !pcmk__str_eq(lh_action->task, RSC_STOP, pcmk__str_casei)) { lh_action 1573 lib/pacemaker/pcmk_sched_allocate.c } else if (lh_action == NULL lh_action 1632 lib/pacemaker/pcmk_sched_allocate.c lh_action ? lh_action->uuid : lh_action_task, lh_action 530 lib/pacemaker/pcmk_sched_ordering.c lh_task = task_from_action_or_key(order->lh_action, order->lh_action_task); lh_action 667 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *lh_action, pe_resource_t *rh_rsc, lh_action 674 lib/pacemaker/pcmk_sched_ordering.c CRM_CHECK(((lh_action != NULL) || (lh_rsc != NULL)) lh_action 678 lib/pacemaker/pcmk_sched_ordering.c if ((lh_rsc == NULL) && (lh_action != NULL)) { lh_action 679 lib/pacemaker/pcmk_sched_ordering.c lh_rsc = lh_action->rsc; lh_action 691 lib/pacemaker/pcmk_sched_ordering.c order->lh_action = lh_action; lh_action 696 lib/pacemaker/pcmk_sched_ordering.c if ((order->lh_action_task == NULL) && (lh_action != NULL)) { lh_action 697 lib/pacemaker/pcmk_sched_ordering.c order->lh_action_task = strdup(lh_action->uuid); lh_action 704 lib/pacemaker/pcmk_sched_ordering.c if ((order->lh_rsc == NULL) && (lh_action != NULL)) { lh_action 705 lib/pacemaker/pcmk_sched_ordering.c order->lh_rsc = lh_action->rsc; lh_action 1358 lib/pacemaker/pcmk_sched_ordering.c rsc_order_then(pe_action_t *lh_action, pe_resource_t *rsc, lh_action 1386 lib/pacemaker/pcmk_sched_ordering.c if ((lh_action != NULL) && (lh_action->rsc == rsc) lh_action 1387 lib/pacemaker/pcmk_sched_ordering.c && pcmk_is_set(lh_action->flags, pe_action_dangle)) { lh_action 1390 lib/pacemaker/pcmk_sched_ordering.c lh_action->uuid, order->rh_action_task); lh_action 1397 lib/pacemaker/pcmk_sched_ordering.c if (lh_action) { lh_action 1398 lib/pacemaker/pcmk_sched_ordering.c order_actions(lh_action, rh_action_iter, type); lh_action 1416 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *lh_action = order->lh_action; lh_action 1423 lib/pacemaker/pcmk_sched_ordering.c if (lh_action != NULL) { lh_action 1424 lib/pacemaker/pcmk_sched_ordering.c lh_actions = g_list_prepend(NULL, lh_action); lh_action 1461 lib/pacemaker/pcmk_sched_ordering.c lh_action = custom_action(lh_rsc, key, op_type, NULL, TRUE, TRUE, data_set); lh_action 1462 lib/pacemaker/pcmk_sched_ordering.c lh_actions = g_list_prepend(NULL, lh_action); lh_action 1477 lib/pacemaker/pcmk_sched_ordering.c lh_action = (pe_action_t *) gIter->data; lh_action 1480 lib/pacemaker/pcmk_sched_ordering.c order_actions(lh_action, order->rh_action, order->type); lh_action 1483 lib/pacemaker/pcmk_sched_ordering.c rsc_order_then(lh_action, rh_rsc, order); lh_action 1516 lib/pacemaker/pcmk_sched_ordering.c rsc_order_then(order->lh_action, rsc, order); lh_action 1521 lib/pacemaker/pcmk_sched_ordering.c order_actions(order->lh_action, order->rh_action, order->type); 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 1905 lib/pengine/utils.c order_actions(pe_action_t * lh_action, pe_action_t * rh_action, enum pe_ordering order) lh_action 1915 lib/pengine/utils.c if (lh_action == NULL || rh_action == NULL) { lh_action 1920 lib/pengine/utils.c lh_action->uuid, rh_action->uuid); lh_action 1923 lib/pengine/utils.c CRM_ASSERT(lh_action != rh_action); lh_action 1926 lib/pengine/utils.c gIter = lh_action->actions_after; lh_action 1938 lib/pengine/utils.c list = lh_action->actions_after; lh_action 1940 lib/pengine/utils.c lh_action->actions_after = list; lh_action 1943 lib/pengine/utils.c wrapper->action = lh_action;