Searched refs:SCSI_IO_WRITE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dscsi.h31 typedef enum { SCSI_IO_READ, SCSI_IO_WRITE } scsi_io_mode_t; enumerator in enum:__anon4157
H A Dscsi.c122 case SCSI_IO_WRITE:
152 case SCSI_IO_WRITE:
182 case SCSI_IO_WRITE:
198 case SCSI_IO_WRITE:
212 my_scsi_cmd.is_write = mode == SCSI_IO_WRITE;
234 case SCSI_IO_WRITE:
308 case SCSI_IO_WRITE:
H A Dplain_io.c346 if(rwcmd == SCSI_IO_WRITE && offset) {
371 case SCSI_IO_WRITE:
448 return scsi_io(Stream, buf, where, len, SCSI_IO_WRITE);
H A Dmzip.c205 return zip_cmd(priv, fd, cdb, 6, SCSI_IO_WRITE,

Completed in 63 milliseconds