then_action       644 lib/pacemaker/libpacemaker_private.h                         char *then_task, pcmk_action_t *then_action,
then_action      1392 lib/pacemaker/pcmk_sched_instances.c         pcmk_action_t *then_action = NULL;
then_action      1414 lib/pacemaker/pcmk_sched_instances.c         then_action = find_instance_action(then, then_instance, then->task,
then_action      1416 lib/pacemaker/pcmk_sched_instances.c         if (then_action == NULL) {
then_action      1420 lib/pacemaker/pcmk_sched_instances.c         if (order_actions(first_action, then_action, type)) {
then_action      1426 lib/pacemaker/pcmk_sched_instances.c             first_action, then_action, node,
then_action       527 lib/pacemaker/pcmk_sched_ordering.c                    char *then_action_task, pcmk_action_t *then_action,
then_action       534 lib/pacemaker/pcmk_sched_ordering.c               && ((then_action != NULL) || (then_rsc != NULL)),
then_action       540 lib/pacemaker/pcmk_sched_ordering.c     if ((then_rsc == NULL) && (then_action != NULL)) {
then_action       541 lib/pacemaker/pcmk_sched_ordering.c         then_rsc = then_action->rsc;
then_action       552 lib/pacemaker/pcmk_sched_ordering.c     order->rh_action = then_action;
then_action       560 lib/pacemaker/pcmk_sched_ordering.c     if ((order->rh_action_task == NULL) && (then_action != NULL)) {
then_action       561 lib/pacemaker/pcmk_sched_ordering.c         order->rh_action_task = strdup(then_action->uuid);
then_action       568 lib/pacemaker/pcmk_sched_ordering.c     if ((order->rh_rsc == NULL) && (then_action != NULL)) {
then_action       569 lib/pacemaker/pcmk_sched_ordering.c         order->rh_rsc = then_action->rsc;
then_action        62 lib/pacemaker/pcmk_sched_remote.c order_start_then_action(pcmk_resource_t *first_rsc, pcmk_action_t *then_action,
then_action        65 lib/pacemaker/pcmk_sched_remote.c     if ((first_rsc != NULL) && (then_action != NULL)) {
then_action        67 lib/pacemaker/pcmk_sched_remote.c                            then_action->rsc, NULL, then_action,