task2 146 include/crm/common/action_relation_internal.h char *task2; // Action name or key for second action task2 288 lib/pacemaker/pcmk_sched_migration.c then_task = task_from_action_or_key(order->action2, order->task2); task2 559 lib/pacemaker/pcmk_sched_ordering.c order->task2 = then_action_task; task2 565 lib/pacemaker/pcmk_sched_ordering.c if ((order->task2 == NULL) && (then_action != NULL)) { task2 566 lib/pacemaker/pcmk_sched_ordering.c order->task2 = strdup(then_action->uuid); task2 580 lib/pacemaker/pcmk_sched_ordering.c pcmk__s(order->task2, "an underspecified action")); task2 1271 lib/pacemaker/pcmk_sched_ordering.c then_actions = find_actions_by_task(rsc, order->task2); task2 1276 lib/pacemaker/pcmk_sched_ordering.c order->id, order->task2, rsc->id); task2 1285 lib/pacemaker/pcmk_sched_ordering.c first_action->uuid, order->task2, rsc->id); task2 368 lib/pacemaker/pcmk_sched_probes.c || ((then == NULL) && (order->task2 == NULL))) { task2 392 lib/pacemaker/pcmk_sched_probes.c && pcmk__ends_with(order->task2, task2 425 lib/pacemaker/pcmk_sched_probes.c then_actions = find_actions(order->rsc2->actions, order->task2, task2 436 lib/pacemaker/pcmk_sched_probes.c ((then == NULL)? order->task2 : then->uuid), task2 282 lib/pengine/status.c free(order->task2);