then_child        655 lib/pacemaker/pcmk_sched_bundle.c         pe_resource_t *then_child = gIter->data;
then_child        656 lib/pacemaker/pcmk_sched_bundle.c         pe_resource_t *first_child = find_compatible_child(then_child,
then_child        664 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        673 lib/pacemaker/pcmk_sched_bundle.c                 pe_rsc_info(then->rsc, "Inhibiting %s from being active", then_child->id);
then_child        674 lib/pacemaker/pcmk_sched_bundle.c                 if(assign_node(then_child, NULL, TRUE)) {
then_child        703 lib/pacemaker/pcmk_sched_bundle.c             then_replica = replica_for_container(then->rsc, then_child, node);
then_child        716 lib/pacemaker/pcmk_sched_bundle.c                 then_action = find_first_action(then_child->actions, NULL, then->task, node);
then_child        735 lib/pacemaker/pcmk_sched_bundle.c                 if (!pcmk_is_set(then_child->flags, pe_rsc_orphan)
then_child        738 lib/pacemaker/pcmk_sched_bundle.c                             then->task, then_child->id);
then_child        742 lib/pacemaker/pcmk_sched_bundle.c                               then->task, then_child->id,
then_child        743 lib/pacemaker/pcmk_sched_bundle.c                               pcmk_is_set(then_child->flags, pe_rsc_orphan)? " (ORPHAN)" : "");
then_child        759 lib/pacemaker/pcmk_sched_bundle.c                 changed |= then_child->cmds->update_actions(first_action,
then_child        766 lib/pacemaker/pcmk_sched_bundle.c                         then_child->id, then_action, task2text(task));
then_child        835 lib/pacemaker/pcmk_sched_bundle.c             pe_resource_t *then_child = (pe_resource_t *) gIter->data;
then_child        837 lib/pacemaker/pcmk_sched_bundle.c             pe_action_t *then_child_action = find_first_action(then_child->actions, NULL, then->task, node);
then_child        840 lib/pacemaker/pcmk_sched_bundle.c                 enum pe_action_flags then_child_flags = then_child->cmds->action_flags(then_child_action, node);
then_child        843 lib/pacemaker/pcmk_sched_bundle.c                     then_child_changed |= then_child->cmds->update_actions(first,