rsc_location      358 include/crm/pengine/pe_types.h     GList *rsc_location;      // List of pe__location_t*
rsc_location       53 include/pcmki/pcmki_sched_allocate.h     void (*rsc_location) (pe_resource_t *, pe__location_t *);
rsc_location       75 lib/pacemaker/pcmk_output.c     GList *list = rsc->rsc_location;
rsc_location      514 lib/pacemaker/pcmk_output.c     GList *list = rsc->rsc_location;
rsc_location      876 lib/pacemaker/pcmk_sched_bundle.c             replica->container->cmds->rsc_location(replica->container,
rsc_location      880 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->rsc_location(replica->ip, constraint);
rsc_location      887 lib/pacemaker/pcmk_sched_bundle.c         bundle_data->child->cmds->rsc_location(bundle_data->child, constraint);
rsc_location      888 lib/pacemaker/pcmk_sched_bundle.c         bundle_data->child->rsc_location = g_list_prepend(bundle_data->child->rsc_location,
rsc_location     1319 lib/pacemaker/pcmk_sched_clone.c         child_rsc->cmds->rsc_location(child_rsc, constraint);
rsc_location      538 lib/pacemaker/pcmk_sched_group.c         child_rsc->cmds->rsc_location(child_rsc, constraint);
rsc_location      585 lib/pacemaker/pcmk_sched_location.c         rsc->rsc_location = g_list_prepend(rsc->rsc_location, new_con);
rsc_location      604 lib/pacemaker/pcmk_sched_location.c         location->rsc_lh->cmds->rsc_location(location->rsc_lh, location);
rsc_location      737 lib/pacemaker/pcmk_sched_promotable.c         apply_promoted_location(child_rsc, child_rsc->rsc_location, chosen);
rsc_location      738 lib/pacemaker/pcmk_sched_promotable.c         apply_promoted_location(child_rsc, rsc->rsc_location, chosen);
rsc_location      973 lib/pengine/complex.c     g_list_free(rsc->rsc_location);