term_pipe         114 orte/mca/ess/hnp/ess_hnp_module.c static int term_pipe[2];
term_pipe         169 orte/mca/ess/hnp/ess_hnp_module.c     pipe(term_pipe);
term_pipe         171 orte/mca/ess/hnp/ess_hnp_module.c     opal_event_set(orte_event_base, &term_handler, term_pipe[0], OPAL_EV_READ, clean_abort, NULL);
term_pipe         177 orte/mca/ess/hnp/ess_hnp_module.c     if (opal_fd_set_cloexec(term_pipe[0]) != OPAL_SUCCESS ||
term_pipe         178 orte/mca/ess/hnp/ess_hnp_module.c         opal_fd_set_cloexec(term_pipe[1]) != OPAL_SUCCESS) {
term_pipe         956 orte/mca/ess/hnp/ess_hnp_module.c     write(term_pipe[1], &foo, 1);