bundle            340 include/crm/pengine/internal.h GList *pe__bundle_containers(const pcmk_resource_t *bundle);
bundle            343 include/crm/pengine/internal.h bool pe__node_is_bundle_instance(const pcmk_resource_t *bundle,
bundle            347 include/crm/pengine/internal.h pcmk_resource_t *pe__first_container(const pcmk_resource_t *bundle);
bundle            348 include/crm/pengine/internal.h void pe__foreach_bundle_replica(pcmk_resource_t *bundle,
bundle            351 include/crm/pengine/internal.h void pe__foreach_const_bundle_replica(const pcmk_resource_t *bundle,
bundle            355 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             82 lib/pacemaker/pcmk_sched_bundle.c         pcmk__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            815 lib/pacemaker/pcmk_sched_bundle.c             pcmk_resource_t *bundle = user_data;
bundle            824 lib/pacemaker/pcmk_sched_bundle.c             pcmk__rsc_info(bundle,
bundle            826 lib/pacemaker/pcmk_sched_bundle.c                            "remote connection", bundle->id);
bundle            862 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundle;    // Bundle being probed
bundle            936 lib/pacemaker/pcmk_sched_bundle.c         if (probe_data->bundle->fns->max_per_node(probe_data->bundle) == 1) {
bundle            937 lib/pacemaker/pcmk_sched_bundle.c             pe__foreach_bundle_replica(probe_data->bundle,
bundle            957 lib/pacemaker/pcmk_sched_bundle.c             pcmk__rsc_trace(probe_data->bundle, "Ordering %s probe on %s",
bundle            965 lib/pacemaker/pcmk_sched_bundle.c                                probe_data->bundle->cluster);
bundle            159 lib/pengine/bundle.c pe__node_is_bundle_instance(const pcmk_resource_t *bundle,
bundle            164 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, bundle);
bundle            185 lib/pengine/bundle.c pe__first_container(const pcmk_resource_t *bundle)
bundle            190 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, bundle);
bundle            208 lib/pengine/bundle.c pe__foreach_bundle_replica(pcmk_resource_t *bundle,
bundle            214 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, bundle);
bundle            232 lib/pengine/bundle.c pe__foreach_const_bundle_replica(const pcmk_resource_t *bundle,
bundle            239 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, bundle);
bundle           1402 lib/pengine/bundle.c pe__find_bundle_replica(const pcmk_resource_t *bundle, const pcmk_node_t *node)
bundle           1405 lib/pengine/bundle.c     CRM_ASSERT(bundle && node);
bundle           1407 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, bundle);
bundle           2168 lib/pengine/bundle.c pe__bundle_containers(const pcmk_resource_t *bundle)
bundle           2173 lib/pengine/bundle.c     get_bundle_variant_data(data, bundle);