Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h372 struct st_drivetype { struct
373 char name[ST_NAMESIZE]; /* Name, for debug */
374 char length; /* Length of vendor id */
375 char vid[VIDPIDLEN]; /* Vendor id and model (product) id */
376 char type; /* Drive type for driver */
377 int bsize; /* Block size */
378 int options; /* Drive options */
379 int max_rretries; /* Max read retries */
380 int max_wretries; /* Max write retries */
381 uchar_t densities[NDENSITIES]; /* density codes, low->hi */
[all …]