hosts              86 include/crm/fencing/internal.h GList *stonith__parse_targets(const char *hosts);
hosts              79 lib/pengine/pe_output.c             const char *hosts = g_hash_table_lookup(params, "host_list");
hosts              83 lib/pengine/pe_output.c             if (hosts) {
hosts              84 lib/pengine/pe_output.c                 char **host_list = g_strsplit(hosts, " ", 0);
hosts             366 tools/crm_resource_print.c         GList *hosts = NULL;
hosts             370 tools/crm_resource_print.c             rsc->fns->location(rsc, &hosts, TRUE);
hosts             372 tools/crm_resource_print.c             if (hosts == NULL) {
hosts             379 tools/crm_resource_print.c             g_list_free(hosts);
hosts             380 tools/crm_resource_print.c             hosts = NULL;
hosts             420 tools/crm_resource_print.c         GList *hosts = NULL;
hosts             422 tools/crm_resource_print.c         rsc->fns->location(rsc, &hosts, TRUE);
hosts             424 tools/crm_resource_print.c                        rsc->id, (hosts? "" : "not "));
hosts             426 tools/crm_resource_print.c         g_list_free(hosts);
hosts             449 tools/crm_resource_print.c         GList *hosts = NULL;
hosts             456 tools/crm_resource_print.c             rsc->fns->location(rsc, &hosts, TRUE);
hosts             460 tools/crm_resource_print.c                                            "running", pcmk__btoa(hosts != NULL),
hosts             465 tools/crm_resource_print.c             g_list_free(hosts);
hosts             466 tools/crm_resource_print.c             hosts = NULL;
hosts             519 tools/crm_resource_print.c         GList *hosts = NULL;
hosts             521 tools/crm_resource_print.c         rsc->fns->location(rsc, &hosts, TRUE);
hosts             522 tools/crm_resource_print.c         crm_xml_add(xml_node, "running", pcmk__btoa(hosts != NULL));
hosts             524 tools/crm_resource_print.c         g_list_free(hosts);
hosts             970 tools/crm_resource_runtime.c     GList *hosts = NULL;
hosts             976 tools/crm_resource_runtime.c     rsc->fns->location(rsc, &hosts, TRUE);
hosts             977 tools/crm_resource_runtime.c     for (hIter = hosts; host != NULL && hIter != NULL; hIter = hIter->next) {
hosts             993 tools/crm_resource_runtime.c     } else if(host == NULL && hosts == NULL) {
hosts             999 tools/crm_resource_runtime.c     g_list_free(hosts);