Home
last modified time | relevance | path

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

/freebsd/sys/dev/ciss/
H A Dcissio.h194 } __packed IOCTL_Command_struct32; typedef
231 #define CCISS_PASSTHRU32 _IOWR ('C', 210, IOCTL_Command_struct32)
H A Dciss.c4622 IOCTL_Command_struct32 *ioc32 = (IOCTL_Command_struct32 *)addr; in ciss_ioctl()