Home
last modified time | relevance | path

Searched defs:scsi_fmt_cdb (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/arch/amiga/dev/
H A Dscivar.h126 struct scsi_fmt_cdb { struct
127 int len; /* cdb length (in bytes) */
128 u_char cdb[28]; /* cdb to use on next read/write */
H A Dsbicvar.h215 struct scsi_fmt_cdb { struct
216 int len; /* cdb length (in bytes) */
217 u_char cdb[28]; /* cdb to use on next read/write */
/netbsd-src/sys/arch/acorn32/podulebus/
H A Dsbicvar.h205 struct scsi_fmt_cdb { struct
206 int len; /* cdb length (in bytes) */
207 u_char cdb[28]; /* cdb to use on next read/write */
/netbsd-src/sys/arch/hp300/stand/common/
H A Dscsireg.h476 struct scsi_fmt_cdb { struct
488 #define SDIOCSCSICOMMAND _IOW('S', 0x3, struct scsi_fmt_cdb) argument