first_action      465 lib/pacemaker/libpacemaker_private.h                         pe_action_t *first_action, pe_resource_t *then_rsc,
first_action      674 lib/pacemaker/pcmk_sched_bundle.c             pe_action_t *first_action = NULL;
first_action      691 lib/pacemaker/pcmk_sched_bundle.c                 first_action = find_first_action(first_replica->child->actions,
first_action      694 lib/pacemaker/pcmk_sched_bundle.c                 first_action = find_first_action(first_child->actions, NULL, task2text(task), node);
first_action      713 lib/pacemaker/pcmk_sched_bundle.c             if (first_action == NULL) {
first_action      742 lib/pacemaker/pcmk_sched_bundle.c             if (order_actions(first_action, then_action, type)) {
first_action      744 lib/pacemaker/pcmk_sched_bundle.c                           first_action->uuid,
first_action      745 lib/pacemaker/pcmk_sched_bundle.c                           pcmk_is_set(first_action->flags, pe_action_optional),
first_action      752 lib/pacemaker/pcmk_sched_bundle.c             if(first_action && then_action) {
first_action      753 lib/pacemaker/pcmk_sched_bundle.c                 changed |= then_child->cmds->update_ordered_actions(first_action,
first_action      756 lib/pacemaker/pcmk_sched_bundle.c                                                                     first_child->cmds->action_flags(first_action, node),
first_action      762 lib/pacemaker/pcmk_sched_bundle.c                         first_child->id, first_action,
first_action      523 lib/pacemaker/pcmk_sched_ordering.c                    pe_action_t *first_action, pe_resource_t *then_rsc,
first_action      530 lib/pacemaker/pcmk_sched_ordering.c     CRM_CHECK(((first_action != NULL) || (first_rsc != NULL))
first_action      534 lib/pacemaker/pcmk_sched_ordering.c     if ((first_rsc == NULL) && (first_action != NULL)) {
first_action      535 lib/pacemaker/pcmk_sched_ordering.c         first_rsc = first_action->rsc;
first_action      548 lib/pacemaker/pcmk_sched_ordering.c     order->lh_action = first_action;
first_action      553 lib/pacemaker/pcmk_sched_ordering.c     if ((order->lh_action_task == NULL) && (first_action != NULL)) {
first_action      554 lib/pacemaker/pcmk_sched_ordering.c         order->lh_action_task = strdup(first_action->uuid);
first_action      561 lib/pacemaker/pcmk_sched_ordering.c     if ((order->lh_rsc == NULL) && (first_action != NULL)) {
first_action      562 lib/pacemaker/pcmk_sched_ordering.c         order->lh_rsc = first_action->rsc;
first_action     1221 lib/pacemaker/pcmk_sched_ordering.c order_resource_actions_after(pe_action_t *first_action,
first_action     1246 lib/pacemaker/pcmk_sched_ordering.c     if ((first_action != NULL) && (first_action->rsc == rsc)
first_action     1247 lib/pacemaker/pcmk_sched_ordering.c         && pcmk_is_set(first_action->flags, pe_action_dangle)) {
first_action     1251 lib/pacemaker/pcmk_sched_ordering.c                      first_action->uuid, order->rh_action_task, rsc->id);
first_action     1255 lib/pacemaker/pcmk_sched_ordering.c     if ((first_action == NULL) && !pcmk_is_set(flags, pe_order_implies_then)) {
first_action     1266 lib/pacemaker/pcmk_sched_ordering.c         if (first_action != NULL) {
first_action     1267 lib/pacemaker/pcmk_sched_ordering.c             order_actions(first_action, then_action_iter, flags);
first_action     1284 lib/pacemaker/pcmk_sched_ordering.c     pe_action_t *first_action = order->lh_action;
first_action     1291 lib/pacemaker/pcmk_sched_ordering.c     if (first_action != NULL) {
first_action     1292 lib/pacemaker/pcmk_sched_ordering.c         first_actions = g_list_prepend(NULL, first_action);
first_action     1329 lib/pacemaker/pcmk_sched_ordering.c             first_action = custom_action(first_rsc, key, op_type, NULL, TRUE,
first_action     1331 lib/pacemaker/pcmk_sched_ordering.c             first_actions = g_list_prepend(NULL, first_action);
first_action     1346 lib/pacemaker/pcmk_sched_ordering.c         first_action = (pe_action_t *) gIter->data;
first_action     1349 lib/pacemaker/pcmk_sched_ordering.c             order_actions(first_action, order->rh_action, order->flags);
first_action     1352 lib/pacemaker/pcmk_sched_ordering.c             order_resource_actions_after(first_action, then_rsc, order);
first_action       74 lib/pacemaker/pcmk_sched_remote.c order_action_then_stop(pe_action_t *first_action, pe_resource_t *then_rsc,
first_action       77 lib/pacemaker/pcmk_sched_remote.c     if ((first_action != NULL) && (then_rsc != NULL) && (data_set != NULL)) {
first_action       78 lib/pacemaker/pcmk_sched_remote.c         pcmk__new_ordering(first_action->rsc, NULL, first_action,