Home
last modified time | relevance | path

Searched refs:ST_TYPE_EXABYTE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst_conf.c648 ST_TYPE_EXABYTE, /* .type Numeric type (cf. mtio.h) */
687 ST_TYPE_EXABYTE, /* .type Numeric type (cf. mtio.h) */
721 ST_TYPE_EXABYTE, /* .type Numeric type (cf. mtio.h) */
H A Dst.c5491 case ST_TYPE_EXABYTE: in st_ioctl()
7158 un->un_dp->type = ST_TYPE_EXABYTE; in st_determine_generic()
8763 (un->un_dp->type == ST_TYPE_EXABYTE))) { in st_make_cmd()
9475 case ST_TYPE_EXABYTE: /* Exabyte 8200 */ in st_media_watch_cb()
12727 case ST_TYPE_EXABYTE: in st_report_soft_errors()
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h89 #define ST_TYPE_EXABYTE MT_ISEXABYTE /* Exabyte 8200 */ macro