Searched refs:pipe_fd (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dchan_user.c142 int pipe_fd; member in struct:winch_data
149 int pty_fd, pipe_fd; local
154 pipe_fd = data->pipe_fd;
155 count = write(pipe_fd, &c, sizeof(c));
201 count = read(pipe_fd, &c, sizeof(c));
213 count = write(pipe_fd, &c, sizeof(c));
235 .pipe_fd = fds[1] } );
H A Dport_user.c153 int pipe_fd; member in struct:port_pre_exec_data
164 dup2(data->pipe_fd, 3);
166 close(data->pipe_fd);
186 .pipe_fd = socket[1] });

Completed in 48 milliseconds