Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/ciss/
H A Dcissio.h185 } __packed IOCTL_Command_struct; typedef
229 #define CCISS_PASSTHRU _IOWR ('C', 210, IOCTL_Command_struct)
H A Dciss.c165 static int ciss_user_command(struct ciss_softc *sc, IOCTL_Command_struct *ioc);
423 debug_type(IOCTL_Command_struct); in ciss_attach()
2537 ciss_user_command(struct ciss_softc *sc, IOCTL_Command_struct *ioc) in ciss_user_command()
4488 IOCTL_Command_struct *ioc = (IOCTL_Command_struct *)addr; in ciss_ioctl()
4491 IOCTL_Command_struct ioc_swab; in ciss_ioctl()