bundled_resource  118 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundled_resource = NULL;
bundled_resource  141 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource = pe__bundled_resource(rsc);
bundled_resource  142 lib/pacemaker/pcmk_sched_bundle.c     if (bundled_resource != NULL) {
bundled_resource  146 lib/pacemaker/pcmk_sched_bundle.c         g_hash_table_iter_init(&iter, bundled_resource->priv->allowed_nodes);
bundled_resource  154 lib/pacemaker/pcmk_sched_bundle.c         bundled_resource->priv->cmds->assign(bundled_resource, prefer,
bundled_resource  197 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundled_resource = NULL;
bundled_resource  207 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource = pe__bundled_resource(rsc);
bundled_resource  208 lib/pacemaker/pcmk_sched_bundle.c     if (bundled_resource != NULL) {
bundled_resource  209 lib/pacemaker/pcmk_sched_bundle.c         bundled_resource->priv->cmds->create_actions(bundled_resource);
bundled_resource  211 lib/pacemaker/pcmk_sched_bundle.c         if (pcmk_is_set(bundled_resource->flags, pcmk__rsc_promotable)) {
bundled_resource  304 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundled_resource = NULL;
bundled_resource  310 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource = pe__bundled_resource(rsc);
bundled_resource  311 lib/pacemaker/pcmk_sched_bundle.c     if (bundled_resource == NULL) {
bundled_resource  316 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(rsc, PCMK_ACTION_START, bundled_resource,
bundled_resource  321 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(bundled_resource, PCMK_ACTION_RUNNING,
bundled_resource  326 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(rsc, PCMK_ACTION_STOP, bundled_resource,
bundled_resource  331 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(bundled_resource, PCMK_ACTION_STOPPED,
bundled_resource  335 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource->priv->cmds->internal_constraints(bundled_resource);
bundled_resource  337 lib/pacemaker/pcmk_sched_bundle.c     if (!pcmk_is_set(bundled_resource->flags, pcmk__rsc_promotable)) {
bundled_resource  343 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(rsc, PCMK_ACTION_DEMOTE, bundled_resource,
bundled_resource  348 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(bundled_resource, PCMK_ACTION_DEMOTED,
bundled_resource  354 lib/pacemaker/pcmk_sched_bundle.c                                  bundled_resource, PCMK_ACTION_PROMOTE,
bundled_resource  358 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(bundled_resource, PCMK_ACTION_PROMOTED,
bundled_resource  710 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundled_resource = NULL;
bundled_resource  714 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource = pe__bundled_resource(action->rsc);
bundled_resource  715 lib/pacemaker/pcmk_sched_bundle.c     if (bundled_resource != NULL) {
bundled_resource  716 lib/pacemaker/pcmk_sched_bundle.c         GList *children = bundled_resource->priv->children;
bundled_resource  719 lib/pacemaker/pcmk_sched_bundle.c         switch (get_complex_task(bundled_resource, action->task)) {
bundled_resource  771 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundled_resource = NULL;
bundled_resource  778 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource = pe__bundled_resource(rsc);
bundled_resource  779 lib/pacemaker/pcmk_sched_bundle.c     if ((bundled_resource != NULL)
bundled_resource  783 lib/pacemaker/pcmk_sched_bundle.c         bundled_resource->priv->cmds->apply_location(bundled_resource,
bundled_resource  785 lib/pacemaker/pcmk_sched_bundle.c         bundled_resource->priv->location_constraints =
bundled_resource  786 lib/pacemaker/pcmk_sched_bundle.c             g_list_prepend(bundled_resource->priv->location_constraints,
bundled_resource  867 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundled_resource = NULL;
bundled_resource  871 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource = pe__bundled_resource(rsc);
bundled_resource  872 lib/pacemaker/pcmk_sched_bundle.c     if (bundled_resource != NULL) {
bundled_resource  873 lib/pacemaker/pcmk_sched_bundle.c         bundled_resource->priv->cmds->add_actions_to_graph(bundled_resource);