Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dcciss_ioctl.h16 } IOCTL32_Command_struct; typedef
28 #define CCISS_PASSTHRU32 _IOWR(CCISS_IOC_MAGIC, 11, IOCTL32_Command_struct)
/openbmc/linux/drivers/scsi/
H A Dhpsa.c6273 IOCTL32_Command_struct __user *arg32 = arg; in hpsa_ioctl32_passthru()