probe_data        907 lib/pacemaker/pcmk_sched_bundle.c     struct probe_data *probe_data = user_data;
probe_data        910 lib/pacemaker/pcmk_sched_bundle.c         && replica->ip->cmds->create_probe(replica->ip, probe_data->node)) {
probe_data        911 lib/pacemaker/pcmk_sched_bundle.c         probe_data->any_created = true;
probe_data        914 lib/pacemaker/pcmk_sched_bundle.c         && pcmk__same_node(probe_data->node, replica->node)
probe_data        916 lib/pacemaker/pcmk_sched_bundle.c                                               probe_data->node)) {
probe_data        917 lib/pacemaker/pcmk_sched_bundle.c         probe_data->any_created = true;
probe_data        921 lib/pacemaker/pcmk_sched_bundle.c                                                   probe_data->node)) {
probe_data        922 lib/pacemaker/pcmk_sched_bundle.c         probe_data->any_created = true;
probe_data        936 lib/pacemaker/pcmk_sched_bundle.c         if (probe_data->bundle->fns->max_per_node(probe_data->bundle) == 1) {
probe_data        937 lib/pacemaker/pcmk_sched_bundle.c             pe__foreach_bundle_replica(probe_data->bundle,
probe_data        943 lib/pacemaker/pcmk_sched_bundle.c                                                probe_data->node)) {
probe_data        952 lib/pacemaker/pcmk_sched_bundle.c                                                  probe_data->node);
probe_data        956 lib/pacemaker/pcmk_sched_bundle.c             probe_data->any_created = true;
probe_data        957 lib/pacemaker/pcmk_sched_bundle.c             pcmk__rsc_trace(probe_data->bundle, "Ordering %s probe on %s",
probe_data        959 lib/pacemaker/pcmk_sched_bundle.c                             pcmk__node_name(probe_data->node));
probe_data        965 lib/pacemaker/pcmk_sched_bundle.c                                probe_data->bundle->cluster);
probe_data        984 lib/pacemaker/pcmk_sched_bundle.c     struct probe_data probe_data = { rsc, node, false };
probe_data        987 lib/pacemaker/pcmk_sched_bundle.c     pe__foreach_bundle_replica(rsc, create_replica_probes, &probe_data);
probe_data        988 lib/pacemaker/pcmk_sched_bundle.c     return probe_data.any_created;