probe_data        926 lib/pacemaker/pcmk_sched_bundle.c     struct probe_data *probe_data = user_data;
probe_data        927 lib/pacemaker/pcmk_sched_bundle.c     pcmk_resource_t *bundle = probe_data->bundle;
probe_data        936 lib/pacemaker/pcmk_sched_bundle.c                                                  probe_data->node)) {
probe_data        937 lib/pacemaker/pcmk_sched_bundle.c         probe_data->any_created = true;
probe_data        940 lib/pacemaker/pcmk_sched_bundle.c         && pcmk__same_node(probe_data->node, replica->node)
probe_data        942 lib/pacemaker/pcmk_sched_bundle.c                                                     probe_data->node)) {
probe_data        943 lib/pacemaker/pcmk_sched_bundle.c         probe_data->any_created = true;
probe_data        946 lib/pacemaker/pcmk_sched_bundle.c                                                      probe_data->node)) {
probe_data        947 lib/pacemaker/pcmk_sched_bundle.c         probe_data->any_created = true;
probe_data        968 lib/pacemaker/pcmk_sched_bundle.c                                                      probe_data->node)) {
probe_data        978 lib/pacemaker/pcmk_sched_bundle.c                                   NULL, probe_data->node);
probe_data        981 lib/pacemaker/pcmk_sched_bundle.c             probe_data->any_created = true;
probe_data        984 lib/pacemaker/pcmk_sched_bundle.c                             pcmk__node_name(probe_data->node));
probe_data       1009 lib/pacemaker/pcmk_sched_bundle.c     struct probe_data probe_data = { rsc, node, false };
probe_data       1012 lib/pacemaker/pcmk_sched_bundle.c     pe__foreach_bundle_replica(rsc, create_replica_probes, &probe_data);
probe_data       1013 lib/pacemaker/pcmk_sched_bundle.c     return probe_data.any_created;