bundled_resource  120 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundled_resource = NULL;
bundled_resource  143 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource = pe__bundled_resource(rsc);
bundled_resource  144 lib/pacemaker/pcmk_sched_bundle.c     if (bundled_resource != NULL) {
bundled_resource  148 lib/pacemaker/pcmk_sched_bundle.c         g_hash_table_iter_init(&iter, bundled_resource->priv->allowed_nodes);
bundled_resource  156 lib/pacemaker/pcmk_sched_bundle.c         bundled_resource->priv->cmds->assign(bundled_resource, prefer,
bundled_resource  199 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundled_resource = NULL;
bundled_resource  209 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource = pe__bundled_resource(rsc);
bundled_resource  210 lib/pacemaker/pcmk_sched_bundle.c     if (bundled_resource != NULL) {
bundled_resource  211 lib/pacemaker/pcmk_sched_bundle.c         bundled_resource->priv->cmds->create_actions(bundled_resource);
bundled_resource  213 lib/pacemaker/pcmk_sched_bundle.c         if (pcmk_is_set(bundled_resource->flags, pcmk__rsc_promotable)) {
bundled_resource  306 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundled_resource = NULL;
bundled_resource  312 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource = pe__bundled_resource(rsc);
bundled_resource  313 lib/pacemaker/pcmk_sched_bundle.c     if (bundled_resource == NULL) {
bundled_resource  318 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(rsc, PCMK_ACTION_START, bundled_resource,
bundled_resource  323 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(bundled_resource, PCMK_ACTION_RUNNING,
bundled_resource  328 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(rsc, PCMK_ACTION_STOP, bundled_resource,
bundled_resource  333 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(bundled_resource, PCMK_ACTION_STOPPED,
bundled_resource  337 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource->priv->cmds->internal_constraints(bundled_resource);
bundled_resource  339 lib/pacemaker/pcmk_sched_bundle.c     if (!pcmk_is_set(bundled_resource->flags, pcmk__rsc_promotable)) {
bundled_resource  345 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(rsc, PCMK_ACTION_DEMOTE, bundled_resource,
bundled_resource  350 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(bundled_resource, PCMK_ACTION_DEMOTED,
bundled_resource  356 lib/pacemaker/pcmk_sched_bundle.c                                  bundled_resource, PCMK_ACTION_PROMOTE,
bundled_resource  360 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(bundled_resource, PCMK_ACTION_PROMOTED,
bundled_resource  712 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundled_resource = NULL;
bundled_resource  716 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource = pe__bundled_resource(action->rsc);
bundled_resource  717 lib/pacemaker/pcmk_sched_bundle.c     if (bundled_resource != NULL) {
bundled_resource  718 lib/pacemaker/pcmk_sched_bundle.c         GList *children = bundled_resource->priv->children;
bundled_resource  721 lib/pacemaker/pcmk_sched_bundle.c         switch (get_complex_task(bundled_resource, action->task)) {
bundled_resource  773 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundled_resource = NULL;
bundled_resource  780 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource = pe__bundled_resource(rsc);
bundled_resource  781 lib/pacemaker/pcmk_sched_bundle.c     if ((bundled_resource != NULL)
bundled_resource  785 lib/pacemaker/pcmk_sched_bundle.c         bundled_resource->priv->cmds->apply_location(bundled_resource,
bundled_resource  787 lib/pacemaker/pcmk_sched_bundle.c         bundled_resource->priv->location_constraints =
bundled_resource  788 lib/pacemaker/pcmk_sched_bundle.c             g_list_prepend(bundled_resource->priv->location_constraints,
bundled_resource  869 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundled_resource = NULL;
bundled_resource  873 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource = pe__bundled_resource(rsc);
bundled_resource  874 lib/pacemaker/pcmk_sched_bundle.c     if (bundled_resource != NULL) {
bundled_resource  875 lib/pacemaker/pcmk_sched_bundle.c         bundled_resource->priv->cmds->add_actions_to_graph(bundled_resource);