Home
last modified time | relevance | path

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

/original-bsd/sys/dev/scsi/
H A Dscsi.h39 struct scsi_cdb10 { struct
61 #define CDB10(cdb) ((struct scsi_cdb10 *)&(cdb)->cdb_bytes[0]) argument
/original-bsd/sys/hp300/dev/
H A Dscsireg.h204 struct scsi_cdb10 { struct
205 u_char cmd; /* command code */
206 u_char lun: 3, /* logical unit on ctlr */
209 u_char lbah; /* msb of read/write logical block addr */
210 u_char lbahm; /* high middle byte of l.b.a. */
211 u_char lbalm; /* low middle byte of l.b.a. */
212 u_char lbal; /* lsb of l.b.a. */
213 u_char reserved;
214 u_char lenh; /* msb transfer length */
215 u_char lenl; /* lsb transfer length */
[all …]
/original-bsd/sys/luna68k/dev/
H A Dscsireg.h181 struct scsi_cdb10 { struct
182 u_char cmd; /* command code */
183 u_char lun: 3, /* logical unit on ctlr */
186 u_char lbah; /* msb of read/write logical block addr */
187 u_char lbahm; /* high middle byte of l.b.a. */
188 u_char lbalm; /* low middle byte of l.b.a. */
189 u_char lbal; /* lsb of l.b.a. */
190 u_char reserved;
191 u_char lenh; /* msb transfer length */
192 u_char lenl; /* lsb transfer length */
[all …]
H A Dscreg.h181 struct scsi_cdb10 { struct
182 u_char cmd; /* command code */
183 u_char lun: 3, /* logical unit on ctlr */
186 u_char lbah; /* msb of read/write logical block addr */
187 u_char lbahm; /* high middle byte of l.b.a. */
188 u_char lbalm; /* low middle byte of l.b.a. */
189 u_char lbal; /* lsb of l.b.a. */
190 u_char reserved;
191 u_char lenh; /* msb transfer length */
192 u_char lenl; /* lsb transfer length */
[all …]