text2task         139 include/crm/pengine/common.h enum action_tasks text2task(const char *task);
text2task         113 lib/pacemaker/pcmk_sched_actions.c     first_task = text2task(first_task_str);
text2task         973 lib/pacemaker/pcmk_sched_actions.c     switch (text2task(action->task)) {
text2task         168 lib/pacemaker/pcmk_sched_remote.c     enum action_tasks task = text2task(action->task);
text2task         307 lib/pacemaker/pcmk_sched_remote.c     enum action_tasks task = text2task(action->task);
text2task         686 lib/pacemaker/pcmk_sched_remote.c     task = text2task(action->task);
text2task         688 lib/pacemaker/pcmk_sched_remote.c         task = text2task(g_hash_table_lookup(action->meta, "notify_operation"));
text2task        1264 lib/pengine/pe_actions.c     enum action_tasks task = text2task(name);
text2task         603 lib/pengine/pe_notif.c             enum action_tasks task = text2task(op->task);
text2task         799 lib/pengine/pe_notif.c     enum action_tasks task = text2task(n_data->action);
text2task         812 lib/pengine/pe_notif.c             switch (text2task(op->task)) {