hosts 93 include/crm/fencing/internal.h GList *stonith__parse_targets(const char *hosts); hosts 92 lib/pengine/pe_output.c const char *hosts = g_hash_table_lookup(params, "host_list"); hosts 96 lib/pengine/pe_output.c if (hosts) { hosts 97 lib/pengine/pe_output.c char **host_list = g_strsplit(hosts, " ", 0); hosts 605 tools/crm_resource_print.c GList *hosts = NULL; hosts 609 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 611 tools/crm_resource_print.c if (hosts == NULL) { hosts 618 tools/crm_resource_print.c g_list_free(hosts); hosts 619 tools/crm_resource_print.c hosts = NULL; hosts 659 tools/crm_resource_print.c GList *hosts = NULL; hosts 661 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 663 tools/crm_resource_print.c rsc->id, (hosts? "" : "not ")); hosts 665 tools/crm_resource_print.c g_list_free(hosts); hosts 687 tools/crm_resource_print.c GList *hosts = NULL; hosts 694 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 698 tools/crm_resource_print.c "running", pcmk__btoa(hosts != NULL), hosts 703 tools/crm_resource_print.c g_list_free(hosts); hosts 704 tools/crm_resource_print.c hosts = NULL; hosts 757 tools/crm_resource_print.c GList *hosts = NULL; hosts 759 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 760 tools/crm_resource_print.c crm_xml_add(xml_node, "running", pcmk__btoa(hosts != NULL)); hosts 762 tools/crm_resource_print.c g_list_free(hosts); hosts 1089 tools/crm_resource_runtime.c GList *hosts = NULL; hosts 1095 tools/crm_resource_runtime.c rsc->fns->location(rsc, &hosts, TRUE); hosts 1096 tools/crm_resource_runtime.c for (hIter = hosts; host != NULL && hIter != NULL; hIter = hIter->next) { hosts 1109 tools/crm_resource_runtime.c } else if(host == NULL && hosts == NULL) { hosts 1115 tools/crm_resource_runtime.c g_list_free(hosts);