find_first_action 229 include/crm/pengine/internal.h extern action_t *find_first_action(GListPtr input, const char *uuid, const char *task, find_first_action 1432 pengine/allocate.c stop = find_first_action(container->actions, NULL, CRMD_ACTION_STOP, NULL); find_first_action 1434 pengine/allocate.c if (find_first_action(container->actions, NULL, CRMD_ACTION_START, NULL)) { find_first_action 1155 pengine/clone.c child_action = find_first_action(child->actions, NULL, task_s, child->children ? NULL : node); find_first_action 637 pengine/container.c first_action = find_first_action(first_tuple->child->actions, NULL, task2text(task), node); find_first_action 639 pengine/container.c first_action = find_first_action(first_child->actions, NULL, task2text(task), node); find_first_action 650 pengine/container.c then_action = find_first_action(then_tuple->child->actions, NULL, then->task, node); find_first_action 652 pengine/container.c then_action = find_first_action(then_child->actions, NULL, then->task, node); find_first_action 764 pengine/container.c action_t *then_child_action = find_first_action(then_child->actions, NULL, then->task, node); find_first_action 917 pengine/container.c action_t *probe = find_first_action(tuple->remote->actions, probe_uuid, NULL, node); find_first_action 173 pengine/graph.c result = find_first_action(rsc->actions, uuid, NULL, NULL); find_first_action 505 pengine/graph.c action_t *start = find_first_action(child->actions, NULL, RSC_START, NULL); find_first_action 383 pengine/group.c action_t *child_action = find_first_action(child->actions, NULL, task_s, node); find_first_action 426 pengine/group.c action_t *child_action = find_first_action(child->actions, NULL, then->task, node); find_first_action 3113 pengine/native.c start = find_first_action(rsc->actions, NULL, CRMD_ACTION_START, NULL); find_first_action 3140 pengine/native.c action_t *parent_stop = find_first_action(top->actions, NULL, RSC_STOP, NULL); find_first_action 682 pengine/notif.c stop = find_first_action(rsc->actions, NULL, RSC_STOP, NULL); find_first_action 683 pengine/notif.c start = find_first_action(rsc->actions, NULL, RSC_START, NULL);