src_tag            64 orte/mca/iof/hnp/iof_hnp.c static int hnp_push(const orte_process_name_t* dst_name, orte_iof_tag_t src_tag, int fd);
src_tag            67 orte/mca/iof/hnp/iof_hnp.c                 orte_iof_tag_t src_tag,
src_tag           134 orte/mca/iof/hnp/iof_hnp.c static int hnp_push(const orte_process_name_t* dst_name, orte_iof_tag_t src_tag, int fd)
src_tag           166 orte/mca/iof/hnp/iof_hnp.c     if (!(src_tag & ORTE_IOF_STDIN)) {
src_tag           183 orte/mca/iof/hnp/iof_hnp.c         if (src_tag & ORTE_IOF_STDOUT) {
src_tag           186 orte/mca/iof/hnp/iof_hnp.c         } else if (src_tag & ORTE_IOF_STDERR) {
src_tag           190 orte/mca/iof/hnp/iof_hnp.c         } else if (src_tag & ORTE_IOF_STDDIAG) {
src_tag           311 orte/mca/iof/hnp/iof_hnp.c             if (!(src_tag & ORTE_IOF_STDIN) || orte_iof_hnp_stdin_check(fd)) {
src_tag           333 orte/mca/iof/hnp/iof_hnp.c                     orte_iof_tag_t src_tag,
src_tag           341 orte/mca/iof/hnp/iof_hnp.c     if (ORTE_IOF_STDIN != src_tag) {
src_tag           169 orte/mca/iof/iof.h                                        orte_iof_tag_t src_tag, int fd);
src_tag            67 orte/mca/iof/orted/iof_orted.c static int orted_push(const orte_process_name_t* dst_name, orte_iof_tag_t src_tag, int fd);
src_tag            70 orte/mca/iof/orted/iof_orted.c                       orte_iof_tag_t src_tag,
src_tag           128 orte/mca/iof/orted/iof_orted.c                       orte_iof_tag_t src_tag, int fd)
src_tag           174 orte/mca/iof/orted/iof_orted.c     if (src_tag & ORTE_IOF_STDOUT) {
src_tag           177 orte/mca/iof/orted/iof_orted.c     } else if (src_tag & ORTE_IOF_STDERR) {
src_tag           181 orte/mca/iof/orted/iof_orted.c     } else if (src_tag & ORTE_IOF_STDDIAG) {
src_tag           226 orte/mca/iof/orted/iof_orted.c                       orte_iof_tag_t src_tag,
src_tag           234 orte/mca/iof/orted/iof_orted.c     if (ORTE_IOF_STDIN != src_tag) {
src_tag            46 orte/mca/iof/tool/iof_tool.c static int tool_push(const orte_process_name_t* dst_name, orte_iof_tag_t src_tag, int fd);
src_tag            49 orte/mca/iof/tool/iof_tool.c                       orte_iof_tag_t src_tag,
src_tag            94 orte/mca/iof/tool/iof_tool.c static int tool_push(const orte_process_name_t* dst_name, orte_iof_tag_t src_tag, int fd)
src_tag           123 orte/mca/iof/tool/iof_tool.c                      orte_iof_tag_t src_tag,
src_tag           148 orte/mca/iof/tool/iof_tool.c     tag = src_tag | ORTE_IOF_PULL;
src_tag           181 orte/mca/iof/tool/iof_tool.c                       orte_iof_tag_t src_tag)
src_tag           200 orte/mca/iof/tool/iof_tool.c     tag = src_tag | ORTE_IOF_CLOSE;