Symbol: scsi_generic
sys/arch/luna88k/dev/mb89352var.h
72
struct scsi_generic scsi_cmd;
sys/dev/ic/aic6360var.h
77
struct scsi_generic scsi_cmd;
sys/dev/ic/ncr53c9xvar.h
109
struct scsi_generic cmd; /* SCSI command block */
sys/dev/ic/osiopvar.h
115
struct scsi_generic scsi_cmd; /* DMA'able copy of xs->cmd */
sys/dev/ic/siopvar_common.h
57
struct scsi_generic xscmd; /* 44 */
sys/dev/ic/uhareg.h
213
struct scsi_generic scsi_cmd;
sys/dev/isa/wdsreg.h
57
struct scsi_generic scb;
sys/dev/usb/umass_scsi.c
181
struct scsi_generic *cmd;
sys/dev/vscsivar.h
28
struct scsi_generic cmd;
sys/scsi/cd.c
114
int cd_cmd_rw6(struct scsi_generic *, int, u_int64_t, u_int32_t);
sys/scsi/cd.c
115
int cd_cmd_rw10(struct scsi_generic *, int, u_int64_t, u_int32_t);
sys/scsi/cd.c
116
int cd_cmd_rw12(struct scsi_generic *, int, u_int64_t, u_int32_t);
sys/scsi/cd.c
1640
struct scsi_generic *cmd;
sys/scsi/cd.c
1824
struct scsi_generic *cmd;
sys/scsi/cd.c
1882
struct scsi_generic *cmd;
sys/scsi/cd.c
1963
struct scsi_generic *cmd;
sys/scsi/cd.c
489
cd_cmd_rw6(struct scsi_generic *generic, int read, u_int64_t secno,
sys/scsi/cd.c
502
cd_cmd_rw10(struct scsi_generic *generic, int read, u_int64_t secno,
sys/scsi/cd.c
515
cd_cmd_rw12(struct scsi_generic *generic, int read, u_int64_t secno,
sys/scsi/scsi_base.c
2642
scsi_cmd_rw_decode(struct scsi_generic *cmd, u_int64_t *blkno,
sys/scsi/scsi_ioctl.c
104
if (screq->cmdlen > sizeof(struct scsi_generic))
sys/scsi/scsiconf.h
397
struct scsi_generic cmd; /* The scsi command to execute */
sys/scsi/scsiconf.h
576
void scsi_cmd_rw_decode(struct scsi_generic *, u_int64_t *, u_int32_t *);
sys/scsi/sd.c
106
int sd_cmd_rw6(struct scsi_generic *, int, u_int64_t, u_int32_t);
sys/scsi/sd.c
107
int sd_cmd_rw10(struct scsi_generic *, int, u_int64_t, u_int32_t);
sys/scsi/sd.c
108
int sd_cmd_rw12(struct scsi_generic *, int, u_int64_t, u_int32_t);
sys/scsi/sd.c
109
int sd_cmd_rw16(struct scsi_generic *, int, u_int64_t, u_int32_t);
sys/scsi/sd.c
584
sd_cmd_rw6(struct scsi_generic *generic, int read, u_int64_t secno,
sys/scsi/sd.c
597
sd_cmd_rw10(struct scsi_generic *generic, int read, u_int64_t secno,
sys/scsi/sd.c
610
sd_cmd_rw12(struct scsi_generic *generic, int read, u_int64_t secno,
sys/scsi/sd.c
623
sd_cmd_rw16(struct scsi_generic *generic, int read, u_int64_t secno,