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 610 tools/crm_resource_print.c GList *hosts = NULL; hosts 614 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 616 tools/crm_resource_print.c if (hosts == NULL) { hosts 623 tools/crm_resource_print.c g_list_free(hosts); hosts 624 tools/crm_resource_print.c hosts = NULL; hosts 664 tools/crm_resource_print.c GList *hosts = NULL; hosts 666 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 668 tools/crm_resource_print.c rsc->id, (hosts? "" : "not ")); hosts 670 tools/crm_resource_print.c g_list_free(hosts); hosts 692 tools/crm_resource_print.c GList *hosts = NULL; hosts 699 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 703 tools/crm_resource_print.c "running", pcmk__btoa(hosts != NULL), hosts 708 tools/crm_resource_print.c g_list_free(hosts); hosts 709 tools/crm_resource_print.c hosts = NULL; hosts 762 tools/crm_resource_print.c GList *hosts = NULL; hosts 764 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 765 tools/crm_resource_print.c crm_xml_add(xml_node, "running", pcmk__btoa(hosts != NULL)); hosts 767 tools/crm_resource_print.c g_list_free(hosts); hosts 1101 tools/crm_resource_runtime.c GList *hosts = NULL; hosts 1107 tools/crm_resource_runtime.c rsc->fns->location(rsc, &hosts, TRUE); hosts 1108 tools/crm_resource_runtime.c for (hIter = hosts; host != NULL && hIter != NULL; hIter = hIter->next) { hosts 1121 tools/crm_resource_runtime.c } else if(host == NULL && hosts == NULL) { hosts 1127 tools/crm_resource_runtime.c g_list_free(hosts);