task2text         116 include/crm/pengine/common.h const char *task2text(enum action_tasks task);
task2text        1149 pengine/clone.c     const char *task_s = task2text(task);
task2text         626 pengine/container.c             const char *first_task = task2text(task);
task2text         637 pengine/container.c                 first_action = find_first_action(first_tuple->child->actions, NULL, task2text(task), node);
task2text         639 pengine/container.c                 first_action = find_first_action(first_child->actions, NULL, task2text(task), node);
task2text         699 pengine/container.c                         then_child->id, then_action, task2text(task));
task2text         124 pengine/graph.c             uuid = generate_notify_key(rid, "confirmed-post", task2text(task + 1));
task2text         127 pengine/graph.c             uuid = generate_op_key(rid, task2text(task + 1), 0);
task2text         382 pengine/group.c         const char *task_s = task2text(task);