Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/ciss/
HDcissio.h185 } __packed IOCTL_Command_struct; typedef
229 #define CCISS_PASSTHRU _IOWR ('C', 210, IOCTL_Command_struct)
HDciss.c169 static int ciss_user_command(struct ciss_softc *sc, IOCTL_Command_struct *ioc);
454 debug_type(IOCTL_Command_struct); in ciss_attach()
2621 ciss_user_command(struct ciss_softc *sc, IOCTL_Command_struct *ioc) in ciss_user_command()
4546 IOCTL_Command_struct *ioc = (IOCTL_Command_struct *)addr; in ciss_ioctl()
4549 IOCTL_Command_struct ioc_swab; in ciss_ioctl()
/freebsd-14-stable/sys/dev/smartpqi/
HDsmartpqi_helper.c336 ASSERT(sizeof(IOCTL_Command_struct)== 86 || in check_struct_sizes()
337 sizeof(IOCTL_Command_struct)== 82); in check_struct_sizes()
HDsmartpqi_ioctl.h138 }OS_ATTRIBUTE_PACKED IOCTL_Command_struct; typedef
HDsmartpqi_ioctl.c240 IOCTL_Command_struct *iocommand = (IOCTL_Command_struct *)arg; in pqisrc_passthru_ioctl()
HDsmartpqi_defines.h913 #define SMARTPQI_PASS_THRU _IOWR(SMARTPQI_IOCTL_BASE, 2, IOCTL_Command_struct)
914 #define CCISS_PASSTHRU _IOWR('C', 210, IOCTL_Command_struct)