Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/
Dgdth_ioctl.h338 } gdth_ioctl_reset; typedef
Dgdth.c4126 gdth_ioctl_reset res; in ioc_resetdrv()
4131 if (copy_from_user(&res, arg, sizeof(gdth_ioctl_reset)) || in ioc_resetdrv()
4153 if (copy_to_user(arg, &res, sizeof(gdth_ioctl_reset))) in ioc_resetdrv()
4585 gdth_ioctl_reset res; in gdth_ioctl()
4588 if (copy_from_user(&res, argp, sizeof(gdth_ioctl_reset)) || in gdth_ioctl()
4602 if (copy_to_user(argp, &res, sizeof(gdth_ioctl_reset))) in gdth_ioctl()