Searched defs:scsi_xsense (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/luna68k/stand/boot/ |
H A D | scsireg.h | 232 struct scsi_xsense { struct 233 uint8_t valid: 1, /* l.b.a. is valid */ 234 class: 3, 235 code: 4; 236 uint8_t segment; 237 uint8_t filemark: 1, 238 eom: 1, 239 ili: 1, /* illegal length indicator */ 240 rsvd: 1, 241 key: 4; [all …]
|
/netbsd-src/sys/arch/hp300/stand/common/ |
H A D | scsireg.h | 257 struct scsi_xsense { struct 258 u_char valid: 1, /* l.b.a. is valid */ 259 class: 3, 260 code: 4; 261 u_char segment; 262 u_char filemark: 1, 263 eom: 1, 264 ili: 1, /* illegal length indicator */ 265 rsvd: 1, 266 key: 4; [all …]
|