text2task 26 include/crm/pengine/common.h enum action_tasks text2task(const char *task); text2task 114 lib/pacemaker/pcmk_sched_actions.c first_task = text2task(first_task_str); text2task 982 lib/pacemaker/pcmk_sched_actions.c switch (text2task(action->task)) { text2task 172 lib/pacemaker/pcmk_sched_remote.c enum action_tasks task = text2task(action->task); text2task 309 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 1455 lib/pengine/pe_actions.c enum action_tasks task = text2task(name); text2task 615 lib/pengine/pe_notif.c enum action_tasks task = text2task(op->task); text2task 812 lib/pengine/pe_notif.c enum action_tasks task = text2task(n_data->action); text2task 826 lib/pengine/pe_notif.c switch (text2task(op->task)) {