rh_action 190 include/crm/pengine/internal.h pe_action_t *rh_action; rh_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); rh_action 178 lib/pacemaker/libpacemaker_private.h char *rh_task, pe_action_t *rh_action, rh_action 538 lib/pacemaker/pcmk_sched_ordering.c rh_task = task_from_action_or_key(order->rh_action, order->rh_action_task); rh_action 675 lib/pacemaker/pcmk_sched_ordering.c char *rh_action_task, pe_action_t *rh_action, rh_action 682 lib/pacemaker/pcmk_sched_ordering.c && ((rh_action != NULL) || (rh_rsc != NULL)), rh_action 688 lib/pacemaker/pcmk_sched_ordering.c if ((rh_rsc == NULL) && (rh_action != NULL)) { rh_action 689 lib/pacemaker/pcmk_sched_ordering.c rh_rsc = rh_action->rsc; rh_action 700 lib/pacemaker/pcmk_sched_ordering.c order->rh_action = rh_action; rh_action 708 lib/pacemaker/pcmk_sched_ordering.c if ((order->rh_action_task == NULL) && (rh_action != NULL)) { rh_action 709 lib/pacemaker/pcmk_sched_ordering.c order->rh_action_task = strdup(rh_action->uuid); rh_action 716 lib/pacemaker/pcmk_sched_ordering.c if ((order->rh_rsc == NULL) && (rh_action != NULL)) { rh_action 717 lib/pacemaker/pcmk_sched_ordering.c order->rh_rsc = rh_action->rsc; rh_action 1368 lib/pacemaker/pcmk_sched_ordering.c pe_action_t *rh_action = NULL; rh_action 1375 lib/pacemaker/pcmk_sched_ordering.c rh_action = order->rh_action; rh_action 1378 lib/pacemaker/pcmk_sched_ordering.c if (rh_action != NULL) { rh_action 1379 lib/pacemaker/pcmk_sched_ordering.c rh_actions = g_list_prepend(NULL, rh_action); rh_action 1475 lib/pacemaker/pcmk_sched_ordering.c if (order->rh_action == NULL) { rh_action 1480 lib/pacemaker/pcmk_sched_ordering.c rh_rsc = order->rh_action->rsc; rh_action 1486 lib/pacemaker/pcmk_sched_ordering.c order_actions(lh_action, order->rh_action, order->type); rh_action 1527 lib/pacemaker/pcmk_sched_ordering.c order_actions(order->lh_action, order->rh_action, order->type); rh_action 89 lib/pacemaker/pcmk_sched_probes.c ((order->rh_action == NULL) && (order->rh_action_task == NULL))) { rh_action 109 lib/pacemaker/pcmk_sched_probes.c if ((order->rh_action != NULL) rh_action 110 lib/pacemaker/pcmk_sched_probes.c && pcmk__str_eq(order->rh_action->task, RSC_STOP, rh_action 113 lib/pacemaker/pcmk_sched_probes.c } else if ((order->rh_action == NULL) rh_action 142 lib/pacemaker/pcmk_sched_probes.c if (order->rh_action != NULL) { rh_action 143 lib/pacemaker/pcmk_sched_probes.c then_actions = g_list_prepend(NULL, order->rh_action); rh_action 157 lib/pacemaker/pcmk_sched_probes.c order->rh_action? order->rh_action->uuid : order->rh_action_task, rh_action 62 lib/pacemaker/pcmk_sched_remote.c order_start_then_action(pe_resource_t *lh_rsc, pe_action_t *rh_action, rh_action 65 lib/pacemaker/pcmk_sched_remote.c if ((lh_rsc != NULL) && (rh_action != NULL) && (data_set != NULL)) { rh_action 67 lib/pacemaker/pcmk_sched_remote.c rh_action->rsc, NULL, rh_action, rh_action 1906 lib/pengine/utils.c order_actions(pe_action_t * lh_action, pe_action_t * rh_action, enum pe_ordering order) rh_action 1916 lib/pengine/utils.c if (lh_action == NULL || rh_action == NULL) { rh_action 1921 lib/pengine/utils.c lh_action->uuid, rh_action->uuid); rh_action 1924 lib/pengine/utils.c CRM_ASSERT(lh_action != rh_action); rh_action 1931 lib/pengine/utils.c if (after->action == rh_action && (after->type & order)) { rh_action 1937 lib/pengine/utils.c wrapper->action = rh_action; rh_action 1946 lib/pengine/utils.c list = rh_action->actions_before; rh_action 1948 lib/pengine/utils.c rh_action->actions_before = list;