hosts 84 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 602 tools/crm_resource_print.c GList *hosts = NULL; hosts 606 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 608 tools/crm_resource_print.c if (hosts == NULL) { hosts 615 tools/crm_resource_print.c g_list_free(hosts); hosts 616 tools/crm_resource_print.c hosts = NULL; hosts 656 tools/crm_resource_print.c GList *hosts = NULL; hosts 658 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 660 tools/crm_resource_print.c rsc->id, (hosts? "" : "not ")); hosts 662 tools/crm_resource_print.c g_list_free(hosts); hosts 685 tools/crm_resource_print.c GList *hosts = NULL; hosts 692 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 696 tools/crm_resource_print.c "running", pcmk__btoa(hosts != NULL), hosts 701 tools/crm_resource_print.c g_list_free(hosts); hosts 702 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 758 tools/crm_resource_print.c crm_xml_add(xml_node, "running", pcmk__btoa(hosts != NULL)); hosts 760 tools/crm_resource_print.c g_list_free(hosts); hosts 972 tools/crm_resource_runtime.c GList *hosts = NULL; hosts 978 tools/crm_resource_runtime.c rsc->fns->location(rsc, &hosts, TRUE); hosts 979 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);