hosts              86 include/crm/fencing/internal.h GList *stonith__parse_targets(const char *hosts);
hosts              80 lib/pengine/pe_output.c             const char *hosts = g_hash_table_lookup(params, "host_list");
hosts              84 lib/pengine/pe_output.c             if (hosts) {
hosts              85 lib/pengine/pe_output.c                 char **host_list = g_strsplit(hosts, " ", 0);
hosts             575 tools/crm_resource_print.c         GList *hosts = NULL;
hosts             579 tools/crm_resource_print.c             rsc->fns->location(rsc, &hosts, TRUE);
hosts             581 tools/crm_resource_print.c             if (hosts == NULL) {
hosts             588 tools/crm_resource_print.c             g_list_free(hosts);
hosts             589 tools/crm_resource_print.c             hosts = NULL;
hosts             629 tools/crm_resource_print.c         GList *hosts = NULL;
hosts             631 tools/crm_resource_print.c         rsc->fns->location(rsc, &hosts, TRUE);
hosts             633 tools/crm_resource_print.c                        rsc->id, (hosts? "" : "not "));
hosts             635 tools/crm_resource_print.c         g_list_free(hosts);
hosts             658 tools/crm_resource_print.c         GList *hosts = NULL;
hosts             665 tools/crm_resource_print.c             rsc->fns->location(rsc, &hosts, TRUE);
hosts             669 tools/crm_resource_print.c                                            "running", pcmk__btoa(hosts != NULL),
hosts             674 tools/crm_resource_print.c             g_list_free(hosts);
hosts             675 tools/crm_resource_print.c             hosts = NULL;
hosts             728 tools/crm_resource_print.c         GList *hosts = NULL;
hosts             730 tools/crm_resource_print.c         rsc->fns->location(rsc, &hosts, TRUE);
hosts             731 tools/crm_resource_print.c         crm_xml_add(xml_node, "running", pcmk__btoa(hosts != NULL));
hosts             733 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);