bundle            309 include/crm/pengine/internal.h GList *pe__bundle_containers(const pcmk_resource_t *bundle);
bundle            312 include/crm/pengine/internal.h bool pe__node_is_bundle_instance(const pcmk_resource_t *bundle,
bundle            316 include/crm/pengine/internal.h pcmk_resource_t *pe__first_container(const pcmk_resource_t *bundle);
bundle            317 include/crm/pengine/internal.h void pe__foreach_bundle_replica(pcmk_resource_t *bundle,
bundle            320 include/crm/pengine/internal.h void pe__foreach_const_bundle_replica(const pcmk_resource_t *bundle,
bundle            324 include/crm/pengine/internal.h pcmk_resource_t *pe__find_bundle_replica(const pcmk_resource_t *bundle,
bundle             44 lib/pacemaker/pcmk_sched_bundle.c     const pcmk_resource_t *bundle = pe__const_top_resource(replica->container,
bundle             48 lib/pacemaker/pcmk_sched_bundle.c         pcmk__rsc_trace(bundle, "Assigning bundle %s IP %s",
bundle             49 lib/pacemaker/pcmk_sched_bundle.c                         bundle->id, replica->ip->id);
bundle             65 lib/pacemaker/pcmk_sched_bundle.c         pcmk__rsc_trace(bundle, "Assigning bundle %s connection %s",
bundle             66 lib/pacemaker/pcmk_sched_bundle.c                         bundle->id, replica->remote->id);
bundle             86 lib/pacemaker/pcmk_sched_bundle.c         pcmk__rsc_trace(bundle, "Assigning bundle %s replica child %s",
bundle             87 lib/pacemaker/pcmk_sched_bundle.c                         bundle->id, replica->child->id);
bundle            239 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundle = user_data;
bundle            244 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_starts(bundle, replica->container,
bundle            250 lib/pacemaker/pcmk_sched_bundle.c         pcmk__order_stops(bundle, replica->child,
bundle            253 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_stops(bundle, replica->container,
bundle            257 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(replica->container, PCMK_ACTION_START, bundle,
bundle            262 lib/pacemaker/pcmk_sched_bundle.c     pcmk__order_resource_actions(replica->container, PCMK_ACTION_STOP, bundle,
bundle            428 lib/pacemaker/pcmk_sched_bundle.c                      const pcmk_resource_t *bundle)
bundle            438 lib/pacemaker/pcmk_sched_bundle.c         pe__foreach_const_bundle_replica(bundle, match_replica_container,
bundle            453 lib/pacemaker/pcmk_sched_bundle.c         pe__foreach_const_bundle_replica(bundle, match_replica_container,
bundle            836 lib/pacemaker/pcmk_sched_bundle.c             pcmk_resource_t *bundle = user_data;
bundle            845 lib/pacemaker/pcmk_sched_bundle.c             pcmk__rsc_info(bundle,
bundle            847 lib/pacemaker/pcmk_sched_bundle.c                            "remote connection", bundle->id);
bundle            881 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundle;    // Bundle being probed
bundle            927 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundle = probe_data->bundle;
bundle            932 lib/pacemaker/pcmk_sched_bundle.c     pcmk__assert(bundle != NULL);
bundle            961 lib/pacemaker/pcmk_sched_bundle.c         if (bundle->priv->fns->max_per_node(bundle) == 1) {
bundle            962 lib/pacemaker/pcmk_sched_bundle.c             pe__foreach_bundle_replica(bundle, order_replica_start_after,
bundle            982 lib/pacemaker/pcmk_sched_bundle.c             pcmk__rsc_trace(bundle, "Ordering %s probe on %s",
bundle            990 lib/pacemaker/pcmk_sched_bundle.c                                bundle->priv->scheduler);
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           1373 lib/pengine/bundle.c pe__find_bundle_replica(const pcmk_resource_t *bundle, const pcmk_node_t *node)
bundle           1377 lib/pengine/bundle.c     pcmk__assert((bundle != NULL) && (node != NULL));
bundle           1379 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, bundle);
bundle           1989 lib/pengine/bundle.c pe__bundle_containers(const pcmk_resource_t *bundle)
bundle           1997 lib/pengine/bundle.c     get_bundle_variant_data(data, bundle);