Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c5162 struct st_drivetype *stdt = un->un_dp; in st_ioctl() local
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()
5219 mtdt->default_density = stdt->default_density; in st_ioctl()
[all …]