my_daemon_uri     465 orte/mca/ess/hnp/ess_hnp_module.c     orte_process_info.my_daemon_uri = strdup(proc->rml_uri);
my_daemon_uri     527 orte/mca/ess/pmi/ess_pmi_module.c     if (NULL != orte_process_info.my_daemon_uri) {
my_daemon_uri     531 orte/mca/ess/pmi/ess_pmi_module.c         if (ORTE_SUCCESS != (ret = orte_rml_base_parse_uris(orte_process_info.my_daemon_uri,
my_daemon_uri     544 orte/mca/ess/pmi/ess_pmi_module.c         val.data.string = orte_process_info.my_daemon_uri;
my_daemon_uri     574 orte/mca/ess/pmi/ess_pmi_module.c     if (NULL == orte_process_info.my_daemon_uri) {
my_daemon_uri     151 orte/mca/ess/singleton/ess_singleton_module.c         orte_process_info.my_daemon_uri = strdup(orte_process_info.my_hnp_uri);
my_daemon_uri     380 orte/mca/ess/singleton/ess_singleton_module.c     if (NULL != orte_process_info.my_daemon_uri) {
my_daemon_uri     384 orte/mca/ess/singleton/ess_singleton_module.c         if (ORTE_SUCCESS != (ret = orte_rml_base_parse_uris(orte_process_info.my_daemon_uri,
my_daemon_uri     397 orte/mca/ess/singleton/ess_singleton_module.c         val.data.string = orte_process_info.my_daemon_uri;
my_daemon_uri     425 orte/mca/ess/singleton/ess_singleton_module.c     if (NULL == orte_process_info.my_daemon_uri) {
my_daemon_uri     750 orte/mca/ess/singleton/ess_singleton_module.c         orte_process_info.my_daemon_uri = strdup(orted_uri);
my_daemon_uri     146 orte/mca/oob/alps/oob_alps_component.c     if (NULL != orte_process_info.my_daemon_uri) {
my_daemon_uri     101 orte/mca/routed/binomial/routed_binomial.c         if (NULL == orte_process_info.my_daemon_uri) {
my_daemon_uri     103 orte/mca/routed/debruijn/routed_debruijn.c         if (NULL == orte_process_info.my_daemon_uri) {
my_daemon_uri      92 orte/mca/routed/direct/routed_direct.c         if (NULL == orte_process_info.my_daemon_uri) {
my_daemon_uri     157 orte/mca/routed/direct/routed_direct.c         if (NULL != orte_process_info.my_daemon_uri) {
my_daemon_uri      53 orte/mca/routed/direct/routed_direct_component.c     if (ORTE_PROC_IS_APP && NULL == orte_process_info.my_daemon_uri) {
my_daemon_uri     103 orte/mca/routed/radix/routed_radix.c         if (NULL == orte_process_info.my_daemon_uri) {
my_daemon_uri      59 orte/mca/schizo/alps/schizo_alps.c     if (NULL != orte_process_info.my_daemon_uri) {
my_daemon_uri      86 orte/mca/schizo/alps/schizo_alps.c         if (NULL != orte_process_info.my_daemon_uri) {
my_daemon_uri      57 orte/mca/schizo/flux/schizo_flux.c     if (NULL != orte_process_info.my_daemon_uri) {
my_daemon_uri      59 orte/mca/schizo/moab/schizo_moab.c     if (NULL != orte_process_info.my_daemon_uri) {
my_daemon_uri     900 orte/mca/schizo/ompi/schizo_ompi.c     opal_setenv("OMPI_MCA_orte_local_daemon_uri", orte_process_info.my_daemon_uri, true, &app->env);
my_daemon_uri      55 orte/mca/schizo/orte/schizo_orte.c     if (NULL != orte_process_info.my_daemon_uri) {
my_daemon_uri      60 orte/mca/schizo/slurm/schizo_slurm.c     if (NULL != orte_process_info.my_daemon_uri) {
my_daemon_uri     462 orte/orted/orted_main.c     orte_oob_base_get_addr(&orte_process_info.my_daemon_uri);
my_daemon_uri     463 orte/orted/orted_main.c     if (NULL == orte_process_info.my_daemon_uri) {
my_daemon_uri     473 orte/orted/orted_main.c     val.data.string = orte_process_info.my_daemon_uri;
my_daemon_uri     487 orte/orted/orted_main.c         orte_process_info.my_hnp_uri = strdup(orte_process_info.my_daemon_uri);
my_daemon_uri     631 orte/orted/orted_main.c         opal_asprintf(&tmp, "%s[%s]%s", orte_process_info.my_daemon_uri, sysinfo, nptr);
my_daemon_uri     333 orte/runtime/orte_cr.c     if( NULL != orte_process_info.my_daemon_uri ) {
my_daemon_uri     334 orte/runtime/orte_cr.c         free(orte_process_info.my_daemon_uri);
my_daemon_uri     335 orte/runtime/orte_cr.c         orte_process_info.my_daemon_uri = NULL;
my_daemon_uri      58 orte/util/proc_info.c     .my_daemon_uri =                   NULL,
my_daemon_uri     133 orte/util/proc_info.c     orte_process_info.my_daemon_uri = NULL;
my_daemon_uri     140 orte/util/proc_info.c                                   &orte_process_info.my_daemon_uri);
my_daemon_uri     142 orte/util/proc_info.c     if (NULL != orte_process_info.my_daemon_uri) {
my_daemon_uri     143 orte/util/proc_info.c         ptr = orte_process_info.my_daemon_uri;
my_daemon_uri      88 orte/util/proc_info.h     char *my_daemon_uri;                /**< Contact info to local daemon */