child_action 1152 pengine/clone.c action_t *child_action = NULL; child_action 1155 pengine/clone.c child_action = find_first_action(child->actions, NULL, task_s, child->children ? NULL : node); child_action 1157 pengine/clone.c node ? node->details->uname : "none", child_action?child_action->uuid:"NA"); child_action 1158 pengine/clone.c if (child_action) { child_action 1159 pengine/clone.c enum pe_action_flags child_flags = child->cmds->action_flags(child_action, node); child_action 1164 pengine/clone.c child_action->uuid); child_action 383 pengine/group.c action_t *child_action = find_first_action(child->actions, NULL, task_s, node); child_action 385 pengine/group.c if (child_action) { child_action 386 pengine/group.c enum pe_action_flags child_flags = child->cmds->action_flags(child_action, node); child_action 391 pengine/group.c child_action->uuid); child_action 399 pengine/group.c child_action->uuid); child_action 426 pengine/group.c action_t *child_action = find_first_action(child->actions, NULL, then->task, node); child_action 428 pengine/group.c if (child_action) { child_action 429 pengine/group.c changed |= child->cmds->update_actions(first, child_action, node, flags, filter, type);