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
111
int cd_cmd_rw6(struct scsi_generic *, int, u_int64_t, u_int32_t);
sys/scsi/cd.c
112
int cd_cmd_rw10(struct scsi_generic *, int, u_int64_t, u_int32_t);
sys/scsi/cd.c
113
int cd_cmd_rw12(struct scsi_generic *, int, u_int64_t, u_int32_t);
sys/scsi/cd.c
1637
struct scsi_generic *cmd;
sys/scsi/cd.c
1821
struct scsi_generic *cmd;
sys/scsi/cd.c
1879
struct scsi_generic *cmd;
sys/scsi/cd.c
1960
struct scsi_generic *cmd;
sys/scsi/cd.c
486
cd_cmd_rw6(struct scsi_generic *generic, int read, u_int64_t secno,
sys/scsi/cd.c
499
cd_cmd_rw10(struct scsi_generic *generic, int read, u_int64_t secno,
sys/scsi/cd.c
512
cd_cmd_rw12(struct scsi_generic *generic, int read, u_int64_t secno,
sys/scsi/scsi_base.c
2643
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
104
int sd_cmd_rw6(struct scsi_generic *, int, u_int64_t, u_int32_t);
sys/scsi/sd.c
105
int sd_cmd_rw10(struct scsi_generic *, int, u_int64_t, u_int32_t);
sys/scsi/sd.c
106
int sd_cmd_rw12(struct scsi_generic *, int, u_int64_t, u_int32_t);
sys/scsi/sd.c
107
int sd_cmd_rw16(struct scsi_generic *, int, u_int64_t, u_int32_t);
sys/scsi/sd.c
582
sd_cmd_rw6(struct scsi_generic *generic, int read, u_int64_t secno,
sys/scsi/sd.c
595
sd_cmd_rw10(struct scsi_generic *generic, int read, u_int64_t secno,
sys/scsi/sd.c
608
sd_cmd_rw12(struct scsi_generic *generic, int read, u_int64_t secno,
sys/scsi/sd.c
621
sd_cmd_rw16(struct scsi_generic *generic, int read, u_int64_t secno,