Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c4971 struct mtget32 *mtget_32 = &mtg_local32; in st_ioctl() local
5076 mtget_32->mt_erreg = mtget->mt_erreg; in st_ioctl()
5077 mtget_32->mt_resid = mtget->mt_resid; in st_ioctl()
5078 mtget_32->mt_dsreg = mtget->mt_dsreg; in st_ioctl()
5079 mtget_32->mt_fileno = (daddr32_t)mtget->mt_fileno; in st_ioctl()
5080 mtget_32->mt_blkno = (daddr32_t)mtget->mt_blkno; in st_ioctl()
5081 mtget_32->mt_type = mtget->mt_type; in st_ioctl()
5082 mtget_32->mt_flags = mtget->mt_flags; in st_ioctl()
5083 mtget_32->mt_bf = mtget->mt_bf; in st_ioctl()
5085 if (ddi_copyout(mtget_32, (void *)arg, in st_ioctl()