Home
last modified time | relevance | path

Searched defs:ioctl_args (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/raid/hptrr/
H A Dhptrr_osm_bsd.c843 static void __hpt_do_ioctl(PVBUS_EXT vbus_ext, IOCTL_ARG *ioctl_args) in __hpt_do_ioctl()
864 static void hpt_do_ioctl(IOCTL_ARG *ioctl_args) in hpt_do_ioctl()
1235 IOCTL_ARG ioctl_args; in hpt_ioctl() local
/dragonfly/sys/dev/raid/hpt27xx/
H A Dhpt27xx_osm_bsd.c869 static void __hpt_do_ioctl(PVBUS_EXT vbus_ext, IOCTL_ARG *ioctl_args) in __hpt_do_ioctl()
890 static void hpt_do_ioctl(IOCTL_ARG *ioctl_args) in hpt_do_ioctl()
1259 IOCTL_ARG ioctl_args; in hpt_ioctl() local
/dragonfly/sys/dev/disk/ccd/
H A Dccd.c321 struct dev_ioctl_args ioctl_args; in ccddetach() local
/dragonfly/sys/sys/
H A Dsysproto.h215 struct ioctl_args { struct
216 int fd; char fd_[PAD_(int)];
217 u_long com; char com_[PAD_(u_long)];
218 caddr_t data; char data_[PAD_(caddr_t)];