first_task        464 lib/pacemaker/libpacemaker_private.h void pcmk__new_ordering(pe_resource_t *first_rsc, char *first_task,
first_task        497 lib/pacemaker/libpacemaker_private.h #define pcmk__order_resource_actions(first_rsc, first_task,                 \
first_task        500 lib/pacemaker/libpacemaker_private.h                        pcmk__op_key((first_rsc)->id, (first_task), 0),      \
first_task         98 lib/pacemaker/pcmk_sched_actions.c     enum action_tasks first_task = no_action;
first_task        113 lib/pacemaker/pcmk_sched_actions.c     first_task = text2task(first_task_str);
first_task        114 lib/pacemaker/pcmk_sched_actions.c     switch (first_task) {
first_task        120 lib/pacemaker/pcmk_sched_actions.c             remapped_task = first_task + 1;
first_task        127 lib/pacemaker/pcmk_sched_actions.c             remapped_task = first_task;
first_task        678 lib/pacemaker/pcmk_sched_bundle.c             const char *first_task = task2text(task);
first_task        715 lib/pacemaker/pcmk_sched_bundle.c                     && !pcmk__str_any_of(first_task, RSC_STOP, RSC_DEMOTE, NULL)) {
first_task        717 lib/pacemaker/pcmk_sched_bundle.c                             first_task, first_child->id);
first_task        721 lib/pacemaker/pcmk_sched_bundle.c                               first_task, first_child->id,
first_task        259 lib/pacemaker/pcmk_sched_migration.c     char *first_task = NULL;
first_task        280 lib/pacemaker/pcmk_sched_migration.c     first_task = task_from_action_or_key(order->lh_action,
first_task        285 lib/pacemaker/pcmk_sched_migration.c     if (pcmk__str_eq(first_task, RSC_START, pcmk__str_none)
first_task        317 lib/pacemaker/pcmk_sched_migration.c                && pcmk__str_eq(first_task, RSC_STOP, pcmk__str_none)
first_task        344 lib/pacemaker/pcmk_sched_migration.c     } else if (pcmk__str_eq(first_task, RSC_PROMOTE, pcmk__str_none)
first_task        359 lib/pacemaker/pcmk_sched_migration.c     } else if (pcmk__str_eq(first_task, RSC_DEMOTE, pcmk__str_none)
first_task        384 lib/pacemaker/pcmk_sched_migration.c     free(first_task);