Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dcciss_ioctl.h46 } IOCTL_Command_struct; typedef
77 #define CCISS_PASSTHRU _IOWR(CCISS_IOC_MAGIC, 11, IOCTL_Command_struct)
/linux-3.3/drivers/block/
Dcciss.c1196 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()
/linux-3.3/drivers/scsi/
Dhpsa.c2435 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()