Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c5161 struct mtdrivetype *mtdt = &mtdrtyp; in st_ioctl() local
5208 bzero(mtdt, sizeof (struct mtdrivetype)); in st_ioctl()
5209 (void) strncpy(mtdt->name, stdt->name, ST_NAMESIZE); in st_ioctl()
5210 (void) strncpy(mtdt->vid, stdt->vid, VIDPIDLEN - 1); in st_ioctl()
5211 mtdt->type = stdt->type; in st_ioctl()
5212 mtdt->bsize = stdt->bsize; in st_ioctl()
5213 mtdt->options = stdt->options; in st_ioctl()
5214 mtdt->max_rretries = stdt->max_rretries; in st_ioctl()
5215 mtdt->max_wretries = stdt->max_wretries; in st_ioctl()
5217 mtdt->densities[tmp] = stdt->densities[tmp]; in st_ioctl()
[all …]