text2task         139 include/crm/pengine/common.h enum action_tasks text2task(const char *task);
text2task          88 lib/pacemaker/pcmk_graph_producer.c     task = text2task(raw_task);
text2task         464 lib/pacemaker/pcmk_sched_notif.c                 task = text2task(op->task);
text2task         642 lib/pacemaker/pcmk_sched_notif.c     enum action_tasks task = text2task(n_data->action);
text2task         662 lib/pacemaker/pcmk_sched_notif.c             enum action_tasks t = 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         332 lib/pacemaker/pcmk_sched_utils.c     switch (text2task(action->task)) {
text2task        1519 lib/pengine/utils.c     enum action_tasks task = text2task(name);