then_child        657 lib/pacemaker/pcmk_sched_bundle.c         pe_resource_t *then_child = gIter->data;
then_child        658 lib/pacemaker/pcmk_sched_bundle.c         pe_resource_t *first_child = find_compatible_child(then_child,
then_child        666 lib/pacemaker/pcmk_sched_bundle.c             crm_debug("No match found for %s (%d / %s / %s)", then_child->id, current, first->uuid, then->uuid);
then_child        675 lib/pacemaker/pcmk_sched_bundle.c                 pe_rsc_info(then->rsc, "Inhibiting %s from being active", then_child->id);
then_child        676 lib/pacemaker/pcmk_sched_bundle.c                 if(assign_node(then_child, NULL, TRUE)) {
then_child        705 lib/pacemaker/pcmk_sched_bundle.c             then_replica = replica_for_container(then->rsc, then_child, node);
then_child        718 lib/pacemaker/pcmk_sched_bundle.c                 then_action = find_first_action(then_child->actions, NULL, then->task, node);
then_child        737 lib/pacemaker/pcmk_sched_bundle.c                 if (!pcmk_is_set(then_child->flags, pe_rsc_orphan)
then_child        740 lib/pacemaker/pcmk_sched_bundle.c                             then->task, then_child->id);
then_child        744 lib/pacemaker/pcmk_sched_bundle.c                               then->task, then_child->id,
then_child        745 lib/pacemaker/pcmk_sched_bundle.c                               pcmk_is_set(then_child->flags, pe_rsc_orphan)? " (ORPHAN)" : "");
then_child        761 lib/pacemaker/pcmk_sched_bundle.c                 changed |= then_child->cmds->update_actions(first_action,
then_child        768 lib/pacemaker/pcmk_sched_bundle.c                         then_child->id, then_action, task2text(task));
then_child        837 lib/pacemaker/pcmk_sched_bundle.c             pe_resource_t *then_child = (pe_resource_t *) gIter->data;
then_child        839 lib/pacemaker/pcmk_sched_bundle.c             pe_action_t *then_child_action = find_first_action(then_child->actions, NULL, then->task, node);
then_child        842 lib/pacemaker/pcmk_sched_bundle.c                 enum pe_action_flags then_child_flags = then_child->cmds->action_flags(then_child_action, node);
then_child        845 lib/pacemaker/pcmk_sched_bundle.c                     then_child_changed |= then_child->cmds->update_actions(first,