bundle            317 include/crm/pengine/internal.h GList *pe__bundle_containers(const pcmk_resource_t *bundle);
bundle            320 include/crm/pengine/internal.h bool pe__node_is_bundle_instance(const pcmk_resource_t *bundle,
bundle            324 include/crm/pengine/internal.h pcmk_resource_t *pe__first_container(const pcmk_resource_t *bundle);
bundle            325 include/crm/pengine/internal.h void pe__foreach_bundle_replica(pcmk_resource_t *bundle,
bundle            328 include/crm/pengine/internal.h void pe__foreach_const_bundle_replica(const pcmk_resource_t *bundle,
bundle            332 include/crm/pengine/internal.h pcmk_resource_t *pe__find_bundle_replica(const pcmk_resource_t *bundle,
bundle             42 lib/pacemaker/pcmk_sched_bundle.c     const pcmk_resource_t *bundle = pe__const_top_resource(replica->container,
bundle             46 lib/pacemaker/pcmk_sched_bundle.c         pcmk__rsc_trace(bundle, "Assigning bundle %s IP %s",
bundle             47 lib/pacemaker/pcmk_sched_bundle.c                         bundle->id, replica->ip->id);
bundle             63 lib/pacemaker/pcmk_sched_bundle.c         pcmk__rsc_trace(bundle, "Assigning bundle %s connection %s",
bundle             64 lib/pacemaker/pcmk_sched_bundle.c                         bundle->id, replica->remote->id);
bundle             84 lib/pacemaker/pcmk_sched_bundle.c         pcmk__rsc_trace(bundle, "Assigning bundle %s replica child %s",
bundle             85 lib/pacemaker/pcmk_sched_bundle.c                         bundle->id, replica->child->id);
bundle            237 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundle = user_data;
bundle            242 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_starts(bundle, replica->container,
bundle            248 lib/pacemaker/pcmk_sched_bundle.c         pcmk__order_stops(bundle, replica->child,
bundle            251 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_stops(bundle, replica->container,
bundle            255 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(replica->container, PCMK_ACTION_START, bundle,
bundle            260 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(replica->container, PCMK_ACTION_STOP, bundle,
bundle            426 lib/pacemaker/pcmk_sched_bundle.c                      const pcmk_resource_t *bundle)
bundle            436 lib/pacemaker/pcmk_sched_bundle.c         pe__foreach_const_bundle_replica(bundle, match_replica_container,
bundle            451 lib/pacemaker/pcmk_sched_bundle.c         pe__foreach_const_bundle_replica(bundle, match_replica_container,
bundle            834 lib/pacemaker/pcmk_sched_bundle.c             pcmk_resource_t *bundle = user_data;
bundle            843 lib/pacemaker/pcmk_sched_bundle.c             pcmk__rsc_info(bundle,
bundle            845 lib/pacemaker/pcmk_sched_bundle.c                            "remote connection", bundle->id);
bundle            879 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundle;    // Bundle being probed
bundle            925 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundle = probe_data->bundle;
bundle            954 lib/pacemaker/pcmk_sched_bundle.c         if (bundle->priv->fns->max_per_node(bundle) == 1) {
bundle            955 lib/pacemaker/pcmk_sched_bundle.c             pe__foreach_bundle_replica(bundle, order_replica_start_after,
bundle            975 lib/pacemaker/pcmk_sched_bundle.c             pcmk__rsc_trace(bundle, "Ordering %s probe on %s",
bundle            983 lib/pacemaker/pcmk_sched_bundle.c                                bundle->priv->scheduler);
bundle            158 lib/pengine/bundle.c pe__node_is_bundle_instance(const pcmk_resource_t *bundle,
bundle            163 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, bundle);
bundle            184 lib/pengine/bundle.c pe__first_container(const pcmk_resource_t *bundle)
bundle            189 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, bundle);
bundle            207 lib/pengine/bundle.c pe__foreach_bundle_replica(pcmk_resource_t *bundle,
bundle            213 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, bundle);
bundle            231 lib/pengine/bundle.c pe__foreach_const_bundle_replica(const pcmk_resource_t *bundle,
bundle            238 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, bundle);
bundle           1369 lib/pengine/bundle.c pe__find_bundle_replica(const pcmk_resource_t *bundle, const pcmk_node_t *node)
bundle           1373 lib/pengine/bundle.c     pcmk__assert((bundle != NULL) && (node != NULL));
bundle           1375 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, bundle);
bundle           1985 lib/pengine/bundle.c pe__bundle_containers(const pcmk_resource_t *bundle)
bundle           1990 lib/pengine/bundle.c     get_bundle_variant_data(data, bundle);