Lines Matching defs:scsi_inq_ansi
190 struct scsi_inq_ansi { struct
191 u_char si_type; /* peripheral qualifier and device type */
192 u_char si_qual; /* RMB and device type qualifier */
193 u_char si_version; /* ISO, ECMA and ANSI-approved versions */
194 u_char si_v2info; /* ? */
195 u_char si_len; /* addition length */
196 char si_xxx1[2]; /* reserved */
197 char si_flags; /* (see below) */
198 char si_vendor[8]; /* vendor (blank padded) */
199 char si_product[16]; /* product (blank padded) */
200 char si_rev[4]; /* revision (blank padded) */
203 char si_vend1[20]; /* vendor specific */
204 char si_xxx2[40]; /* reserved */
205 char si_vend2[252-96]; /* vendor specific parameters */