Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/
Dgdth_ioctl.h337 } gdth_ioctl_reset; typedef
Dgdth.c4128 gdth_ioctl_reset res; in ioc_resetdrv()
4133 if (copy_from_user(&res, arg, sizeof(gdth_ioctl_reset)) || in ioc_resetdrv()
4155 if (copy_to_user(arg, &res, sizeof(gdth_ioctl_reset))) in ioc_resetdrv()
4587 gdth_ioctl_reset res; in gdth_ioctl()
4590 if (copy_from_user(&res, argp, sizeof(gdth_ioctl_reset)) || in gdth_ioctl()
4604 if (copy_to_user(argp, &res, sizeof(gdth_ioctl_reset))) in gdth_ioctl()