rsc_location      359 include/crm/pengine/pe_types.h     GList *rsc_location;      // List of pe__location_t*
rsc_location       33 include/pcmki/pcmki_sched_allocate.h     void (*rsc_location) (pe_resource_t *, pe__location_t *);
rsc_location       73 lib/pacemaker/pcmk_output.c     GList *list = rsc->rsc_location;
rsc_location      506 lib/pacemaker/pcmk_output.c     GList *list = rsc->rsc_location;
rsc_location      602 lib/pacemaker/pcmk_sched_allocate.c         cons->rsc_lh->cmds->rsc_location(cons->rsc_lh, cons);
rsc_location      888 lib/pacemaker/pcmk_sched_bundle.c             replica->container->cmds->rsc_location(replica->container,
rsc_location      892 lib/pacemaker/pcmk_sched_bundle.c             replica->ip->cmds->rsc_location(replica->ip, constraint);
rsc_location      899 lib/pacemaker/pcmk_sched_bundle.c         bundle_data->child->cmds->rsc_location(bundle_data->child, constraint);
rsc_location      900 lib/pacemaker/pcmk_sched_bundle.c         bundle_data->child->rsc_location = g_list_prepend(bundle_data->child->rsc_location,
rsc_location     1323 lib/pacemaker/pcmk_sched_clone.c         child_rsc->cmds->rsc_location(child_rsc, constraint);
rsc_location      513 lib/pacemaker/pcmk_sched_group.c         child_rsc->cmds->rsc_location(child_rsc, constraint);
rsc_location      733 lib/pacemaker/pcmk_sched_promotable.c         apply_promoted_location(child_rsc, child_rsc->rsc_location, chosen);
rsc_location      734 lib/pacemaker/pcmk_sched_promotable.c         apply_promoted_location(child_rsc, rsc->rsc_location, chosen);
rsc_location       58 lib/pacemaker/pcmk_sched_utils.c         rsc->rsc_location = g_list_prepend(rsc->rsc_location, new_con);
rsc_location      973 lib/pengine/complex.c     g_list_free(rsc->rsc_location);