Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sgimips/stand/common/
H A Diris_scsicmd.h87 struct scsi_cdb10 { struct
88 uint8_t cmd; /* command code */
89 uint8_t lun: 3, /* logical unit on ctlr */
92 uint8_t lbah; /* msb of read/write logical block addr */
93 uint8_t lbahm; /* high middle byte of l.b.a. */
94 uint8_t lbalm; /* low middle byte of l.b.a. */
95 uint8_t lbal; /* lsb of l.b.a. */
96 uint8_t reserved;
97 uint8_t lenh; /* msb transfer length */
98 uint8_t lenl; /* lsb transfer length */
[all …]
/netbsd-src/sys/arch/luna68k/stand/boot/
H A Dscsireg.h205 struct scsi_cdb10 { struct
206 uint8_t cmd; /* command code */
207 uint8_t lun: 3, /* logical unit on ctlr */
210 uint8_t lbah; /* msb of read/write logical block addr */
211 uint8_t lbahm; /* high middle byte of l.b.a. */
212 uint8_t lbalm; /* low middle byte of l.b.a. */
213 uint8_t lbal; /* lsb of l.b.a. */
214 uint8_t reserved;
215 uint8_t lenh; /* msb transfer length */
216 uint8_t lenl; /* lsb transfer length */
[all …]
/netbsd-src/sys/arch/hp300/stand/common/
H A Dscsireg.h230 struct scsi_cdb10 { struct
231 u_char cmd; /* command code */
232 u_char lun: 3, /* logical unit on ctlr */
235 u_char lbah; /* msb of read/write logical block addr */
236 u_char lbahm; /* high middle byte of l.b.a. */
237 u_char lbalm; /* low middle byte of l.b.a. */
238 u_char lbal; /* lsb of l.b.a. */
239 u_char reserved;
240 u_char lenh; /* msb transfer length */
241 u_char lenl; /* lsb transfer length */
[all …]