probe_data        904 lib/pacemaker/pcmk_sched_bundle.c     struct probe_data *probe_data = user_data;
probe_data        907 lib/pacemaker/pcmk_sched_bundle.c         && replica->ip->cmds->create_probe(replica->ip, probe_data->node)) {
probe_data        908 lib/pacemaker/pcmk_sched_bundle.c         probe_data->any_created = true;
probe_data        911 lib/pacemaker/pcmk_sched_bundle.c         && pe__same_node(probe_data->node, replica->node)
probe_data        913 lib/pacemaker/pcmk_sched_bundle.c                                               probe_data->node)) {
probe_data        914 lib/pacemaker/pcmk_sched_bundle.c         probe_data->any_created = true;
probe_data        918 lib/pacemaker/pcmk_sched_bundle.c                                                   probe_data->node)) {
probe_data        919 lib/pacemaker/pcmk_sched_bundle.c         probe_data->any_created = true;
probe_data        933 lib/pacemaker/pcmk_sched_bundle.c         if (probe_data->bundle->fns->max_per_node(probe_data->bundle) == 1) {
probe_data        934 lib/pacemaker/pcmk_sched_bundle.c             pe__foreach_bundle_replica(probe_data->bundle,
probe_data        940 lib/pacemaker/pcmk_sched_bundle.c                                                probe_data->node)) {
probe_data        949 lib/pacemaker/pcmk_sched_bundle.c                                                  probe_data->node);
probe_data        953 lib/pacemaker/pcmk_sched_bundle.c             probe_data->any_created = true;
probe_data        954 lib/pacemaker/pcmk_sched_bundle.c             pe_rsc_trace(probe_data->bundle, "Ordering %s probe on %s",
probe_data        955 lib/pacemaker/pcmk_sched_bundle.c                          replica->remote->id, pe__node_name(probe_data->node));
probe_data        961 lib/pacemaker/pcmk_sched_bundle.c                                probe_data->bundle->cluster);
probe_data        980 lib/pacemaker/pcmk_sched_bundle.c     struct probe_data probe_data = { rsc, node, false };
probe_data        983 lib/pacemaker/pcmk_sched_bundle.c     pe__foreach_bundle_replica(rsc, create_replica_probes, &probe_data);
probe_data        984 lib/pacemaker/pcmk_sched_bundle.c     return probe_data.any_created;