bundled_resource  115 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundled_resource = NULL;
bundled_resource  137 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource = pe__bundled_resource(rsc);
bundled_resource  138 lib/pacemaker/pcmk_sched_bundle.c     if (bundled_resource != NULL) {
bundled_resource  142 lib/pacemaker/pcmk_sched_bundle.c         g_hash_table_iter_init(&iter, bundled_resource->allowed_nodes);
bundled_resource  150 lib/pacemaker/pcmk_sched_bundle.c         bundled_resource->cmds->assign(bundled_resource, prefer, stop_if_fail);
bundled_resource  192 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundled_resource = NULL;
bundled_resource  202 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource = pe__bundled_resource(rsc);
bundled_resource  203 lib/pacemaker/pcmk_sched_bundle.c     if (bundled_resource != NULL) {
bundled_resource  204 lib/pacemaker/pcmk_sched_bundle.c         bundled_resource->cmds->create_actions(bundled_resource);
bundled_resource  206 lib/pacemaker/pcmk_sched_bundle.c         if (pcmk_is_set(bundled_resource->flags, pcmk_rsc_promotable)) {
bundled_resource  299 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundled_resource = NULL;
bundled_resource  305 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource = pe__bundled_resource(rsc);
bundled_resource  306 lib/pacemaker/pcmk_sched_bundle.c     if (bundled_resource == NULL) {
bundled_resource  311 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(rsc, PCMK_ACTION_START, bundled_resource,
bundled_resource  316 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(bundled_resource, PCMK_ACTION_RUNNING,
bundled_resource  321 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(rsc, PCMK_ACTION_STOP, bundled_resource,
bundled_resource  326 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(bundled_resource, PCMK_ACTION_STOPPED,
bundled_resource  330 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource->cmds->internal_constraints(bundled_resource);
bundled_resource  332 lib/pacemaker/pcmk_sched_bundle.c     if (!pcmk_is_set(bundled_resource->flags, pcmk_rsc_promotable)) {
bundled_resource  338 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(rsc, PCMK_ACTION_DEMOTE, bundled_resource,
bundled_resource  343 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(bundled_resource, PCMK_ACTION_DEMOTED,
bundled_resource  349 lib/pacemaker/pcmk_sched_bundle.c                                  bundled_resource, PCMK_ACTION_PROMOTE,
bundled_resource  353 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(bundled_resource, PCMK_ACTION_PROMOTED,
bundled_resource  686 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundled_resource = NULL;
bundled_resource  691 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource = pe__bundled_resource(action->rsc);
bundled_resource  692 lib/pacemaker/pcmk_sched_bundle.c     if (bundled_resource != NULL) {
bundled_resource  694 lib/pacemaker/pcmk_sched_bundle.c         switch (get_complex_task(bundled_resource, action->task)) {
bundled_resource  703 lib/pacemaker/pcmk_sched_bundle.c                                                      bundled_resource->children,
bundled_resource  749 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundled_resource = NULL;
bundled_resource  757 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource = pe__bundled_resource(rsc);
bundled_resource  758 lib/pacemaker/pcmk_sched_bundle.c     if ((bundled_resource != NULL)
bundled_resource  761 lib/pacemaker/pcmk_sched_bundle.c         bundled_resource->cmds->apply_location(bundled_resource, location);
bundled_resource  762 lib/pacemaker/pcmk_sched_bundle.c         bundled_resource->rsc_location = g_list_prepend(
bundled_resource  763 lib/pacemaker/pcmk_sched_bundle.c             bundled_resource->rsc_location, location);
bundled_resource  847 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundled_resource = NULL;
bundled_resource  851 lib/pacemaker/pcmk_sched_bundle.c     bundled_resource = pe__bundled_resource(rsc);
bundled_resource  852 lib/pacemaker/pcmk_sched_bundle.c     if (bundled_resource != NULL) {
bundled_resource  853 lib/pacemaker/pcmk_sched_bundle.c         bundled_resource->cmds->add_actions_to_graph(bundled_resource);