hostname 216 ompi/mca/common/monitoring/common_monitoring.c char hostname[OPAL_MAXHOSTNAMELEN] = "NA"; hostname 220 ompi/mca/common/monitoring/common_monitoring.c gethostname(hostname, sizeof(hostname)); hostname 222 ompi/mca/common/monitoring/common_monitoring.c "[%s:%06d] monitoring: ", hostname, getpid()); hostname 27 ompi/mca/pml/v/pml_v_output.c char hostname[OPAL_MAXHOSTNAMELEN] = "NA"; hostname 46 ompi/mca/pml/v/pml_v_output.c gethostname(hostname, sizeof(hostname)); hostname 47 ompi/mca/pml/v/pml_v_output.c opal_asprintf(&lds.lds_prefix, "[%s:%05d] pml_v: ", hostname, getpid()); hostname 27 ompi/mpiext/cr/c/migrate.c int OMPI_CR_Migrate(MPI_Comm comm, char *hostname, int rank, MPI_Info *info) hostname 61 ompi/mpiext/cr/c/migrate.c if( NULL == hostname ) { hostname 64 ompi/mpiext/cr/c/migrate.c opal_string_copy(loc_hostname, hostname, sizeof(loc_hostname)); hostname 34 ompi/mpiext/cr/c/mpiext_cr_c.h OMPI_DECLSPEC int OMPI_CR_Migrate(MPI_Comm comm, char *hostname, int rank, MPI_Info *info); hostname 191 ompi/runtime/ompi_cr.c char *hostname = NULL; hostname 211 ompi/runtime/ompi_cr.c hostname = strchr(uri, ';') + 1; hostname 212 ompi/runtime/ompi_cr.c sep = strchr(hostname, ';'); hostname 216 ompi/runtime/ompi_cr.c if (strncmp(hostname, "tcp://", 6) == 0) { hostname 217 ompi/runtime/ompi_cr.c hostname += 6; hostname 218 ompi/runtime/ompi_cr.c sep = strchr(hostname, ':'); hostname 220 ompi/runtime/ompi_cr.c MPIR_controller_hostname = strdup(hostname); hostname 124 ompi/runtime/ompi_mpi_abort.c char *host, hostname[OPAL_MAXHOSTNAMELEN]; hostname 138 ompi/runtime/ompi_mpi_abort.c gethostname(hostname, sizeof(hostname)); hostname 139 ompi/runtime/ompi_mpi_abort.c host = hostname; hostname 122 ompi/runtime/ompi_mpi_finalize.c char hostname[OPAL_MAXHOSTNAMELEN]; hostname 124 ompi/runtime/ompi_mpi_finalize.c gethostname(hostname, sizeof(hostname)); hostname 129 ompi/runtime/ompi_mpi_finalize.c true, hostname, pid); hostname 133 ompi/runtime/ompi_mpi_finalize.c true, hostname, pid); hostname 129 opal/dss/dss_types.h char *hostname; hostname 76 opal/mca/base/mca_base_open.c char hostname[OPAL_MAXHOSTNAMELEN]; hostname 162 opal/mca/base/mca_base_open.c gethostname(hostname, sizeof(hostname)); hostname 163 opal/mca/base/mca_base_open.c opal_asprintf(&lds.lds_prefix, "[%s:%05d] ", hostname, getpid()); hostname 469 opal/mca/event/libevent2022/libevent/bufferevent_sock.c struct evdns_base *evdns_base, int family, const char *hostname, int port) hostname 497 opal/mca/event/libevent2022/libevent/bufferevent_sock.c err = evutil_getaddrinfo_async(evdns_base, hostname, portbuf, hostname 367 opal/mca/event/libevent2022/libevent/evdns.c char hostname[1]; hostname 1834 opal/mca/event/libevent2022/libevent/evdns.c evdns_server_request_add_ptr_reply(struct evdns_server_request *req, struct in_addr *in, const char *inaddr_name, const char *hostname, int ttl) hostname 1853 opal/mca/event/libevent2022/libevent/evdns.c ttl, -1, 1, hostname); hostname 3109 opal/mca/event/libevent2022/libevent/evdns.c char hostname[OPAL_MAXHOSTNAMELEN], *domainname; hostname 3113 opal/mca/event/libevent2022/libevent/evdns.c if (gethostname(hostname, sizeof(hostname))) return; hostname 3114 opal/mca/event/libevent2022/libevent/evdns.c domainname = strchr(hostname, '.'); hostname 4039 opal/mca/event/libevent2022/libevent/evdns.c char *hostname, *hash; hostname 4058 opal/mca/event/libevent2022/libevent/evdns.c while ((hostname = NEXT_TOKEN)) { hostname 4061 opal/mca/event/libevent2022/libevent/evdns.c if ((hash = strchr(hostname, '#'))) { hostname 4062 opal/mca/event/libevent2022/libevent/evdns.c if (hash == hostname) hostname 4067 opal/mca/event/libevent2022/libevent/evdns.c namelen = strlen(hostname); hostname 4074 opal/mca/event/libevent2022/libevent/evdns.c memcpy(he->hostname, hostname, namelen+1); hostname 4476 opal/mca/event/libevent2022/libevent/evdns.c find_hosts_entry(struct evdns_base *base, const char *hostname, hostname 4487 opal/mca/event/libevent2022/libevent/evdns.c if (!evutil_ascii_strcasecmp(e->hostname, hostname)) hostname 199 opal/mca/event/libevent2022/libevent/http.c const char *hostname); hostname 1529 opal/mca/event/libevent2022/libevent/http.c const char *hostname; hostname 1585 opal/mca/event/libevent2022/libevent/http.c hostname = evhttp_uri_get_host(req->uri_elems); hostname 1588 opal/mca/event/libevent2022/libevent/http.c hostname && hostname 1589 opal/mca/event/libevent2022/libevent/http.c !evhttp_find_vhost(req->evcon->http_server, NULL, hostname)) hostname 2940 opal/mca/event/libevent2022/libevent/http.c const char *hostname) hostname 2947 opal/mca/event/libevent2022/libevent/http.c if (!evutil_ascii_strcasecmp(alias->alias, hostname)) { hostname 2957 opal/mca/event/libevent2022/libevent/http.c if (evhttp_find_alias(vhost, outhttp, hostname)) hostname 2977 opal/mca/event/libevent2022/libevent/http.c const char *hostname) hostname 2983 opal/mca/event/libevent2022/libevent/http.c if (evhttp_find_alias(http, outhttp, hostname)) hostname 2990 opal/mca/event/libevent2022/libevent/http.c hostname, 1 /* ignorecase */)) { hostname 3009 opal/mca/event/libevent2022/libevent/http.c const char *hostname; hostname 3027 opal/mca/event/libevent2022/libevent/http.c hostname = evhttp_request_get_host(req); hostname 3028 opal/mca/event/libevent2022/libevent/http.c if (hostname != NULL) { hostname 3029 opal/mca/event/libevent2022/libevent/http.c evhttp_find_vhost(http, &http, hostname); hostname 3680 opal/mca/event/libevent2022/libevent/http.c char *hostname = NULL, *portname = NULL; hostname 3682 opal/mca/event/libevent2022/libevent/http.c name_from_addr(sa, salen, &hostname, &portname); hostname 3683 opal/mca/event/libevent2022/libevent/http.c if (hostname == NULL || portname == NULL) { hostname 3684 opal/mca/event/libevent2022/libevent/http.c if (hostname) mm_free(hostname); hostname 3690 opal/mca/event/libevent2022/libevent/http.c __func__, hostname, portname, EV_SOCK_ARG(fd))); hostname 3694 opal/mca/event/libevent2022/libevent/http.c http->base, NULL, hostname, atoi(portname)); hostname 3695 opal/mca/event/libevent2022/libevent/http.c mm_free(hostname); hostname 589 opal/mca/event/libevent2022/libevent/include/event2/dns.h int evdns_server_request_add_ptr_reply(struct evdns_server_request *req, struct in_addr *in, const char *inaddr_name, const char *hostname, int ttl); hostname 178 opal/mca/event/libevent2022/libevent/util-internal.h int evutil_resolve(int family, const char *hostname, struct sockaddr *sa, hostname 559 opal/mca/hwloc/base/hwloc_base_util.c char hostname[OPAL_MAXHOSTNAMELEN]; hostname 560 opal/mca/hwloc/base/hwloc_base_util.c gethostname(hostname, sizeof(hostname)); hostname 563 opal/mca/hwloc/base/hwloc_base_util.c hostname, getpid(), file, line, msg, hostname 186 opal/mca/hwloc/hwloc201/hwloc/include/private/netloc.h char *hostname; hostname 934 opal/mca/pmix/ext3x/ext3x.c if (NULL != kv->data.pinfo.hostname) { hostname 935 opal/mca/pmix/ext3x/ext3x.c v->data.pinfo->hostname = strdup(kv->data.pinfo.hostname); hostname 1171 opal/mca/pmix/ext3x/ext3x.c if (NULL != v->data.pinfo->hostname) { hostname 1172 opal/mca/pmix/ext3x/ext3x.c kv->data.pinfo.hostname = strdup(v->data.pinfo->hostname); hostname 51 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c char hostname[1024], dir[1024]; hostname 56 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c if (0 > gethostname(hostname, sizeof(hostname))) { hostname 152 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c if (PMIX_SUCCESS != (rc = PMIx_Resolve_peers(hostname, NULL, &peers, &npeers))) { hostname 167 opal/mca/pmix/pmix4x/pmix/examples/dynamic.c if (PMIX_SUCCESS != (rc = PMIx_Resolve_peers(hostname, myproc.nspace, &peers, &npeers))) { hostname 422 opal/mca/pmix/pmix4x/pmix/examples/server.c char hostname[PMIX_MAXHOSTNAMELEN]; hostname 427 opal/mca/pmix/pmix4x/pmix/examples/server.c gethostname(hostname, sizeof(hostname)); hostname 469 opal/mca/pmix/pmix4x/pmix/examples/server.c PMIx_generate_regex(hostname, ®ex); hostname 77 opal/mca/pmix/pmix4x/pmix/examples/tool.c char hostname[1024]; hostname 79 opal/mca/pmix/pmix4x/pmix/examples/tool.c gethostname(hostname, 1024); hostname 135 opal/mca/pmix/pmix4x/pmix/examples/tool.c (NULL == nodename) ? hostname : nodename, hostname 224 opal/mca/pmix/pmix4x/pmix/src/common/pmix_query.c if (0 != strcmp(queries[n].qualifiers[p].value.data.string, pmix_globals.hostname)) { hostname 475 opal/mca/pmix/pmix4x/pmix/src/include/pmix_globals.h char *hostname; // my hostname hostname 71 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_open.c char hostname[64]; hostname 158 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_open.c gethostname(hostname, 64); hostname 159 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_open.c rc = asprintf(&lds.lds_prefix, "[%s:%05d] ", hostname, getpid()); hostname 356 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_copy.c if (NULL != src->hostname) { hostname 357 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_copy.c p->hostname = strdup(src->hostname); hostname 739 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_copy.c if (NULL != si[n].hostname) { hostname 740 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_copy.c pi[n].hostname = strdup(si[n].hostname); hostname 742 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_copy.c pi[n].hostname = NULL; hostname 179 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c if (NULL != pi->hostname) { hostname 180 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_fns.c v->data.pinfo->hostname = strdup(pi->hostname); hostname 820 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_pack.c PMIX_BFROPS_PACK_TYPE(ret, buffer, &pinfo[i].hostname, 1, PMIX_STRING, regtypes); hostname 1457 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_print.c prefx, tmp, p2, src->hostname, src->executable_name, hostname 1077 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/base/bfrop_base_unpack.c PMIX_BFROPS_UNPACK_TYPE(ret, buffer, &ptr[i].hostname, &m, PMIX_STRING, regtypes); hostname 575 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/bfrop_pmix20.c if (NULL != pi->hostname) { hostname 576 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/bfrop_pmix20.c v->data.pinfo->hostname = strdup(pi->hostname); hostname 465 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c if (NULL != src->data.pinfo->hostname) { hostname 466 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c p->data.pinfo->hostname = strdup(src->data.pinfo->hostname); hostname 801 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c if (NULL != si[n].hostname) { hostname 802 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c pi[n].hostname = strdup(si[n].hostname); hostname 804 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c pi[n].hostname = NULL; hostname 1011 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c if (NULL != src->hostname) { hostname 1012 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c (*dest)->hostname = strdup(src->hostname); hostname 1417 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c if (NULL != si[n].hostname) { hostname 1418 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c pi[n].hostname = strdup(si[n].hostname); hostname 1420 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/copy.c pi[n].hostname = NULL; hostname 978 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/pack.c if (PMIX_SUCCESS != (ret = pmix20_bfrop_pack_string(regtypes, buffer, &pinfo[i].hostname, 1, PMIX_STRING))) { hostname 900 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/print.c prefx, src->data.pinfo->hostname, src->data.pinfo->executable_name, hostname 1276 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/print.c prefx, tmp, p2, src->hostname, src->executable_name, hostname 1233 opal/mca/pmix/pmix4x/pmix/src/mca/bfrops/v20/unpack.c if (PMIX_SUCCESS != (ret = pmix20_bfrop_unpack_string(regtypes, buffer, &ptr[i].hostname, &m, PMIX_STRING))) { hostname 718 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c char *hostname; hostname 739 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c &bkt, &hostname, &cnt, PMIX_STRING); hostname 749 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c if (0 == strcmp(hostname, ndptr->name)) { hostname 756 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/opa/pnet_opa.c nd->name = strdup(hostname); hostname 1084 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c char *hostname, *device, *address; hostname 1104 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c &bkt, &hostname, &cnt, PMIX_STRING); hostname 1114 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c if (0 == strcmp(hostname, ndptr->name)) { hostname 1121 opal/mca/pmix/pmix4x/pmix/src/mca/pnet/tcp/pnet_tcp.c nd->name = strdup(hostname); hostname 77 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c .hostname = NULL, hostname 106 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c char hostname[PMIX_MAXHOSTNAMELEN]; hostname 167 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c gethostname(hostname, PMIX_MAXHOSTNAMELEN); hostname 168 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c pmix_globals.hostname = strdup(hostname); hostname 267 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c if (NULL != pmix_globals.hostname) { hostname 268 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c free(pmix_globals.hostname); hostname 270 opal/mca/pmix/pmix4x/pmix/src/runtime/pmix_init.c pmix_globals.hostname = strdup(info[n].value.data.string); hostname 2585 opal/mca/pmix/pmix4x/pmix/src/server/pmix_server_ops.c if (0 != strcmp(cd->queries[n].qualifiers[p].value.data.string, pmix_globals.hostname)) { hostname 790 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c char hostname[PMIX_MAX_NSLEN]; hostname 1027 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c if (NULL != pmix_globals.hostname) { hostname 1028 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c pmix_strncpy(hostname, pmix_globals.hostname, PMIX_MAX_NSLEN); hostname 1030 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c gethostname(hostname, PMIX_MAX_NSLEN); hostname 1036 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c kptr->value->data.string = strdup(hostname); hostname 1056 opal/mca/pmix/pmix4x/pmix/src/tool/pmix_tool.c kptr->value->data.string = strdup(hostname); hostname 128 opal/mca/pmix/pmix4x/pmix/src/util/output.c char hostname[PMIX_MAXHOSTNAMELEN]; hostname 179 opal/mca/pmix/pmix4x/pmix/src/util/output.c gethostname(hostname, sizeof(hostname)); hostname 180 opal/mca/pmix/pmix4x/pmix/src/util/output.c hostname[sizeof(hostname)-1] = '\0'; hostname 181 opal/mca/pmix/pmix4x/pmix/src/util/output.c if (0 > asprintf(&verbose.lds_prefix, "[%s:%05d] ", hostname, getpid())) { hostname 259 opal/mca/pmix/pmix4x/pmix/src/util/output.c char hostname[PMIX_MAXHOSTNAMELEN]; hostname 268 opal/mca/pmix/pmix4x/pmix/src/util/output.c gethostname(hostname, sizeof(hostname)); hostname 273 opal/mca/pmix/pmix4x/pmix/src/util/output.c if (0 > asprintf(&verbose.lds_prefix, "[%s:%05d] ", hostname, getpid())) { hostname 511 opal/mca/pmix/pmix4x/pmix/src/util/pif.c pmix_ifislocal(const char *hostname) hostname 516 opal/mca/pmix/pmix4x/pmix/src/util/pif.c if (PMIX_SUCCESS == pmix_ifaddrtoname(hostname, addrname, ADDRLEN)) { hostname 798 opal/mca/pmix/pmix4x/pmix/src/util/pif.c pmix_ifislocal(const char *hostname) hostname 199 opal/mca/pmix/pmix4x/pmix/src/util/pif.h PMIX_EXPORT bool pmix_ifislocal(const char *hostname); hostname 555 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c char hostname[PMIX_MAXHOSTNAMELEN]; hostname 562 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c gethostname(hostname, sizeof(hostname)); hostname 582 opal/mca/pmix/pmix4x/pmix/test/simple/gwtest.c PMIx_generate_regex(hostname, ®ex); hostname 51 opal/mca/pmix/pmix4x/pmix/test/simple/simpdyn.c char hostname[PMIX_MAXHOSTNAMELEN]; hostname 56 opal/mca/pmix/pmix4x/pmix/test/simple/simpdyn.c gethostname(hostname, sizeof(hostname)); hostname 145 opal/mca/pmix/pmix4x/pmix/test/simple/simpdyn.c if (PMIX_SUCCESS != (rc = PMIx_Resolve_peers(hostname, NULL, &peers, &npeers))) { hostname 160 opal/mca/pmix/pmix4x/pmix/test/simple/simpdyn.c if (PMIX_SUCCESS != (rc = PMIx_Resolve_peers(hostname, myproc.nspace, &peers, &npeers))) { hostname 704 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c char hostname[PMIX_MAXHOSTNAMELEN]; hostname 706 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c gethostname(hostname, sizeof(hostname)); hostname 726 opal/mca/pmix/pmix4x/pmix/test/simple/simptest.c PMIx_generate_regex(hostname, ®ex); hostname 448 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c char hostname[PMIX_MAXHOSTNAMELEN]; hostname 450 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c gethostname(hostname, sizeof(hostname)); hostname 470 opal/mca/pmix/pmix4x/pmix/test/simple/stability.c PMIx_generate_regex(hostname, ®ex); hostname 933 opal/mca/pmix/pmix4x/pmix4x.c if (NULL != kv->data.pinfo.hostname) { hostname 934 opal/mca/pmix/pmix4x/pmix4x.c v->data.pinfo->hostname = strdup(kv->data.pinfo.hostname); hostname 1164 opal/mca/pmix/pmix4x/pmix4x.c if (NULL != v->data.pinfo->hostname) { hostname 1165 opal/mca/pmix/pmix4x/pmix4x.c kv->data.pinfo.hostname = strdup(v->data.pinfo->hostname); hostname 69 opal/mca/pstat/test/pstat_test.c char hostname[OPAL_MAXHOSTNAMELEN]; hostname 87 opal/mca/pstat/test/pstat_test.c gethostname(hostname, sizeof(hostname)); hostname 88 opal/mca/pstat/test/pstat_test.c opal_string_copy(stats->node, hostname, OPAL_PSTAT_MAX_STRING_LEN); hostname 370 opal/runtime/opal_init.c char hostname[OPAL_MAXHOSTNAMELEN]; hostname 393 opal/runtime/opal_init.c gethostname(hostname, sizeof(hostname)); hostname 394 opal/runtime/opal_init.c opal_process_info.nodename = strdup(hostname); hostname 482 opal/util/if.c opal_ifislocal(const char *hostname) hostname 491 opal/util/if.c if (OPAL_SUCCESS == opal_ifaddrtoname(hostname, addrname, ADDRLEN)) { hostname 774 opal/util/if.c opal_ifislocal(const char *hostname) hostname 198 opal/util/if.h OPAL_DECLSPEC bool opal_ifislocal(const char *hostname); hostname 140 opal/util/output.c char hostname[OPAL_MAXHOSTNAMELEN]; hostname 196 opal/util/output.c gethostname(hostname, sizeof(hostname)); hostname 197 opal/util/output.c opal_asprintf(&verbose.lds_prefix, "[%s:%05d] ", hostname, getpid()); hostname 277 opal/util/output.c char hostname[OPAL_MAXHOSTNAMELEN]; hostname 286 opal/util/output.c gethostname(hostname, sizeof(hostname)); hostname 291 opal/util/output.c opal_asprintf(&verbose.lds_prefix, "[%s:%05d] ", hostname, getpid()); hostname 48 opal/util/uri.c const char *hostname) hostname 63 opal/util/uri.c if (NULL == hostname) { hostname 101 opal/util/uri.c opal_asprintf(&uri, "file://%s%s", hostname, fn); hostname 107 opal/util/uri.c char **hostname) hostname 117 opal/util/uri.c if (NULL != hostname) { hostname 118 opal/util/uri.c *hostname = NULL; hostname 153 opal/util/uri.c if (NULL != hostname) { hostname 154 opal/util/uri.c *hostname = strdup(ptr); hostname 74 opal/util/uri.h const char *hostname) __opal_attribute_malloc__ __opal_attribute_warn_unused_result__; hostname 87 opal/util/uri.h char **hostname) __opal_attribute_malloc__ __opal_attribute_warn_unused_result__; hostname 788 orte/mca/plm/rsh/plm_rsh_module.c char *prefix, *hostname, *var; hostname 851 orte/mca/plm/rsh/plm_rsh_module.c if (NULL == (hostname = orte_get_proc_hostname(&target))) { hostname 860 orte/mca/plm/rsh/plm_rsh_module.c argv[node_name_index1] = strdup(hostname); hostname 392 orte/mca/ras/alps/ras_alps_module.c char *hostname; hostname 511 orte/mca/ras/alps/ras_alps_module.c opal_asprintf( &hostname, "%d", apSlots[ix].nid ); hostname 512 orte/mca/ras/alps/ras_alps_module.c if (NULL == hostname) { hostname 518 orte/mca/ras/alps/ras_alps_module.c if( NULL!=node && !strcmp(node->name, hostname) ) { hostname 520 orte/mca/ras/alps/ras_alps_module.c free(hostname); /* free hostname since not needed */ hostname 528 orte/mca/ras/alps/ras_alps_module.c node->name = hostname; hostname 558 orte/mca/ras/alps/ras_alps_module.c opal_asprintf( &hostname, "%d", apNodes[ix].nid ); hostname 559 orte/mca/ras/alps/ras_alps_module.c if (NULL == hostname) { hostname 565 orte/mca/ras/alps/ras_alps_module.c node->name = hostname; hostname 130 orte/mca/ras/tm/ras_tm_module.c char *hostname, *cppn; hostname 173 orte/mca/ras/tm/ras_tm_module.c while (NULL != (hostname = tm_getline(fp))) { hostname 174 orte/mca/ras/tm/ras_tm_module.c if( !orte_keep_fqdn_hostnames && !opal_net_isaddr(hostname) ) { hostname 175 orte/mca/ras/tm/ras_tm_module.c if (NULL != (ptr = strchr(hostname, '.'))) { hostname 182 orte/mca/ras/tm/ras_tm_module.c ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), hostname)); hostname 191 orte/mca/ras/tm/ras_tm_module.c if (0 == strcmp(node->name, hostname)) { hostname 218 orte/mca/ras/tm/ras_tm_module.c node->name = hostname; hostname 228 orte/mca/ras/tm/ras_tm_module.c free(hostname); hostname 63 orte/mca/rmaps/seq/rmaps_seq.c char *hostname; hostname 68 orte/mca/rmaps/seq/rmaps_seq.c p->hostname = NULL; hostname 73 orte/mca/rmaps/seq/rmaps_seq.c if (NULL != p->hostname) { hostname 74 orte/mca/rmaps/seq/rmaps_seq.c free(p->hostname); hostname 75 orte/mca/rmaps/seq/rmaps_seq.c p->hostname = NULL; hostname 203 orte/mca/rmaps/seq/rmaps_seq.c sq->hostname = hstname; hostname 256 orte/mca/rmaps/seq/rmaps_seq.c sq->hostname = strdup(nd->name); hostname 311 orte/mca/rmaps/seq/rmaps_seq.c sq->hostname = hstname; hostname 339 orte/mca/rmaps/seq/rmaps_seq.c if (orte_ifislocal(seq->hostname)) { hostname 341 orte/mca/rmaps/seq/rmaps_seq.c "mca:rmaps:seq: removing head node %s", seq->hostname); hostname 382 orte/mca/rmaps/seq/rmaps_seq.c if (0 == strcmp(sq->hostname, node->name)) { hostname 390 orte/mca/rmaps/seq/rmaps_seq.c true, sq->hostname); hostname 439 orte/mca/rmaps/seq/rmaps_seq.c ORTE_VPID_PRINT(proc->name.vpid), sq->hostname, app->app); hostname 235 orte/orted/orted_main.c char hostname[OPAL_MAXHOSTNAMELEN]; hostname 303 orte/orted/orted_main.c gethostname(hostname, sizeof(hostname)); hostname 304 orte/orted/orted_main.c fprintf(stderr, "Daemon was launched on %s - beginning to initialize\n", hostname); hostname 865 orte/orted/orted_main.c char hostname[OPAL_MAXHOSTNAMELEN]; hostname 870 orte/orted/orted_main.c gethostname(hostname, sizeof(hostname)); hostname 871 orte/orted/orted_main.c if (strlen(orte_process_info.nodename) < strlen(hostname)) { hostname 872 orte/orted/orted_main.c opal_argv_append_nosize(&aliases, hostname); hostname 3120 orte/orted/orted_submit.c char *hostname; hostname 3129 orte/orted/orted_submit.c OPAL_SUCCESS != opal_dss.unpack(blob, &hostname, &cnt, OPAL_STRING) || hostname 3134 orte/orted/orted_submit.c fprintf(stderr, "STACK TRACE FOR PROC %s (%s, PID %lu)\n", ORTE_NAME_PRINT(&name), hostname, (unsigned long) pid); hostname 3135 orte/orted/orted_submit.c free(hostname); hostname 3288 orte/orted/orted_submit.c char *hostname; hostname 3293 orte/orted/orted_submit.c if (OPAL_SUCCESS != opal_dss.unpack(buffer, &hostname, &cnt, OPAL_STRING)) { hostname 3297 orte/orted/orted_submit.c fprintf(stderr, "Memory profile from host: %s\n", hostname); hostname 3298 orte/orted/orted_submit.c free(hostname); hostname 746 orte/orted/pmix/pmix_server_gen.c kv->data.pinfo.hostname = strdup(proct->node->name); hostname 796 orte/orted/pmix/pmix_server_gen.c kv->data.pinfo.hostname = strdup(proct->node->name); hostname 856 orte/orted/pmix/pmix_server_gen.c char *hostname = NULL; hostname 881 orte/orted/pmix/pmix_server_gen.c if (NULL != hostname) { hostname 883 orte/orted/pmix/pmix_server_gen.c free(hostname); hostname 885 orte/orted/pmix/pmix_server_gen.c hostname = strdup(val->data.string); hostname 907 orte/orted/pmix/pmix_server_gen.c if (NULL != hostname) { hostname 908 orte/orted/pmix/pmix_server_gen.c free(hostname); hostname 921 orte/orted/pmix/pmix_server_gen.c if (NULL != hostname) { hostname 922 orte/orted/pmix/pmix_server_gen.c free(hostname); hostname 966 orte/orted/pmix/pmix_server_gen.c if (NULL == hostname) { hostname 977 orte/orted/pmix/pmix_server_gen.c if (0 == strcmp(hostname, nptr->name)) { hostname 985 orte/orted/pmix/pmix_server_gen.c node->name = strdup(hostname); hostname 989 orte/orted/pmix/pmix_server_gen.c free(hostname); // no longer needed hostname 455 orte/runtime/orte_globals.c char *hostname = NULL; hostname 481 orte/runtime/orte_globals.c &hostname, OPAL_STRING); hostname 484 orte/runtime/orte_globals.c return hostname; hostname 14 orte/test/mpi/add_host.c char hostname[MAXHOSTNAMELEN]; hostname 22 orte/test/mpi/add_host.c gethostname(hostname, sizeof(hostname)); hostname 24 orte/test/mpi/add_host.c printf("[%s:%s pid %ld] starting up on node %s!\n", env_nspace, env_rank, (long)pid, hostname); hostname 71 orte/test/mpi/add_host.c printf("Hello from the child %d of %d on host %s pid %ld\n", rank, 3, hostname, (long)pid); hostname 26 orte/test/mpi/binding.c char hostname[1024]; hostname 32 orte/test/mpi/binding.c gethostname(hostname, 1024); hostname 41 orte/test/mpi/binding.c hostname, (int)getpid(), rank, size, orte_process_info.num_local_peers, rc, hostname 53 orte/test/mpi/binding.c printf("[%s:%d] CPU %d is set\n", hostname, (int)getpid(), c); hostname 18 orte/test/mpi/concurrent_spawn.c char hostname[OPAL_MAXHOSTNAMELEN]; hostname 59 orte/test/mpi/concurrent_spawn.c gethostname(hostname, sizeof(hostname)); hostname 67 orte/test/mpi/concurrent_spawn.c printf("Hello from the child %d on host %s pid %ld\n", i, hostname, (long)pid); hostname 17 orte/test/mpi/delayed_abort.c char hostname[OPAL_MAXHOSTNAMELEN]; hostname 23 orte/test/mpi/delayed_abort.c gethostname(hostname, sizeof(hostname)); hostname 24 orte/test/mpi/delayed_abort.c printf("%s: I am %d of %d. pid=%d\n", hostname, rank, size, getpid()); hostname 27 orte/test/mpi/delayed_abort.c printf("%s: rank %d aborts\n", hostname, rank); hostname 29 orte/test/mpi/delayed_abort.c printf("%s: rank %d is going to sleep\n", hostname, rank); hostname 33 orte/test/mpi/delayed_abort.c printf("%s: sleeping. You should not see this\n", hostname); hostname 21 orte/test/mpi/hello_nodename.c char hostname[OPAL_MAXHOSTNAMELEN]; hostname 46 orte/test/mpi/hello_nodename.c gethostname(hostname, sizeof(hostname)); hostname 48 orte/test/mpi/hello_nodename.c rank, size, hostname, appstr, unistr, (NULL == envar) ? "NULL" : envar); hostname 16 orte/test/mpi/info_spawn.c char hostname[OPAL_MAXHOSTNAMELEN]; hostname 68 orte/test/mpi/info_spawn.c gethostname(hostname, sizeof(hostname)); hostname 70 orte/test/mpi/info_spawn.c printf("Hello from the child %d of %d on host %s pid %ld\n", rank, 3, hostname, (long)pid); hostname 14 orte/test/mpi/simple_spawn.c char hostname[MAXHOSTNAMELEN]; hostname 21 orte/test/mpi/simple_spawn.c gethostname(hostname, sizeof(hostname)); hostname 23 orte/test/mpi/simple_spawn.c printf("[%s:%s pid %ld] starting up on node %s!\n", env_nspace, env_rank, (long)pid, hostname); hostname 53 orte/test/mpi/simple_spawn.c printf("Hello from the child %d of %d on host %s pid %ld\n", rank, 3, hostname, (long)pid); hostname 48 orte/test/mpi/singleton_client_server.c char hostname[OPAL_MAXHOSTNAMELEN] ; hostname 84 orte/test/mpi/singleton_client_server.c int retval = gethostname(hostname, sizeof(hostname)); hostname 95 orte/test/mpi/singleton_client_server.c printf("SERVER: on node '%s'\n", hostname) ; hostname 137 orte/test/mpi/singleton_client_server.c printf("CLIENT: on node '%s'\n", hostname) ; hostname 207 orte/test/mpi/singleton_client_server.c CHK(MPI_Send(hostname, strlen(hostname) + 1, MPI_CHAR, 0, TAG, intracomm)) ; hostname 14 orte/test/mpi/spawn_multiple.c char hostname[OPAL_MAXHOSTNAMELEN]; hostname 53 orte/test/mpi/spawn_multiple.c gethostname(hostname, sizeof(hostname)); hostname 55 orte/test/mpi/spawn_multiple.c printf("Hello from the child %d of %d on host %s pid %ld: argv[1] = %s\n", rank, size, hostname, (long)pid, argv[1]); hostname 26 orte/test/system/orte_abort.c char hostname[OPAL_MAXHOSTNAMELEN]; hostname 33 orte/test/system/orte_abort.c gethostname(hostname, sizeof(hostname)); hostname 42 orte/test/system/orte_abort.c hostname, (long)pid); hostname 26 orte/test/system/orte_exit.c char hostname[OPAL_MAXHOSTNAMELEN]; hostname 33 orte/test/system/orte_exit.c gethostname(hostname, sizeof(hostname)); hostname 36 orte/test/system/orte_exit.c hostname, (long)pid); hostname 25 orte/test/system/orte_nodename.c char hostname[OPAL_MAXHOSTNAMELEN], *rstrt; hostname 37 orte/test/system/orte_nodename.c gethostname(hostname, sizeof(hostname)); hostname 41 orte/test/system/orte_nodename.c hostname, ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), (long)pid, restart); hostname 20 orte/test/system/orte_notify.c static char hostname[OPAL_MAXHOSTNAMELEN]; hostname 32 orte/test/system/orte_notify.c hostname, (long)pid, status, ORTE_NAME_PRINT(source)); hostname 59 orte/test/system/orte_notify.c gethostname(hostname, sizeof(hostname)); hostname 63 orte/test/system/orte_notify.c hostname, (long)pid); hostname 24 orte/test/system/ulfm.c char hostname[OPAL_MAXHOSTNAMELEN]; hostname 31 orte/test/system/ulfm.c gethostname(hostname, sizeof(hostname)); hostname 40 orte/test/system/ulfm.c hostname, (long)pid); hostname 99 orte/util/proc_info.c char hostname[OPAL_MAXHOSTNAMELEN]; hostname 168 orte/util/proc_info.c gethostname(hostname, sizeof(hostname)); hostname 170 orte/util/proc_info.c opal_argv_append_nosize(&orte_process_info.aliases, hostname); hostname 173 orte/util/proc_info.c if( !orte_keep_fqdn_hostnames && !opal_net_isaddr(hostname) ) { hostname 174 orte/util/proc_info.c if (NULL != (ptr = strchr(hostname, '.'))) { hostname 177 orte/util/proc_info.c opal_argv_append_nosize(&orte_process_info.aliases, hostname); hostname 195 orte/util/proc_info.c if (0 == strncmp(hostname, prefixes[i], strlen(prefixes[i]))) { hostname 198 orte/util/proc_info.c while (idx < (int)strlen(hostname) && hostname 199 orte/util/proc_info.c (hostname[idx] <= '0' || '9' < hostname[idx])) { hostname 202 orte/util/proc_info.c if ((int)strlen(hostname) <= idx) { hostname 204 orte/util/proc_info.c orte_process_info.nodename = strdup(&hostname[strlen(prefixes[i])]); hostname 206 orte/util/proc_info.c orte_process_info.nodename = strdup(&hostname[idx]); hostname 216 orte/util/proc_info.c orte_process_info.nodename = strdup(hostname); hostname 220 orte/util/proc_info.c orte_process_info.nodename = strdup(hostname); hostname 335 orte/util/proc_info.c bool orte_ifislocal(const char *hostname) hostname 342 orte/util/proc_info.c if (0 == strcmp(hostname, orte_process_info.aliases[i])) { hostname 351 orte/util/proc_info.c if (opal_ifislocal(hostname)) { hostname 353 orte/util/proc_info.c opal_argv_append_nosize(&orte_process_info.aliases, hostname); hostname 43 oshmem/runtime/oshmem_shmem_abort.c char *host, hostname[OPAL_MAXHOSTNAMELEN]; hostname 60 oshmem/runtime/oshmem_shmem_abort.c gethostname(hostname, sizeof(hostname)); hostname 61 oshmem/runtime/oshmem_shmem_abort.c host = hostname; hostname 62 test/util/opal_if.c char hostname[OPAL_MAXHOSTNAMELEN]; hostname 120 test/util/opal_if.c gethostname(hostname, sizeof(hostname)); hostname 121 test/util/opal_if.c if (test_ifaddrtoname(hostname)) { hostname 126 test/util/opal_if.c if (opal_ifislocal(hostname)) {