first_action      599 lib/pacemaker/libpacemaker_private.h                         pcmk_action_t *first_action, pcmk_resource_t *then_rsc,
first_action     1420 lib/pacemaker/pcmk_sched_instances.c         pcmk_action_t *first_action = NULL;
first_action     1437 lib/pacemaker/pcmk_sched_instances.c         first_action = find_instance_action(first, first_instance,
first_action     1439 lib/pacemaker/pcmk_sched_instances.c         if (first_action == NULL) {
first_action     1449 lib/pacemaker/pcmk_sched_instances.c         if (order_actions(first_action, then_action, type)) {
first_action     1455 lib/pacemaker/pcmk_sched_instances.c             first_action, then_action, node,
first_action     1456 lib/pacemaker/pcmk_sched_instances.c             first_instance->priv->cmds->action_flags(first_action, node),
first_action      484 lib/pacemaker/pcmk_sched_ordering.c                    pcmk_action_t *first_action, pcmk_resource_t *then_rsc,
first_action      491 lib/pacemaker/pcmk_sched_ordering.c     CRM_CHECK(((first_action != NULL) || (first_rsc != NULL))
first_action      495 lib/pacemaker/pcmk_sched_ordering.c     if ((first_rsc == NULL) && (first_action != NULL)) {
first_action      496 lib/pacemaker/pcmk_sched_ordering.c         first_rsc = first_action->rsc;
first_action      508 lib/pacemaker/pcmk_sched_ordering.c     order->action1 = first_action;
first_action      513 lib/pacemaker/pcmk_sched_ordering.c     if ((order->task1 == NULL) && (first_action != NULL)) {
first_action      514 lib/pacemaker/pcmk_sched_ordering.c         order->task1 = strdup(first_action->uuid);
first_action      521 lib/pacemaker/pcmk_sched_ordering.c     if ((order->rsc1 == NULL) && (first_action != NULL)) {
first_action      522 lib/pacemaker/pcmk_sched_ordering.c         order->rsc1 = first_action->rsc;
first_action     1217 lib/pacemaker/pcmk_sched_ordering.c order_resource_actions_after(pcmk_action_t *first_action,
first_action     1243 lib/pacemaker/pcmk_sched_ordering.c     if ((first_action != NULL) && (first_action->rsc == rsc)
first_action     1244 lib/pacemaker/pcmk_sched_ordering.c         && pcmk_is_set(first_action->flags, pcmk__action_migration_abort)) {
first_action     1248 lib/pacemaker/pcmk_sched_ordering.c                         first_action->uuid, order->task2, rsc->id);
first_action     1252 lib/pacemaker/pcmk_sched_ordering.c     if ((first_action == NULL)
first_action     1265 lib/pacemaker/pcmk_sched_ordering.c         if (first_action != NULL) {
first_action     1266 lib/pacemaker/pcmk_sched_ordering.c             order_actions(first_action, then_action_iter, flags);
first_action     1282 lib/pacemaker/pcmk_sched_ordering.c     pcmk_action_t *first_action = order->action1;
first_action     1289 lib/pacemaker/pcmk_sched_ordering.c     if (first_action != NULL) {
first_action     1290 lib/pacemaker/pcmk_sched_ordering.c         first_actions = g_list_prepend(NULL, first_action);
first_action     1332 lib/pacemaker/pcmk_sched_ordering.c             first_action = custom_action(first_rsc, key, op_type, NULL, TRUE,
first_action     1334 lib/pacemaker/pcmk_sched_ordering.c             first_actions = g_list_prepend(NULL, first_action);
first_action     1349 lib/pacemaker/pcmk_sched_ordering.c         first_action = iter->data;
first_action     1352 lib/pacemaker/pcmk_sched_ordering.c             order_actions(first_action, order->action2, order->flags);
first_action     1355 lib/pacemaker/pcmk_sched_ordering.c             order_resource_actions_after(first_action, then_rsc, order);
first_action       76 lib/pacemaker/pcmk_sched_remote.c order_action_then_stop(pcmk_action_t *first_action, pcmk_resource_t *then_rsc,
first_action       79 lib/pacemaker/pcmk_sched_remote.c     if ((first_action != NULL) && (then_rsc != NULL)) {
first_action       80 lib/pacemaker/pcmk_sched_remote.c         pcmk__new_ordering(first_action->rsc, NULL, first_action,