Searched refs:mtdtrq (Results 1 – 1 of 1) sorted by relevance
5159 struct mtdrivetype_request mtdtrq; in st_ioctl() local5176 mtdtrq.size = mtdtrq32.size; in st_ioctl()5177 mtdtrq.mtdtp = in st_ioctl()5180 "st_ioctl: size 0x%x\n", mtdtrq.size); in st_ioctl()5184 if (ddi_copyin((void *)arg, &mtdtrq, in st_ioctl()5193 if (ddi_copyin((void *)arg, &mtdtrq, in st_ioctl()5204 if (mtdtrq.size < 0) { in st_ioctl()5247 if (mtdtrq.size < tmp) in st_ioctl()5248 tmp = mtdtrq.size; in st_ioctl()5249 if (ddi_copyout(mtdt, mtdtrq.mtdtp, tmp, flag)) { in st_ioctl()