Symbol: scsi_rw_10
sys/arch/sparc64/dev/vdsk.c
1040
rw10 = (struct scsi_rw_10 *)&xs->cmd;
sys/arch/sparc64/dev/vdsk.c
999
struct scsi_rw_10 *rw10;
sys/dev/ic/aac.c
2178
struct scsi_rw_10 *rw10;
sys/dev/ic/aac.c
2251
rw10 = (struct scsi_rw_10 *)&xs->cmd;
sys/dev/ic/ami.c
1306
struct scsi_rw_10 *rw10;
sys/dev/ic/ami.c
1427
rw10 = (struct scsi_rw_10 *)&xs->cmd;
sys/dev/ic/cac.c
571
struct scsi_rw_10 *rw10;
sys/dev/ic/cac.c
662
rw10 = (struct scsi_rw_10 *)&xs->cmd;
sys/dev/ic/gdt_common.c
547
struct scsi_rw_10 *rw10;
sys/dev/ic/gdt_common.c
642
rw10 = (struct scsi_rw_10 *)&xs->cmd;
sys/dev/ic/mfi.c
1157
struct scsi_rw_10 *rw10;
sys/dev/ic/mfi.c
1183
rw10 = (struct scsi_rw_10 *)&xs->cmd;
sys/dev/ic/twe.c
757
struct scsi_rw_10 *rw10;
sys/dev/ic/twe.c
843
rw10 = (struct scsi_rw_10 *)&xs->cmd;
sys/dev/pci/ips.c
837
struct scsi_rw_10 *rw10;
sys/dev/pv/vioblk.c
406
struct scsi_rw_10 *rw10;
sys/dev/pv/vioblk.c
471
rw10 = (struct scsi_rw_10 *)&xs->cmd;
sys/dev/pv/xbf.c
608
struct scsi_rw_10 *rw10;
sys/dev/pv/xbf.c
649
rw10 = (struct scsi_rw_10 *)&xs->cmd;
sys/dev/sdmmc/sdmmc_scsi.c
290
struct scsi_rw_10 *rw10;
sys/dev/sdmmc/sdmmc_scsi.c
297
rw10 = (struct scsi_rw_10 *)&xs->cmd;
sys/dev/softraid.c
4610
*blkno = _4btol(((struct scsi_rw_10 *)&xs->cmd)->addr);
sys/scsi/cd.c
505
struct scsi_rw_10 *cmd = (struct scsi_rw_10 *)generic;
sys/scsi/scsi_base.c
2655
struct scsi_rw_10 *rw10 = (struct scsi_rw_10 *)cmd;
sys/scsi/sd.c
600
struct scsi_rw_10 *cmd = (struct scsi_rw_10 *)generic;
usr.sbin/vmd/vioscsi.c
1393
struct scsi_rw_10 *read_10;
usr.sbin/vmd/vioscsi.c
1402
read_10 = (struct scsi_rw_10 *)(req->cdb);