hosts 650 fencing/commands.c parse_host_list(const char *hosts) hosts 657 fencing/commands.c if (hosts == NULL) { hosts 661 fencing/commands.c max = strlen(hosts); hosts 663 fencing/commands.c if (hosts[lpc] == '\n' || hosts[lpc] == 0) { hosts 672 fencing/commands.c snprintf(line, 1 + len, "%s", hosts + last); hosts 682 fencing/commands.c crm_trace("Parsed %d entries from '%s'", g_list_length(output), hosts); hosts 1646 tools/crm_mon.c const char *hosts = g_hash_table_lookup(rsc->parameters, "host_list"); hosts 1649 tools/crm_mon.c if(hosts) { hosts 1650 tools/crm_mon.c char **host_list = g_strsplit(hosts, " ", 0); hosts 782 tools/crm_resource_runtime.c GListPtr hosts = NULL; hosts 788 tools/crm_resource_runtime.c rsc->fns->location(rsc, &hosts, TRUE); hosts 789 tools/crm_resource_runtime.c for (hIter = hosts; host != NULL && hIter != NULL; hIter = hIter->next) { hosts 805 tools/crm_resource_runtime.c } else if(host == NULL && hosts == NULL) { hosts 812 tools/crm_resource_runtime.c g_list_free(hosts); hosts 1726 tools/crm_resource_runtime.c GListPtr hosts = NULL; hosts 1730 tools/crm_resource_runtime.c rsc->fns->location(rsc, &hosts, TRUE); hosts 1732 tools/crm_resource_runtime.c if (hosts == NULL) { hosts 1739 tools/crm_resource_runtime.c g_list_free(hosts); hosts 1740 tools/crm_resource_runtime.c hosts = NULL; hosts 1788 tools/crm_resource_runtime.c GListPtr hosts = NULL; hosts 1790 tools/crm_resource_runtime.c rsc->fns->location(rsc, &hosts, TRUE); hosts 1791 tools/crm_resource_runtime.c printf("Resource %s is %srunning\n", rsc->id, (hosts? "" : "not ")); hosts 1793 tools/crm_resource_runtime.c g_list_free(hosts);