hosts 88 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 606 tools/crm_resource_print.c GList *hosts = NULL; hosts 610 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 612 tools/crm_resource_print.c if (hosts == NULL) { hosts 619 tools/crm_resource_print.c g_list_free(hosts); hosts 620 tools/crm_resource_print.c hosts = NULL; hosts 660 tools/crm_resource_print.c GList *hosts = NULL; hosts 662 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 664 tools/crm_resource_print.c rsc->id, (hosts? "" : "not ")); hosts 666 tools/crm_resource_print.c g_list_free(hosts); hosts 689 tools/crm_resource_print.c GList *hosts = NULL; hosts 696 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 700 tools/crm_resource_print.c "running", pcmk__btoa(hosts != NULL), hosts 705 tools/crm_resource_print.c g_list_free(hosts); hosts 706 tools/crm_resource_print.c hosts = NULL; hosts 759 tools/crm_resource_print.c GList *hosts = NULL; hosts 761 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 762 tools/crm_resource_print.c crm_xml_add(xml_node, "running", pcmk__btoa(hosts != NULL)); hosts 764 tools/crm_resource_print.c g_list_free(hosts); hosts 975 tools/crm_resource_runtime.c GList *hosts = NULL; hosts 981 tools/crm_resource_runtime.c rsc->fns->location(rsc, &hosts, TRUE); hosts 982 tools/crm_resource_runtime.c for (hIter = hosts; host != NULL && hIter != NULL; hIter = hIter->next) { hosts 995 tools/crm_resource_runtime.c } else if(host == NULL && hosts == NULL) { hosts 1001 tools/crm_resource_runtime.c g_list_free(hosts);