action_tasks      138 include/crm/pengine/common.h const char *task2text(enum action_tasks task);
action_tasks      139 include/crm/pengine/common.h enum action_tasks text2task(const char *task);
action_tasks      447 include/crm/pengine/internal.h enum action_tasks get_complex_task(const pe_resource_t *rsc, const char *name);
action_tasks       98 lib/pacemaker/pcmk_sched_actions.c     enum action_tasks first_task = no_action;
action_tasks       99 lib/pacemaker/pcmk_sched_actions.c     enum action_tasks remapped_task = no_action;
action_tasks      557 lib/pacemaker/pcmk_sched_bundle.c         enum action_tasks task = get_complex_task(data->child, action->task);
action_tasks      472 lib/pacemaker/pcmk_sched_group.c         enum action_tasks task = get_complex_task(member, action->task);
action_tasks     1260 lib/pacemaker/pcmk_sched_instances.c     enum action_tasks orig_task = no_action;
action_tasks      170 lib/pacemaker/pcmk_sched_remote.c     enum action_tasks task = text2task(action->task);
action_tasks      314 lib/pacemaker/pcmk_sched_remote.c     enum action_tasks task = text2task(action->task);
action_tasks      687 lib/pacemaker/pcmk_sched_remote.c     enum action_tasks task;
action_tasks      348 lib/pengine/common.c enum action_tasks
action_tasks      397 lib/pengine/common.c task2text(enum action_tasks task)
action_tasks     1264 lib/pengine/pe_actions.c enum action_tasks
action_tasks     1267 lib/pengine/pe_actions.c     enum action_tasks task = text2task(name);
action_tasks      607 lib/pengine/pe_notif.c             enum action_tasks task = text2task(op->task);
action_tasks      803 lib/pengine/pe_notif.c     enum action_tasks task = text2task(n_data->action);