Home
last modified time | relevance | path

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

/illumos-gate/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 */
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 */
385 ushort_t io_timeout; /* I/O timeout in seconds */
388 ushort_t load_timeout; /* load tape time in seconds */
[all …]