Searched refs:IOCTL_Command_struct (Results 1 – 3 of 3) sorted by relevance
46 } IOCTL_Command_struct; typedef77 #define CCISS_PASSTHRU _IOWR(CCISS_IOC_MAGIC, 11, IOCTL_Command_struct)
1196 IOCTL_Command_struct arg64; in cciss_ioctl32_passthru()1197 IOCTL_Command_struct __user *p = compat_alloc_user_space(sizeof(arg64)); in cciss_ioctl32_passthru()1462 IOCTL_Command_struct iocommand; in cciss_passthru()1475 (&iocommand, argp, sizeof(IOCTL_Command_struct))) in cciss_passthru()1541 if (copy_to_user(argp, &iocommand, sizeof(IOCTL_Command_struct))) { in cciss_passthru()
2435 IOCTL_Command_struct arg64; in hpsa_ioctl32_passthru()2436 IOCTL_Command_struct __user *p = compat_alloc_user_space(sizeof(arg64)); in hpsa_ioctl32_passthru()2575 IOCTL_Command_struct iocommand; in hpsa_passthru_ioctl()