Searched refs:IOCTL_Command_struct (Results 1 – 6 of 6) sorted by relevance
185 } __packed IOCTL_Command_struct; typedef229 #define CCISS_PASSTHRU _IOWR ('C', 210, IOCTL_Command_struct)
169 static int ciss_user_command(struct ciss_softc *sc, IOCTL_Command_struct *ioc);491 debug_type(IOCTL_Command_struct); in ciss_attach() 2680 ciss_user_command(struct ciss_softc *sc, IOCTL_Command_struct *ioc) in ciss_user_command() 4620 IOCTL_Command_struct *ioc = (IOCTL_Command_struct *)addr; in ciss_ioctl() 4623 IOCTL_Command_struct ioc_swab; in ciss_ioctl()
336 ASSERT(sizeof(IOCTL_Command_struct)== 86 || in check_struct_sizes()337 sizeof(IOCTL_Command_struct)== 82); in check_struct_sizes()
138 }OS_ATTRIBUTE_PACKED IOCTL_Command_struct; typedef
240 IOCTL_Command_struct *iocommand = (IOCTL_Command_struct *)arg; in pqisrc_passthru_ioctl()
913 #define SMARTPQI_PASS_THRU _IOWR(SMARTPQI_IOCTL_BASE, 2, IOCTL_Command_struct)914 #define CCISS_PASSTHRU _IOWR('C', 210, IOCTL_Command_struct)