stream            443 ompi/mca/pml/yalla/pml_yalla.c         length = mxm_sreq->base.data.stream.length;
stream            446 ompi/mca/pml/yalla/pml_yalla.c         mxm_sreq->base.data.stream.cb(bsreq->mxm.base.data.buffer.ptr, length,
stream             48 ompi/mca/pml/yalla/pml_yalla_datatype.c     mxm_req->data.stream.cb = stream_cb;
stream             49 ompi/mca/pml/yalla/pml_yalla_datatype.c     opal_convertor_get_packed_size(&convertor->convertor, &mxm_req->data.stream.length);
stream            122 opal/datatype/opal_convertor.h     void *                        stream;         /**< CUstream for async copy */
stream            216 opal/datatype/opal_datatype_cuda.c void opal_cuda_set_copy_function_async(opal_convertor_t* convertor, void *stream)
stream            219 opal/datatype/opal_datatype_cuda.c     convertor->stream = stream;
stream             31 opal/datatype/opal_datatype_cuda.h void opal_cuda_set_copy_function_async(opal_convertor_t* convertor, void *stream);
stream           1863 opal/mca/common/cuda/common_cuda.c                                 (CUstream)convertor->stream);
stream            568 opal/mca/hwloc/hwloc201/hwloc/include/private/netloc.h ssize_t netloc_line_get(char **lineptr, size_t *n, FILE *stream);
stream            438 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c                                     pmix_iof_channel_t stream,
stream            451 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c     if (PMIX_FWD_STDOUT_CHANNEL & stream) {
stream            472 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c                          PMIx_IOF_channel_string(stream),
stream            482 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c     if (PMIX_FWD_STDIN_CHANNEL & stream) {
stream            493 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c     } else if (PMIX_FWD_STDOUT_CHANNEL & stream) {
stream            496 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c     } else if (PMIX_FWD_STDERR_CHANNEL & stream) {
stream            499 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c     } else if (PMIX_FWD_STDDIAG_CHANNEL & stream) {
stream            506 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.c                              "%s stream %0x", PMIX_NAME_PRINT(&pmix_globals.myid), stream));
stream            232 opal/mca/pmix/pmix4x/pmix/src/common/pmix_iof.h                                                 pmix_iof_channel_t stream,
stream             88 opal/mca/pmix/pmix4x/pmix/src/util/output.c static void construct(pmix_object_t *stream);
stream             89 opal/mca/pmix/pmix4x/pmix/src/util/output.c static void destruct(pmix_object_t *stream);
stream            472 opal/mca/pmix/pmix4x/pmix/src/util/output.c     pmix_output_stream_t *stream = (pmix_output_stream_t*) obj;
stream            474 opal/mca/pmix/pmix4x/pmix/src/util/output.c     stream->lds_verbose_level = 0;
stream            475 opal/mca/pmix/pmix4x/pmix/src/util/output.c     stream->lds_syslog_priority = 0;
stream            476 opal/mca/pmix/pmix4x/pmix/src/util/output.c     stream->lds_syslog_ident = NULL;
stream            477 opal/mca/pmix/pmix4x/pmix/src/util/output.c     stream->lds_prefix = NULL;
stream            478 opal/mca/pmix/pmix4x/pmix/src/util/output.c     stream->lds_suffix = NULL;
stream            479 opal/mca/pmix/pmix4x/pmix/src/util/output.c     stream->lds_is_debugging = false;
stream            480 opal/mca/pmix/pmix4x/pmix/src/util/output.c     stream->lds_want_syslog = false;
stream            481 opal/mca/pmix/pmix4x/pmix/src/util/output.c     stream->lds_want_stdout = false;
stream            482 opal/mca/pmix/pmix4x/pmix/src/util/output.c     stream->lds_want_stderr = false;
stream            483 opal/mca/pmix/pmix4x/pmix/src/util/output.c     stream->lds_want_file = false;
stream            484 opal/mca/pmix/pmix4x/pmix/src/util/output.c     stream->lds_want_file_append = false;
stream            485 opal/mca/pmix/pmix4x/pmix/src/util/output.c     stream->lds_file_suffix = NULL;
stream            489 opal/mca/pmix/pmix4x/pmix/src/util/output.c     pmix_output_stream_t *stream = (pmix_output_stream_t*) obj;
stream            491 opal/mca/pmix/pmix4x/pmix/src/util/output.c     if( NULL != stream->lds_file_suffix ) {
stream            492 opal/mca/pmix/pmix4x/pmix/src/util/output.c         free(stream->lds_file_suffix);
stream            493 opal/mca/pmix/pmix4x/pmix/src/util/output.c         stream->lds_file_suffix = NULL;
stream             96 opal/util/output.c static void construct(opal_object_t *stream);
stream             97 opal/util/output.c static void destruct(opal_object_t *stream);
stream            538 opal/util/output.c     opal_output_stream_t *stream = (opal_output_stream_t*) obj;
stream            540 opal/util/output.c     stream->lds_verbose_level = 0;
stream            541 opal/util/output.c     stream->lds_syslog_priority = 0;
stream            542 opal/util/output.c     stream->lds_syslog_ident = NULL;
stream            543 opal/util/output.c     stream->lds_prefix = NULL;
stream            544 opal/util/output.c     stream->lds_suffix = NULL;
stream            545 opal/util/output.c     stream->lds_is_debugging = false;
stream            546 opal/util/output.c     stream->lds_want_syslog = false;
stream            547 opal/util/output.c     stream->lds_want_stdout = false;
stream            548 opal/util/output.c     stream->lds_want_stderr = false;
stream            549 opal/util/output.c     stream->lds_want_file = false;
stream            550 opal/util/output.c     stream->lds_want_file_append = false;
stream            551 opal/util/output.c     stream->lds_file_suffix = NULL;
stream            555 opal/util/output.c     opal_output_stream_t *stream = (opal_output_stream_t*) obj;
stream            557 opal/util/output.c     if( NULL != stream->lds_file_suffix ) {
stream            558 opal/util/output.c         free(stream->lds_file_suffix);
stream            559 opal/util/output.c         stream->lds_file_suffix = NULL;
stream            437 opal/util/stacktrace.c void opal_stackframe_output(int stream)
stream            449 opal/util/stacktrace.c             opal_output(stream, "%s", traces[i]);
stream             38 opal/util/stacktrace.h OPAL_DECLSPEC void opal_stackframe_output(int stream);
stream            278 orte/mca/iof/base/base.h ORTE_DECLSPEC int orte_iof_base_write_output(const orte_process_name_t *name, orte_iof_tag_t stream,
stream             49 orte/mca/iof/base/iof_base_output.c int orte_iof_base_write_output(const orte_process_name_t *name, orte_iof_tag_t stream,
stream             62 orte/mca/iof/base/iof_base_output.c                          (ORTE_IOF_STDIN & stream) ? "stdin" : ((ORTE_IOF_STDOUT & stream) ? "stdout" : ((ORTE_IOF_STDERR & stream) ? "stderr" : "stddiag")),
stream             70 orte/mca/iof/base/iof_base_output.c     if (ORTE_IOF_STDIN & stream) {
stream             81 orte/mca/iof/base/iof_base_output.c     } else if (ORTE_IOF_STDOUT & stream) {
stream             84 orte/mca/iof/base/iof_base_output.c     } else if (ORTE_IOF_STDERR & stream) {
stream             87 orte/mca/iof/base/iof_base_output.c     } else if (ORTE_IOF_STDDIAG & stream) {
stream             94 orte/mca/iof/base/iof_base_output.c                              "%s stream %0x", ORTE_NAME_PRINT(ORTE_PROC_MY_NAME), stream));
stream             61 orte/mca/iof/hnp/iof_hnp_receive.c     orte_iof_tag_t stream;
stream             76 orte/mca/iof/hnp/iof_hnp_receive.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &stream, &count, ORTE_IOF_TAG))) {
stream             81 orte/mca/iof/hnp/iof_hnp_receive.c     if (ORTE_IOF_XON & stream) {
stream             89 orte/mca/iof/hnp/iof_hnp_receive.c     } else if (ORTE_IOF_XOFF & stream) {
stream            112 orte/mca/iof/hnp/iof_hnp_receive.c     if (ORTE_IOF_PULL & stream) {
stream            126 orte/mca/iof/hnp/iof_hnp_receive.c         if (ORTE_IOF_EXCLUSIVE & stream) {
stream            151 orte/mca/iof/hnp/iof_hnp_receive.c         if (ORTE_IOF_STDOUT & stream) {
stream            158 orte/mca/iof/hnp/iof_hnp_receive.c         if (ORTE_IOF_STDERR & stream) {
stream            165 orte/mca/iof/hnp/iof_hnp_receive.c         if (ORTE_IOF_STDDIAG & stream) {
stream            175 orte/mca/iof/hnp/iof_hnp_receive.c     if (ORTE_IOF_CLOSE & stream) {
stream            194 orte/mca/iof/hnp/iof_hnp_receive.c                 if ((stream & sink->tag) &&
stream            246 orte/mca/iof/hnp/iof_hnp_receive.c             if ((stream & sink->tag) &&
stream            255 orte/mca/iof/hnp/iof_hnp_receive.c                         rc = opal_pmix.server_iof_push(&proct->name, stream, data, numbytes);
stream            261 orte/mca/iof/hnp/iof_hnp_receive.c                     orte_iof_hnp_send_data_to_endpoint(&sink->daemon, &origin, stream, data, numbytes);
stream            276 orte/mca/iof/hnp/iof_hnp_receive.c         if (ORTE_IOF_STDOUT & stream || orte_xml_output) {
stream            277 orte/mca/iof/hnp/iof_hnp_receive.c             orte_iof_base_write_output(&origin, stream, data, numbytes, orte_iof_base.iof_write_stdout->wev);
stream            279 orte/mca/iof/hnp/iof_hnp_receive.c             orte_iof_base_write_output(&origin, stream, data, numbytes, orte_iof_base.iof_write_stderr->wev);
stream             94 orte/mca/iof/orted/iof_orted_receive.c     orte_iof_tag_t stream;
stream            102 orte/mca/iof/orted/iof_orted_receive.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &stream, &count, ORTE_IOF_TAG))) {
stream            108 orte/mca/iof/orted/iof_orted_receive.c     if (ORTE_IOF_STDIN != stream) {
stream            151 orte/mca/iof/orted/iof_orted_receive.c                 if (ORTE_IOF_MAX_INPUT_BUFFERS < orte_iof_base_write_output(&target, stream, data, numbytes, proct->stdinev->wev)) {
stream             52 orte/mca/iof/tool/iof_tool_receive.c     orte_iof_tag_t stream;
stream             59 orte/mca/iof/tool/iof_tool_receive.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &stream, &count, ORTE_IOF_TAG))) {
stream             67 orte/mca/iof/tool/iof_tool_receive.c     if (ORTE_IOF_CLOSE & stream) {
stream            101 orte/mca/iof/tool/iof_tool_receive.c         if (ORTE_IOF_STDOUT & stream) {
stream            102 orte/mca/iof/tool/iof_tool_receive.c             orte_iof_base_write_output(&origin, stream, data, numbytes, orte_iof_base.iof_write_stdout->wev);
stream            104 orte/mca/iof/tool/iof_tool_receive.c             orte_iof_base_write_output(&origin, stream, data, numbytes, orte_iof_base.iof_write_stderr->wev);
stream             17 orte/test/mpi/hello_output.c     int stream, stream2;
stream             23 orte/test/mpi/hello_output.c     stream = opal_output_open(NULL);
stream             24 orte/test/mpi/hello_output.c     opal_output(stream, "(stream) Hello, World, I am %d of %d\n", rank, size);
stream             27 orte/test/mpi/hello_output.c     opal_output_set_verbosity(stream, 10);
stream             28 orte/test/mpi/hello_output.c     opal_output(stream, "this is an opal_output on the verbose stream");
stream             20 orte/test/mpi/hello_show_help.c     int stream;