Lines Matching defs:l_inquiry_struct
277 typedef struct l_inquiry_struct { struct
285 uchar_t inq_dtype;
288 uchar_t inq_rmb : 1, /* removable media */
289 inq_qual : 7; /* device type qualifier */
291 uchar_t inq_qual : 7, /* device type qualifier */
292 inq_rmb : 1; /* removable media */
297 uchar_t inq_iso : 2, /* ISO version */
298 inq_ecma : 3, /* ECMA version */
299 inq_ansi : 3; /* ANSI version */
301 uchar_t inq_ansi : 3, /* ANSI version */
302 inq_ecma : 3, /* ECMA version */
303 inq_iso : 2; /* ISO version */
309 uchar_t inq_aenc : 1, /* async event notification cap. */
310 inq_trmiop : 1, /* supports TERMINATE I/O PROC msg */
311 inq_normaca : 1, /* Normal ACA Supported */
315 uchar_t inq_rdf : 4, /* response data format */
323 uchar_t inq_len; /* additional length */
332 uchar_t inq_SIP_1 : 3, /* Interlocked Protocol */
333 inq_mchngr : 1, /* Medium Changer */
334 inq_dual_p : 1, /* Dual Port */
335 inq_port : 1, /* Only defined when dual_p set */
339 union {
342 } ui;
347 uchar_t inq_vid[8]; /* vendor ID */
349 uchar_t inq_pid[16]; /* product ID */
351 uchar_t inq_revision[4]; /* product revision level */
360 uchar_t inq_firmware_rev[4]; /* firmware revision level */
363 uchar_t inq_serial[12]; /* serial number, not used any more */
366 uchar_t inq_res2[2];
369 uchar_t inq_ssa_ports; /* number of ports */
370 uchar_t inq_ssa_tgts; /* number of targets */
375 uchar_t inq_res3[40];
379 uchar_t inq_box_name[32];
380 uchar_t inq_avu[256];