Symbol: scsi_rw
sys/arch/sparc64/dev/vdsk.c
1036
rw = (struct scsi_rw *)&xs->cmd;
sys/arch/sparc64/dev/vdsk.c
998
struct scsi_rw *rw;
sys/dev/ic/aac.c
2177
struct scsi_rw *rw;
sys/dev/ic/aac.c
2246
rw = (struct scsi_rw *)&xs->cmd;
sys/dev/ic/ami.c
1305
struct scsi_rw *rw;
sys/dev/ic/ami.c
1423
rw = (struct scsi_rw *)&xs->cmd;
sys/dev/ic/cac.c
570
struct scsi_rw *rw;
sys/dev/ic/cac.c
657
rw = (struct scsi_rw *)&xs->cmd;
sys/dev/ic/gdt_common.c
546
struct scsi_rw *rw;
sys/dev/ic/gdt_common.c
636
rw = (struct scsi_rw *)&xs->cmd;
sys/dev/ic/mfi.c
1156
struct scsi_rw *rw;
sys/dev/ic/mfi.c
1192
rw = (struct scsi_rw *)&xs->cmd;
sys/dev/ic/twe.c
756
struct scsi_rw *rw;
sys/dev/ic/twe.c
838
rw = (struct scsi_rw *)&xs->cmd;
sys/dev/pci/ips.c
836
struct scsi_rw *rw;
sys/dev/pci/ips.c
866
if (xs->cmdlen == sizeof(struct scsi_rw)) {
sys/dev/pv/vioblk.c
405
struct scsi_rw *rw;
sys/dev/pv/vioblk.c
467
rw = (struct scsi_rw *)&xs->cmd;
sys/dev/pv/xbf.c
607
struct scsi_rw *rw;
sys/dev/pv/xbf.c
645
rw = (struct scsi_rw *)&xs->cmd;
sys/dev/sdmmc/sdmmc_scsi.c
289
struct scsi_rw *rw;
sys/dev/sdmmc/sdmmc_scsi.c
293
rw = (struct scsi_rw *)&xs->cmd;
sys/dev/softraid.c
4614
*blkno = _3btol(((struct scsi_rw *)&xs->cmd)->addr);
sys/scsi/cd.c
492
struct scsi_rw *cmd = (struct scsi_rw *)generic;
sys/scsi/scsi_base.c
2648
struct scsi_rw *rw = (struct scsi_rw *)cmd;
sys/scsi/sd.c
587
struct scsi_rw *cmd = (struct scsi_rw *)generic;
usr.sbin/vmd/vioscsi.c
1259
struct scsi_rw *read_6;
usr.sbin/vmd/vioscsi.c
1267
read_6 = (struct scsi_rw *)(req->cdb);