orte_iof           55 orte/mca/iof/base/iof_base_frame.c orte_iof_base_module_t orte_iof = {0};
orte_iof           90 orte/mca/iof/base/iof_base_frame.c     if (NULL != orte_iof.finalize) {
orte_iof           91 orte/mca/iof/base/iof_base_frame.c         orte_iof.finalize();
orte_iof           57 orte/mca/iof/base/iof_base_select.c     orte_iof = *best_module;
orte_iof           59 orte/mca/iof/base/iof_base_select.c     if (NULL != orte_iof.init) {
orte_iof           60 orte/mca/iof/base/iof_base_select.c         if (ORTE_SUCCESS != (rc = orte_iof.init())) {
orte_iof          251 orte/mca/iof/base/iof_base_setup.c         ret = orte_iof.pull(name, ORTE_IOF_STDIN, opts->p_stdin[1]);
orte_iof          259 orte/mca/iof/base/iof_base_setup.c     ret = orte_iof.push(name, ORTE_IOF_STDOUT, opts->p_stdout[0]);
orte_iof          266 orte/mca/iof/base/iof_base_setup.c         ret = orte_iof.push(name, ORTE_IOF_STDERR, opts->p_stderr[0]);
orte_iof          274 orte/mca/iof/base/iof_base_setup.c     ret = orte_iof.push(name, ORTE_IOF_STDDIAG, opts->p_internal[0]);
orte_iof          224 orte/mca/iof/iof.h ORTE_DECLSPEC extern orte_iof_base_module_t orte_iof;
orte_iof         1876 orte/mca/odls/base/odls_base_default_fns.c             if (NULL != orte_iof.close) {
orte_iof         1877 orte/mca/odls/base/odls_base_default_fns.c                 orte_iof.close(&child->name, ORTE_IOF_STDIN);
orte_iof          767 orte/mca/plm/base/plm_base_launch_support.c     if (ORTE_SUCCESS != (rc = orte_iof.push(&name, ORTE_IOF_STDIN, 0))) {
orte_iof          683 orte/mca/state/base/state_base_fns.c         if (NULL != orte_iof.close) {
orte_iof          684 orte/mca/state/base/state_base_fns.c             orte_iof.close(proc, ORTE_IOF_STDALL);
orte_iof          805 orte/mca/state/base/state_base_fns.c     if (NULL != orte_iof.complete) {
orte_iof          806 orte/mca/state/base/state_base_fns.c         orte_iof.complete(jdata);
orte_iof          355 orte/mca/state/orted/state_orted.c         if (NULL != orte_iof.close) {
orte_iof          356 orte/mca/state/orted/state_orted.c             orte_iof.close(proc, ORTE_IOF_STDALL);
orte_iof          450 orte/mca/state/orted/state_orted.c             if (NULL != orte_iof.complete) {
orte_iof          451 orte/mca/state/orted/state_orted.c                 orte_iof.complete(jdata);
orte_iof         1090 orte/orted/pmix/pmix_server_gen.c             if (ORTE_SUCCESS != (rc = orte_iof.output(requestor, ORTE_IOF_STDERR, val->data.string))) {
orte_iof         1094 orte/orted/pmix/pmix_server_gen.c             if (ORTE_SUCCESS != (rc = orte_iof.output(requestor, ORTE_IOF_STDOUT, val->data.string))) {