pipe_fd           141 arch/um/drivers/chan_user.c 	int pipe_fd;
pipe_fd           148 arch/um/drivers/chan_user.c 	int pty_fd, pipe_fd;
pipe_fd           153 arch/um/drivers/chan_user.c 	pipe_fd = data->pipe_fd;
pipe_fd           154 arch/um/drivers/chan_user.c 	count = write(pipe_fd, &c, sizeof(c));
pipe_fd           200 arch/um/drivers/chan_user.c 	count = read(pipe_fd, &c, sizeof(c));
pipe_fd           212 arch/um/drivers/chan_user.c 		count = write(pipe_fd, &c, sizeof(c));
pipe_fd           234 arch/um/drivers/chan_user.c 				      .pipe_fd 		= fds[1] } );
pipe_fd           151 arch/um/drivers/port_user.c 	int pipe_fd;
pipe_fd           162 arch/um/drivers/port_user.c 	dup2(data->pipe_fd, 3);
pipe_fd           164 arch/um/drivers/port_user.c 	close(data->pipe_fd);
pipe_fd           184 arch/um/drivers/port_user.c 		  .pipe_fd 		= socket[1] });