text2task         139 include/crm/pengine/common.h enum action_tasks text2task(const char *task);
text2task         116 lib/pacemaker/pcmk_sched_actions.c     first_task = text2task(first_task_str);
text2task         690 lib/pacemaker/pcmk_sched_actions.c     switch (text2task(action->task)) {
text2task         607 lib/pacemaker/pcmk_sched_notif.c             enum action_tasks task = text2task(op->task);
text2task         794 lib/pacemaker/pcmk_sched_notif.c     enum action_tasks task = text2task(n_data->action);
text2task         807 lib/pacemaker/pcmk_sched_notif.c             switch (text2task(op->task)) {
text2task         181 lib/pacemaker/pcmk_sched_remote.c     enum action_tasks task = text2task(action->task);
text2task         320 lib/pacemaker/pcmk_sched_remote.c     enum action_tasks task = text2task(action->task);
text2task         701 lib/pacemaker/pcmk_sched_remote.c     task = text2task(action->task);
text2task         703 lib/pacemaker/pcmk_sched_remote.c         task = text2task(g_hash_table_lookup(action->meta, "notify_operation"));
text2task        1520 lib/pengine/utils.c     enum action_tasks task = text2task(name);