hosts              86 include/crm/fencing/internal.h GList *stonith__parse_targets(const char *hosts);
hosts             362 tools/crm_mon_print.c             const char *hosts = g_hash_table_lookup(rsc->parameters, "host_list");
hosts             365 tools/crm_mon_print.c             if (hosts) {
hosts             366 tools/crm_mon_print.c                 char **host_list = g_strsplit(hosts, " ", 0);
hosts             981 tools/crm_resource_runtime.c     GListPtr hosts = NULL;
hosts             987 tools/crm_resource_runtime.c     rsc->fns->location(rsc, &hosts, TRUE);
hosts             988 tools/crm_resource_runtime.c     for (hIter = hosts; host != NULL && hIter != NULL; hIter = hIter->next) {
hosts            1004 tools/crm_resource_runtime.c     } else if(host == NULL && hosts == NULL) {
hosts            1011 tools/crm_resource_runtime.c     g_list_free(hosts);
hosts            2005 tools/crm_resource_runtime.c     GListPtr hosts = NULL;
hosts            2009 tools/crm_resource_runtime.c         rsc->fns->location(rsc, &hosts, TRUE);
hosts            2011 tools/crm_resource_runtime.c         if (hosts == NULL) {
hosts            2018 tools/crm_resource_runtime.c         g_list_free(hosts);
hosts            2019 tools/crm_resource_runtime.c         hosts = NULL;
hosts            2067 tools/crm_resource_runtime.c     GListPtr hosts = NULL;
hosts            2069 tools/crm_resource_runtime.c     rsc->fns->location(rsc, &hosts, TRUE);
hosts            2070 tools/crm_resource_runtime.c     printf("Resource %s is %srunning\n", rsc->id, (hosts? "" : "not "));
hosts            2072 tools/crm_resource_runtime.c     g_list_free(hosts);