bundled_rsc       597 lib/pacemaker/pcmk_sched_bundle.c     const pcmk_resource_t *bundled_rsc = NULL;
bundled_rsc       612 lib/pacemaker/pcmk_sched_bundle.c     bundled_rsc = pe__bundled_resource(rsc);
bundled_rsc       613 lib/pacemaker/pcmk_sched_bundle.c     if ((bundled_rsc == NULL)
bundled_rsc       614 lib/pacemaker/pcmk_sched_bundle.c         || !pcmk_is_set(bundled_rsc->flags, pcmk_rsc_promotable)
bundled_rsc       615 lib/pacemaker/pcmk_sched_bundle.c         || (pe__const_top_resource(orig_rsc, false) != bundled_rsc)) {
bundled_rsc       619 lib/pacemaker/pcmk_sched_bundle.c     if (orig_rsc == bundled_rsc) {
bundled_rsc       641 lib/pacemaker/pcmk_sched_bundle.c     const pcmk_resource_t *bundled_rsc = NULL;
bundled_rsc       656 lib/pacemaker/pcmk_sched_bundle.c     bundled_rsc = pe__bundled_resource(rsc);
bundled_rsc       657 lib/pacemaker/pcmk_sched_bundle.c     if ((bundled_rsc == NULL)
bundled_rsc       658 lib/pacemaker/pcmk_sched_bundle.c         || !pcmk_is_set(bundled_rsc->flags, pcmk_rsc_promotable)
bundled_rsc       659 lib/pacemaker/pcmk_sched_bundle.c         || (pe__const_top_resource(orig_rsc, false) != bundled_rsc)) {
bundled_rsc       663 lib/pacemaker/pcmk_sched_bundle.c     if (orig_rsc == bundled_rsc) {