bundled_rsc       607 lib/pacemaker/pcmk_sched_bundle.c     const pcmk_resource_t *bundled_rsc = NULL;
bundled_rsc       623 lib/pacemaker/pcmk_sched_bundle.c     bundled_rsc = pe__bundled_resource(rsc);
bundled_rsc       624 lib/pacemaker/pcmk_sched_bundle.c     if ((bundled_rsc == NULL)
bundled_rsc       625 lib/pacemaker/pcmk_sched_bundle.c         || !pcmk_is_set(bundled_rsc->flags, pcmk__rsc_promotable)
bundled_rsc       626 lib/pacemaker/pcmk_sched_bundle.c         || (pe__const_top_resource(orig_rsc, false) != bundled_rsc)) {
bundled_rsc       630 lib/pacemaker/pcmk_sched_bundle.c     if (orig_rsc == bundled_rsc) {
bundled_rsc       654 lib/pacemaker/pcmk_sched_bundle.c     const pcmk_resource_t *bundled_rsc = NULL;
bundled_rsc       670 lib/pacemaker/pcmk_sched_bundle.c     bundled_rsc = pe__bundled_resource(rsc);
bundled_rsc       671 lib/pacemaker/pcmk_sched_bundle.c     if ((bundled_rsc == NULL)
bundled_rsc       672 lib/pacemaker/pcmk_sched_bundle.c         || !pcmk_is_set(bundled_rsc->flags, pcmk__rsc_promotable)
bundled_rsc       673 lib/pacemaker/pcmk_sched_bundle.c         || (pe__const_top_resource(orig_rsc, false) != bundled_rsc)) {
bundled_rsc       677 lib/pacemaker/pcmk_sched_bundle.c     if (orig_rsc == bundled_rsc) {