rml_uri           446 orte/mca/ess/hnp/ess_hnp_module.c     orte_oob_base_get_addr(&proc->rml_uri);
rml_uri           447 orte/mca/ess/hnp/ess_hnp_module.c     orte_process_info.my_hnp_uri = strdup(proc->rml_uri);
rml_uri           452 orte/mca/ess/hnp/ess_hnp_module.c     val.data.string = proc->rml_uri;
rml_uri           465 orte/mca/ess/hnp/ess_hnp_module.c     orte_process_info.my_daemon_uri = strdup(proc->rml_uri);
rml_uri           949 orte/mca/odls/base/odls_base_default_fns.c     if (NULL != child->rml_uri) {
rml_uri           950 orte/mca/odls/base/odls_base_default_fns.c         free(child->rml_uri);
rml_uri           951 orte/mca/odls/base/odls_base_default_fns.c         child->rml_uri = NULL;
rml_uri          2063 orte/mca/odls/base/odls_base_default_fns.c     if (NULL != child->rml_uri) {
rml_uri          2064 orte/mca/odls/base/odls_base_default_fns.c         free(child->rml_uri);
rml_uri          2065 orte/mca/odls/base/odls_base_default_fns.c         child->rml_uri = NULL;
rml_uri          1368 orte/mca/plm/base/plm_base_launch_support.c                              (NULL == daemon) ? "UNKNOWN" : daemon->rml_uri));
rml_uri            95 orte/mca/routed/base/routed_base_fns.c     char *rml_uri;
rml_uri           110 orte/mca/routed/base/routed_base_fns.c         if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &rml_uri, &cnt, OPAL_STRING))) {
rml_uri           118 orte/mca/routed/base/routed_base_fns.c                              (NULL == rml_uri) ? "NULL" : rml_uri,
rml_uri           121 orte/mca/routed/base/routed_base_fns.c         if (NULL == rml_uri) {
rml_uri           133 orte/mca/routed/base/routed_base_fns.c         proc->rml_uri = strdup(rml_uri);
rml_uri           134 orte/mca/routed/base/routed_base_fns.c         free(rml_uri);
rml_uri          1038 orte/orted/orted_submit.c             char *rml_uri;
rml_uri          1039 orte/orted/orted_submit.c             orte_oob_base_get_addr(&rml_uri);
rml_uri          1042 orte/orted/orted_submit.c                 printf("%s\n",  (NULL == rml_uri) ? "NULL" : rml_uri);
rml_uri          1045 orte/orted/orted_submit.c                 fprintf(stderr, "%s\n",  (NULL == rml_uri) ? "NULL" : rml_uri);
rml_uri          1053 orte/orted/orted_submit.c                 fprintf(fp, "%s\n", (NULL == rml_uri) ? "NULL" : rml_uri);
rml_uri          1056 orte/orted/orted_submit.c             if (NULL != rml_uri) {
rml_uri          1057 orte/orted/orted_submit.c                 free(rml_uri);
rml_uri           527 orte/orted/pmix/pmix_server_register_fns.c             opal_dss.pack(&bucket, &node->daemon->rml_uri, 1, OPAL_STRING);
rml_uri           800 orte/runtime/orte_globals.c     proc->rml_uri = NULL;
rml_uri           812 orte/runtime/orte_globals.c     if (NULL != proc->rml_uri) {
rml_uri           813 orte/runtime/orte_globals.c         free(proc->rml_uri);
rml_uri           814 orte/runtime/orte_globals.c         proc->rml_uri = NULL;
rml_uri           409 orte/runtime/orte_globals.h     char *rml_uri;
rml_uri           111 orte/tools/orte-server/orte-server.c     char *rml_uri;
rml_uri           208 orte/tools/orte-server/orte-server.c         orte_oob_base_get_addr(&rml_uri);
rml_uri           211 orte/tools/orte-server/orte-server.c             printf("%s\n", rml_uri);
rml_uri           214 orte/tools/orte-server/orte-server.c             fprintf(stderr, "%s\n", rml_uri);
rml_uri           224 orte/tools/orte-server/orte-server.c             fprintf(fp, "%s\n", rml_uri);
rml_uri           227 orte/tools/orte-server/orte-server.c         free(rml_uri);
rml_uri            63 orte/util/hnp_contact.c     ptr->rml_uri = NULL;
rml_uri            67 orte/util/hnp_contact.c     if (NULL != ptr->rml_uri) free(ptr->rml_uri);
rml_uri           170 orte/util/hnp_contact.c     hnp->rml_uri = hnp_uri;
rml_uri            48 orte/util/hnp_contact.h     char *rml_uri;