find_first_action  455 include/crm/pengine/internal.h extern pe_action_t *find_first_action(GListPtr input, const char *uuid, const char *task,
find_first_action 1541 lib/pacemaker/pcmk_sched_allocate.c         stop = find_first_action(container->actions, NULL, CRMD_ACTION_STOP, NULL);
find_first_action 1543 lib/pacemaker/pcmk_sched_allocate.c         if (find_first_action(container->actions, NULL, CRMD_ACTION_START, NULL)) {
find_first_action 1581 lib/pacemaker/pcmk_sched_allocate.c         stop = find_first_action(node->details->remote_rsc->actions, NULL,
find_first_action  699 lib/pacemaker/pcmk_sched_bundle.c                 first_action = find_first_action(first_replica->child->actions,
find_first_action  702 lib/pacemaker/pcmk_sched_bundle.c                 first_action = find_first_action(first_child->actions, NULL, task2text(task), node);
find_first_action  715 lib/pacemaker/pcmk_sched_bundle.c                 then_action = find_first_action(then_replica->child->actions,
find_first_action  718 lib/pacemaker/pcmk_sched_bundle.c                 then_action = find_first_action(then_child->actions, NULL, then->task, node);
find_first_action  839 lib/pacemaker/pcmk_sched_bundle.c             pe_action_t *then_child_action = find_first_action(then_child->actions, NULL, then->task, node);
find_first_action 1034 lib/pacemaker/pcmk_sched_bundle.c             pe_action_t *probe = find_first_action(replica->remote->actions,
find_first_action 1225 lib/pacemaker/pcmk_sched_clone.c         child_action = find_first_action(child->actions, NULL, task_s, child->children ? NULL : node);
find_first_action  164 lib/pacemaker/pcmk_sched_graph.c             result = find_first_action(rsc->actions, uuid, NULL, NULL);
find_first_action  506 lib/pacemaker/pcmk_sched_graph.c         pe_action_t *start = find_first_action(child->actions, NULL, RSC_START, NULL);
find_first_action  390 lib/pacemaker/pcmk_sched_group.c         pe_action_t *child_action = find_first_action(child->actions, NULL, task_s, node);
find_first_action  439 lib/pacemaker/pcmk_sched_group.c         pe_action_t *child_action = find_first_action(child->actions, NULL, then->task, node);
find_first_action 3253 lib/pacemaker/pcmk_sched_native.c         parent_stop = find_first_action(top->actions, NULL, RSC_STOP, NULL);
find_first_action  635 lib/pacemaker/pcmk_sched_notif.c             return find_first_action(remote_rsc->actions, NULL, RSC_START,
find_first_action  715 lib/pacemaker/pcmk_sched_notif.c     stop = find_first_action(rsc->actions, NULL, RSC_STOP, NULL);
find_first_action  716 lib/pacemaker/pcmk_sched_notif.c     start = find_first_action(rsc->actions, NULL, RSC_START, NULL);