Lines Matching refs:pipe_write_fd
86 int pipe_write_fd;
107 " parameters: scsi = 0x%08lx, pipe_write_fd = %d\n",
108 (long) this->scsi, this->pipe_write_fd);
114 status = sanei_hp_scsi_pipeout (this->scsi, this->pipe_write_fd,
118 close (this->pipe_write_fd);
119 this->pipe_write_fd = -1;
146 status = sanei_hp_scsi_pipeout (this->scsi, this->pipe_write_fd,
148 close (this->pipe_write_fd);
149 this->pipe_write_fd = -1;
162 this->pipe_write_fd = this->pipe_read_fd = -1;
171 this->pipe_write_fd = fds[1];
189 close (this->pipe_write_fd);
190 this->pipe_write_fd = -1;
197 close (this->pipe_write_fd);
198 this->pipe_write_fd = -1;