hosts 93 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 616 tools/crm_resource_print.c GList *hosts = NULL; hosts 620 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 622 tools/crm_resource_print.c if (hosts == NULL) { hosts 629 tools/crm_resource_print.c g_list_free(hosts); hosts 630 tools/crm_resource_print.c hosts = NULL; hosts 670 tools/crm_resource_print.c GList *hosts = NULL; hosts 672 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 674 tools/crm_resource_print.c rsc->id, (hosts? "" : "not ")); hosts 676 tools/crm_resource_print.c g_list_free(hosts); hosts 698 tools/crm_resource_print.c GList *hosts = NULL; hosts 705 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 709 tools/crm_resource_print.c "running", pcmk__btoa(hosts != NULL), hosts 714 tools/crm_resource_print.c g_list_free(hosts); hosts 715 tools/crm_resource_print.c hosts = NULL; hosts 768 tools/crm_resource_print.c GList *hosts = NULL; hosts 770 tools/crm_resource_print.c rsc->fns->location(rsc, &hosts, TRUE); hosts 771 tools/crm_resource_print.c crm_xml_add(xml_node, "running", pcmk__btoa(hosts != NULL)); hosts 773 tools/crm_resource_print.c g_list_free(hosts); hosts 1030 tools/crm_resource_runtime.c GList *hosts = NULL; hosts 1036 tools/crm_resource_runtime.c rsc->fns->location(rsc, &hosts, TRUE); hosts 1037 tools/crm_resource_runtime.c for (hIter = hosts; host != NULL && hIter != NULL; hIter = hIter->next) { hosts 1050 tools/crm_resource_runtime.c } else if(host == NULL && hosts == NULL) { hosts 1056 tools/crm_resource_runtime.c g_list_free(hosts);