Searched refs:pipe_fd (Results 1 – 2 of 2) sorted by relevance
141 int pipe_fd; member148 int pty_fd, pipe_fd; in winch_thread() local153 pipe_fd = data->pipe_fd; in winch_thread()154 count = write(pipe_fd, &c, sizeof(c)); in winch_thread()200 count = read(pipe_fd, &c, sizeof(c)); in winch_thread()212 count = write(pipe_fd, &c, sizeof(c)); in winch_thread()234 .pipe_fd = fds[1] } ); in winch_tramp()
152 int pipe_fd; member163 dup2(data->pipe_fd, 3); in port_pre_exec()165 close(data->pipe_fd); in port_pre_exec()200 .pipe_fd = socket[1] }); in port_connection()