Home
last modified time | relevance | path

Searched refs:ST_INQUIRY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h1344 #define ST_INQUIRY (ST_SCSI_DEVP->sd_inq) macro
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c1861 if (ST_INQUIRY->inq_len == 0 || in st_known_tape_type()
1862 (bcmp("\0\0\0\0\0\0\0\0", ST_INQUIRY->inq_vid, 8) == 0)) { in st_known_tape_type()
1863 (void) strcpy((char *)ST_INQUIRY->inq_vid, ST_MT02_NAME); in st_known_tape_type()
1879 if ((*config_funct)(un, ST_INQUIRY->inq_vid, dp)) { in st_known_tape_type()
2299 tem_dp->length = min(strlen(ST_INQUIRY->inq_vid), (VIDPIDLEN - 1)); in st_get_conf_from_tape_drive()
2300 (void) strncpy(tem_dp->vid, ST_INQUIRY->inq_vid, tem_dp->length); in st_get_conf_from_tape_drive()
2765 dp->length = min(strlen(ST_INQUIRY->inq_vid), (VIDPIDLEN - 1)); in st_get_default_conf()
2766 (void) strncpy(dp->vid, ST_INQUIRY->inq_vid, dp->length); in st_get_default_conf()
13148 ST_INQUIRY->inq_vid, 8); in st_create_errstats()
13153 if (ST_INQUIRY->inq_len != 0) { in st_create_errstats()
[all …]