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         968 lib/pacemaker/pcmk_sched_actions.c     switch (text2task(action->task)) {
text2task         170 lib/pacemaker/pcmk_sched_remote.c     enum action_tasks task = text2task(action->task);
text2task         314 lib/pacemaker/pcmk_sched_remote.c     enum action_tasks task = text2task(action->task);
text2task         693 lib/pacemaker/pcmk_sched_remote.c     task = text2task(action->task);
text2task         695 lib/pacemaker/pcmk_sched_remote.c         task = text2task(g_hash_table_lookup(action->meta, "notify_operation"));
text2task        1267 lib/pengine/pe_actions.c     enum action_tasks task = text2task(name);
text2task         607 lib/pengine/pe_notif.c             enum action_tasks task = text2task(op->task);
text2task         803 lib/pengine/pe_notif.c     enum action_tasks task = text2task(n_data->action);
text2task         816 lib/pengine/pe_notif.c             switch (text2task(op->task)) {