Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/ciss/
H A Dcissio.h185 } __packed IOCTL_Command_struct; typedef
229 #define CCISS_PASSTHRU _IOWR ('C', 210, IOCTL_Command_struct)
H A Dciss.c169 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()
/freebsd-src/sys/dev/smartpqi/
H A Dsmartpqi_helper.c336 ASSERT(sizeof(IOCTL_Command_struct)== 86 || in check_struct_sizes()
337 sizeof(IOCTL_Command_struct)== 82); in check_struct_sizes()
H A Dsmartpqi_ioctl.h138 }OS_ATTRIBUTE_PACKED IOCTL_Command_struct; typedef
H A Dsmartpqi_ioctl.c240 IOCTL_Command_struct *iocommand = (IOCTL_Command_struct *)arg; in pqisrc_passthru_ioctl()
H A Dsmartpqi_defines.h913 #define SMARTPQI_PASS_THRU _IOWR(SMARTPQI_IOCTL_BASE, 2, IOCTL_Command_struct)
914 #define CCISS_PASSTHRU _IOWR('C', 210, IOCTL_Command_struct)