bundle            529 include/crm/pengine/internal.h GList *pe__bundle_containers(const pcmk_resource_t *bundle);
bundle            532 include/crm/pengine/internal.h bool pe__node_is_bundle_instance(const pcmk_resource_t *bundle,
bundle            536 include/crm/pengine/internal.h pcmk_resource_t *pe__first_container(const pcmk_resource_t *bundle);
bundle            537 include/crm/pengine/internal.h void pe__foreach_bundle_replica(pcmk_resource_t *bundle,
bundle            540 include/crm/pengine/internal.h void pe__foreach_const_bundle_replica(const pcmk_resource_t *bundle,
bundle            544 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         pe_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         pe_rsc_trace(bundle, "Assigning bundle %s connection %s",
bundle             64 lib/pacemaker/pcmk_sched_bundle.c                      bundle->id, replica->remote->id);
bundle             82 lib/pacemaker/pcmk_sched_bundle.c         pe_rsc_trace(bundle, "Assigning bundle %s replica child %s",
bundle             83 lib/pacemaker/pcmk_sched_bundle.c                      bundle->id, replica->child->id);
bundle            232 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundle = user_data;
bundle            237 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_starts(bundle, replica->container,
bundle            243 lib/pacemaker/pcmk_sched_bundle.c         pcmk__order_stops(bundle, replica->child,
bundle            246 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_stops(bundle, replica->container,
bundle            250 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(replica->container, PCMK_ACTION_START, bundle,
bundle            255 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(replica->container, PCMK_ACTION_STOP, bundle,
bundle            419 lib/pacemaker/pcmk_sched_bundle.c                      const pcmk_resource_t *bundle)
bundle            428 lib/pacemaker/pcmk_sched_bundle.c         pe__foreach_const_bundle_replica(bundle, match_replica_container,
bundle            443 lib/pacemaker/pcmk_sched_bundle.c         pe__foreach_const_bundle_replica(bundle, match_replica_container,
bundle            812 lib/pacemaker/pcmk_sched_bundle.c             pcmk_resource_t *bundle = user_data;
bundle            821 lib/pacemaker/pcmk_sched_bundle.c             pe_rsc_info(bundle,
bundle            823 lib/pacemaker/pcmk_sched_bundle.c                         "remote connection", bundle->id);
bundle            859 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundle;    // Bundle being probed
bundle            933 lib/pacemaker/pcmk_sched_bundle.c         if (probe_data->bundle->fns->max_per_node(probe_data->bundle) == 1) {
bundle            934 lib/pacemaker/pcmk_sched_bundle.c             pe__foreach_bundle_replica(probe_data->bundle,
bundle            954 lib/pacemaker/pcmk_sched_bundle.c             pe_rsc_trace(probe_data->bundle, "Ordering %s probe on %s",
bundle            961 lib/pacemaker/pcmk_sched_bundle.c                                probe_data->bundle->cluster);
bundle            161 lib/pengine/bundle.c pe__node_is_bundle_instance(const pcmk_resource_t *bundle,
bundle            166 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, bundle);
bundle            187 lib/pengine/bundle.c pe__first_container(const pcmk_resource_t *bundle)
bundle            192 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, bundle);
bundle            210 lib/pengine/bundle.c pe__foreach_bundle_replica(pcmk_resource_t *bundle,
bundle            216 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, bundle);
bundle            234 lib/pengine/bundle.c pe__foreach_const_bundle_replica(const pcmk_resource_t *bundle,
bundle            241 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, bundle);
bundle           1367 lib/pengine/bundle.c pe__find_bundle_replica(const pcmk_resource_t *bundle, const pcmk_node_t *node)
bundle           1370 lib/pengine/bundle.c     CRM_ASSERT(bundle && node);
bundle           1372 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, bundle);
bundle           2113 lib/pengine/bundle.c pe__bundle_containers(const pcmk_resource_t *bundle)
bundle           2118 lib/pengine/bundle.c     get_bundle_variant_data(data, bundle);