location           50 include/crm/pengine/complex.h     node_t *(*location) (resource_t *, GListPtr *, gboolean);
location           68 lib/common/schemas.c     char *location;
location          211 lib/common/schemas.c            const char *name, const char *location, const char *transform,
location          233 lib/common/schemas.c         known_schemas[last].location = crm_strdup_printf("%s.rng",
location          237 lib/common/schemas.c         CRM_ASSERT(location);
location          240 lib/common/schemas.c         known_schemas[last].location = strdup(location);
location          253 lib/common/schemas.c                   last, known_schemas[last].name, known_schemas[last].location);
location          257 lib/common/schemas.c                   last, known_schemas[last].name, known_schemas[last].location,
location          263 lib/common/schemas.c                   last, known_schemas[last].name, known_schemas[last].location,
location          542 lib/common/schemas.c         free(known_schemas[lpc].location);
location          567 lib/common/schemas.c                            known_schemas[method].location);
location          994 lib/lrmd/lrmd_client.c set_key(gnutls_datum_t * key, const char *location)
location         1004 lib/lrmd/lrmd_client.c     if (location == NULL) {
location         1027 lib/lrmd/lrmd_client.c     stream = fopen(location, "r");
location          460 lib/pengine/clone.c             node_t *location = child_rsc->fns->location(child_rsc, NULL, TRUE);
location          462 lib/pengine/clone.c             if (location) {
location          465 lib/pengine/clone.c                 if (location->details->online == FALSE && location->details->unclean) {
location          470 lib/pengine/clone.c                     master_list = g_list_append(master_list, location);
location          474 lib/pengine/clone.c                     started_list = g_list_append(started_list, location);
location          774 lib/pengine/native.c             child->fns->location(child, &result, current);
location         1707 lib/pengine/unpack.c         child->fns->location(child, &locations, TRUE);
location         1750 lib/pengine/unpack.c             child->fns->location(child, &locations, TRUE);
location          424 pengine/clone.c         return rsc->fns->location(rsc, NULL, FALSE);
location          960 pengine/clone.c         node = child_rsc->fns->location(child_rsc, NULL, current);
location          989 pengine/clone.c     local_node = local_child->fns->location(local_child, NULL, current);
location         1081 pengine/clone.c             node_t *chosen = child_rsc->fns->location(child_rsc, NULL, FALSE);
location         1389 pengine/clone.c             local_node = child_rsc->fns->location(child_rsc, NULL, FALSE);
location          733 pengine/constraints.c     rsc_to_node_t *location = NULL;
location          756 pengine/constraints.c         location = rsc2node_new(id, rsc_lh, score_i, discovery, match, data_set);
location          780 pengine/constraints.c     if (location && role) {
location          792 pengine/constraints.c                     location->role_filter = RSC_ROLE_UNKNOWN;
location          795 pengine/constraints.c                     location->role_filter = r;
location          883 pengine/constraints.c unpack_location_set(xmlNode * location, xmlNode * set, pe_working_set_t * data_set)
location          908 pengine/constraints.c             unpack_rsc_location(location, resource, role, local_score, data_set, NULL);
location          377 pengine/container.c     active_node_lh = rsc_lh->fns->location(rsc_lh, NULL, current);
location          487 pengine/container.c             node_t *chosen = tuple->docker->fns->location(tuple->docker, NULL, FALSE);
location          567 pengine/graph.c             first_node = first->rsc->fns->location(first->rsc, NULL, FALSE);
location          574 pengine/graph.c             then_node = then->rsc->fns->location(then->rsc, NULL, FALSE);
location          190 pengine/master.c     node = rsc->fns->location(rsc, NULL, FALSE);
location          302 pengine/master.c         chosen = child->fns->location(child, NULL, FALSE);
location          377 pengine/master.c         chosen = child->fns->location(child, NULL, FALSE);
location          616 pengine/master.c         rsc->fns->location(rsc, &allocated, FALSE);
location          703 pengine/master.c         chosen = child_rsc->fns->location(child_rsc, &list, FALSE);
location          767 pengine/master.c         chosen = child_rsc->fns->location(child_rsc, NULL, FALSE);
location         1022 pengine/master.c             node_t *chosen = child_rsc->fns->location(child_rsc, NULL, FALSE);
location         2010 tools/crm_mon.c static void print_ban(FILE *stream, node_t *node, rsc_to_node_t *location)
location         2019 tools/crm_mon.c                      location->id, location->rsc_lh->id,
location         2020 tools/crm_mon.c                      ((location->role_filter == RSC_ROLE_MASTER)? "as Master " : ""),
location         2028 tools/crm_mon.c                      location->id, location->rsc_lh->id,
location         2029 tools/crm_mon.c                      ((location->role_filter == RSC_ROLE_MASTER)? "as Master " : ""),
location         2036 tools/crm_mon.c                     location->id, location->rsc_lh->id, node->details->uname, node->weight,
location         2037 tools/crm_mon.c                     ((location->role_filter == RSC_ROLE_MASTER)? "true" : "false"));
location         2079 tools/crm_mon.c         rsc_to_node_t *location = (rsc_to_node_t *) gIter->data;
location         2080 tools/crm_mon.c         if (!g_str_has_prefix(location->id, print_neg_location_prefix))
location         2082 tools/crm_mon.c         for (gIter2 = location->node_list_rh; gIter2 != NULL; gIter2 = gIter2->next) {
location         2086 tools/crm_mon.c                 print_ban(stream, node, location);
location           66 tools/crm_resource_ban.c     xmlNode *location = NULL;
location           85 tools/crm_resource_ban.c     location = create_xml_node(fragment, XML_CONS_TAG_RSC_LOCATION);
location           86 tools/crm_resource_ban.c     crm_xml_set_id(location, "cli-ban-%s-on-%s", rsc_id, host);
location           91 tools/crm_resource_ban.c                 " on %s.", ID(location), rsc_id, host);
location          101 tools/crm_resource_ban.c     crm_xml_add(location, XML_LOC_ATTR_SOURCE, rsc_id);
location          103 tools/crm_resource_ban.c         crm_xml_add(location, XML_RULE_ATTR_ROLE, RSC_ROLE_MASTER_S);
location          105 tools/crm_resource_ban.c         crm_xml_add(location, XML_RULE_ATTR_ROLE, RSC_ROLE_STARTED_S);
location          110 tools/crm_resource_ban.c         crm_xml_add(location, XML_CIB_TAG_NODE, host);
location          111 tools/crm_resource_ban.c         crm_xml_add(location, XML_RULE_ATTR_SCORE, MINUS_INFINITY_S);
location          114 tools/crm_resource_ban.c         xmlNode *rule = create_xml_node(location, XML_TAG_RULE);
location          147 tools/crm_resource_ban.c     xmlNode *location = NULL;
location          161 tools/crm_resource_ban.c     location = create_xml_node(fragment, XML_CONS_TAG_RSC_LOCATION);
location          162 tools/crm_resource_ban.c     crm_xml_set_id(location, "cli-prefer-%s", rsc_id);
location          164 tools/crm_resource_ban.c     crm_xml_add(location, XML_LOC_ATTR_SOURCE, rsc_id);
location          166 tools/crm_resource_ban.c         crm_xml_add(location, XML_RULE_ATTR_ROLE, RSC_ROLE_MASTER_S);
location          168 tools/crm_resource_ban.c         crm_xml_add(location, XML_RULE_ATTR_ROLE, RSC_ROLE_STARTED_S);
location          173 tools/crm_resource_ban.c         crm_xml_add(location, XML_CIB_TAG_NODE, host);
location          174 tools/crm_resource_ban.c         crm_xml_add(location, XML_RULE_ATTR_SCORE, INFINITY_S);
location          177 tools/crm_resource_ban.c         xmlNode *rule = create_xml_node(location, XML_TAG_RULE);
location          209 tools/crm_resource_ban.c     xmlNode *location = NULL;
location          218 tools/crm_resource_ban.c         location = create_xml_node(fragment, XML_CONS_TAG_RSC_LOCATION);
location          219 tools/crm_resource_ban.c         crm_xml_set_id(location, "cli-ban-%s-on-%s", rsc_id, host);
location          226 tools/crm_resource_ban.c             location = create_xml_node(fragment, XML_CONS_TAG_RSC_LOCATION);
location          227 tools/crm_resource_ban.c             crm_xml_set_id(location, "cli-ban-%s-on-%s",
location          232 tools/crm_resource_ban.c     location = create_xml_node(fragment, XML_CONS_TAG_RSC_LOCATION);
location          233 tools/crm_resource_ban.c     crm_xml_set_id(location, "cli-prefer-%s", rsc_id);
location          235 tools/crm_resource_ban.c         crm_xml_add(location, XML_CIB_TAG_NODE, host);
location          788 tools/crm_resource_runtime.c     rsc->fns->location(rsc, &hosts, TRUE);
location         1730 tools/crm_resource_runtime.c         rsc->fns->location(rsc, &hosts, TRUE);
location         1790 tools/crm_resource_runtime.c     rsc->fns->location(rsc, &hosts, TRUE);