Searched refs:pipefds (Results 1 – 1 of 1) sorted by relevance
9528 struct fd_pair pipefds; in run_pipe() local9546 pipefds.rd = 0; in run_pipe()9547 pipefds.wr = 1; in run_pipe()9549 xpiped_pair(pipefds); in run_pipe()9587 xmove_fd(pipefds.wr, 1); in run_pipe()9588 if (pipefds.rd > 1) in run_pipe()9589 close(pipefds.rd); in run_pipe()9644 close(pipefds.wr); in run_pipe()9646 next_infd = pipefds.rd; in run_pipe()