IOCTL_Command_struct
static int ciss_user_command(struct ciss_softc *sc, IOCTL_Command_struct *ioc);
ciss_user_command(struct ciss_softc *sc, IOCTL_Command_struct *ioc)
IOCTL_Command_struct *ioc = (IOCTL_Command_struct *)addr;
IOCTL_Command_struct ioc_swab;
debug_type(IOCTL_Command_struct);
#define CCISS_PASSTHRU _IOWR ('C', 210, IOCTL_Command_struct)
#define SMARTPQI_PASS_THRU _IOWR(SMARTPQI_IOCTL_BASE, 2, IOCTL_Command_struct)
#define CCISS_PASSTHRU _IOWR('C', 210, IOCTL_Command_struct)
ASSERT(sizeof(IOCTL_Command_struct)== 86 ||
sizeof(IOCTL_Command_struct)== 82);
IOCTL_Command_struct *iocommand = (IOCTL_Command_struct *)arg;