task2             146 include/crm/common/action_relation_internal.h     char *task2;                // Action name or key for second action
task2             286 lib/pacemaker/pcmk_sched_migration.c     then_task = task_from_action_or_key(order->action2, order->task2);
task2             511 lib/pacemaker/pcmk_sched_ordering.c     order->task2 = then_action_task;
task2             517 lib/pacemaker/pcmk_sched_ordering.c     if ((order->task2 == NULL) && (then_action != NULL)) {
task2             518 lib/pacemaker/pcmk_sched_ordering.c         order->task2 = strdup(then_action->uuid);
task2             532 lib/pacemaker/pcmk_sched_ordering.c                     pcmk__s(order->task2, "an underspecified action"));
task2            1234 lib/pacemaker/pcmk_sched_ordering.c         then_actions = find_actions_by_task(rsc, order->task2);
task2            1239 lib/pacemaker/pcmk_sched_ordering.c                         order->id, order->task2, rsc->id);
task2            1248 lib/pacemaker/pcmk_sched_ordering.c                         first_action->uuid, order->task2, rsc->id);
task2             380 lib/pacemaker/pcmk_sched_probes.c             || ((then == NULL) && (order->task2 == NULL))) {
task2             405 lib/pacemaker/pcmk_sched_probes.c                        && pcmk__ends_with(order->task2,
task2             439 lib/pacemaker/pcmk_sched_probes.c                                         order->task2, NULL);
task2             449 lib/pacemaker/pcmk_sched_probes.c                   ((then == NULL)? order->task2 : then->uuid),
task2             302 lib/pengine/status.c         free(order->task2);