child_action      878 lib/pacemaker/pcmk_sched_clone.c         pe_action_t *child_action = NULL;
child_action      881 lib/pacemaker/pcmk_sched_clone.c         child_action = find_first_action(child->actions, NULL, task_s, child->children ? NULL : node);
child_action      883 lib/pacemaker/pcmk_sched_clone.c                      pe__node_name(node), child_action?child_action->uuid:"NA");
child_action      884 lib/pacemaker/pcmk_sched_clone.c         if (child_action) {
child_action      885 lib/pacemaker/pcmk_sched_clone.c             enum pe_action_flags child_flags = child->cmds->action_flags(child_action, node);
child_action      890 lib/pacemaker/pcmk_sched_clone.c                              child_action->uuid);
child_action      870 lib/pacemaker/pcmk_sched_colocation.c         pe_action_t *child_action = find_first_action(child->actions, NULL,
child_action      873 lib/pacemaker/pcmk_sched_colocation.c         if ((child_action == NULL)
child_action      874 lib/pacemaker/pcmk_sched_colocation.c             || pcmk_is_set(child_action->flags, pe_action_runnable)) {