hosts 93 include/crm/fencing/internal.h GList *stonith__parse_targets(const char *hosts); hosts 96 lib/pengine/pe_output.c const char *hosts = g_hash_table_lookup(params, "host_list"); hosts 100 lib/pengine/pe_output.c if (hosts) { hosts 101 lib/pengine/pe_output.c char **host_list = g_strsplit(hosts, " ", 0); hosts 701 tools/crm_resource_print.c GList *hosts = NULL; hosts 705 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 707 tools/crm_resource_print.c if (hosts == NULL) { hosts 714 tools/crm_resource_print.c g_list_free(hosts); hosts 715 tools/crm_resource_print.c hosts = NULL; hosts 755 tools/crm_resource_print.c GList *hosts = NULL; hosts 757 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 759 tools/crm_resource_print.c rsc->id, (hosts? "" : "not ")); hosts 761 tools/crm_resource_print.c g_list_free(hosts); hosts 784 tools/crm_resource_print.c GList *hosts = NULL; hosts 792 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 793 tools/crm_resource_print.c running = pcmk__btoa(hosts != NULL); hosts 802 tools/crm_resource_print.c g_list_free(hosts); hosts 803 tools/crm_resource_print.c hosts = NULL; hosts 856 tools/crm_resource_print.c GList *hosts = NULL; hosts 858 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 859 tools/crm_resource_print.c crm_xml_add(xml_node, PCMK_XA_RUNNING, pcmk__btoa(hosts != NULL)); hosts 861 tools/crm_resource_print.c g_list_free(hosts); hosts 1202 tools/crm_resource_runtime.c GList *hosts = NULL; hosts 1208 tools/crm_resource_runtime.c rsc->fns->location(rsc, &hosts, TRUE); hosts 1209 tools/crm_resource_runtime.c for (hIter = hosts; host != NULL && hIter != NULL; hIter = hIter->next) { hosts 1222 tools/crm_resource_runtime.c } else if(host == NULL && hosts == NULL) { hosts 1228 tools/crm_resource_runtime.c g_list_free(hosts);