Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dcciss_ioctl.h47 } IOCTL_Command_struct; typedef
78 #define CCISS_PASSTHRU _IOWR(CCISS_IOC_MAGIC, 11, IOCTL_Command_struct)
/openbmc/linux/drivers/scsi/
H A Dhpsa.c258 IOCTL_Command_struct *iocommand);
6274 IOCTL_Command_struct arg64; in hpsa_ioctl32_passthru()
6282 if (copy_from_user(&arg64, arg32, offsetof(IOCTL_Command_struct, buf))) in hpsa_ioctl32_passthru()
6402 IOCTL_Command_struct *iocommand) in hpsa_passthru_ioctl()
6644 IOCTL_Command_struct iocommand; in hpsa_ioctl()
/openbmc/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c6715 IOCTL_Command_struct iocommand; in pqi_passthru_ioctl()