Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dcciss_ioctl.h46 } IOCTL_Command_struct; typedef
77 #define CCISS_PASSTHRU _IOWR(CCISS_IOC_MAGIC, 11, IOCTL_Command_struct)
/linux-4.1.27/drivers/block/
Dcciss.c1184 IOCTL_Command_struct arg64; in cciss_ioctl32_passthru()
1185 IOCTL_Command_struct __user *p = compat_alloc_user_space(sizeof(arg64)); in cciss_ioctl32_passthru()
1463 IOCTL_Command_struct iocommand; in cciss_passthru()
1476 (&iocommand, argp, sizeof(IOCTL_Command_struct))) in cciss_passthru()
1542 if (copy_to_user(argp, &iocommand, sizeof(IOCTL_Command_struct))) { in cciss_passthru()
/linux-4.1.27/drivers/scsi/
Dhpsa.c4744 IOCTL_Command_struct arg64; in hpsa_ioctl32_passthru()
4745 IOCTL_Command_struct __user *p = compat_alloc_user_space(sizeof(arg64)); in hpsa_ioctl32_passthru()
4884 IOCTL_Command_struct iocommand; in hpsa_passthru_ioctl()