then_child        667 lib/pacemaker/pcmk_sched_bundle.c         pe_resource_t *then_child = gIter->data;
then_child        668 lib/pacemaker/pcmk_sched_bundle.c         pe_resource_t *first_child = find_compatible_child(then_child,
then_child        676 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        685 lib/pacemaker/pcmk_sched_bundle.c                 pe_rsc_info(then->rsc, "Inhibiting %s from being active", then_child->id);
then_child        686 lib/pacemaker/pcmk_sched_bundle.c                 if(assign_node(then_child, NULL, TRUE)) {
then_child        715 lib/pacemaker/pcmk_sched_bundle.c             then_replica = replica_for_container(then->rsc, then_child, node);
then_child        728 lib/pacemaker/pcmk_sched_bundle.c                 then_action = find_first_action(then_child->actions, NULL, then->task, node);
then_child        747 lib/pacemaker/pcmk_sched_bundle.c                 if (!pcmk_is_set(then_child->flags, pe_rsc_orphan)
then_child        750 lib/pacemaker/pcmk_sched_bundle.c                             then->task, then_child->id);
then_child        754 lib/pacemaker/pcmk_sched_bundle.c                               then->task, then_child->id,
then_child        755 lib/pacemaker/pcmk_sched_bundle.c                               pcmk_is_set(then_child->flags, pe_rsc_orphan)? " (ORPHAN)" : "");
then_child        771 lib/pacemaker/pcmk_sched_bundle.c                 changed |= then_child->cmds->update_actions(first_action,
then_child        778 lib/pacemaker/pcmk_sched_bundle.c                         then_child->id, then_action, task2text(task));
then_child        847 lib/pacemaker/pcmk_sched_bundle.c             pe_resource_t *then_child = (pe_resource_t *) gIter->data;
then_child        849 lib/pacemaker/pcmk_sched_bundle.c             pe_action_t *then_child_action = find_first_action(then_child->actions, NULL, then->task, node);
then_child        852 lib/pacemaker/pcmk_sched_bundle.c                 enum pe_action_flags then_child_flags = then_child->cmds->action_flags(then_child_action, node);
then_child        855 lib/pacemaker/pcmk_sched_bundle.c                     then_child_changed |= then_child->cmds->update_actions(first,