Home
last modified time | relevance | path

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

/freebsd/sys/dev/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()
1228 IOCTL_ARG ioctl_args; in hpt_ioctl() local
/freebsd/sys/dev/hpt27xx/
H A Dhpt27xx_osm_bsd.c912 static void __hpt_do_ioctl(PVBUS_EXT vbus_ext, IOCTL_ARG *ioctl_args) in __hpt_do_ioctl()
933 static void hpt_do_ioctl(IOCTL_ARG *ioctl_args) in hpt_do_ioctl()
1295 IOCTL_ARG ioctl_args; in hpt_ioctl() local
/freebsd/sys/dev/hptnr/
H A Dhptnr_osm_bsd.c1199 static void __hpt_do_ioctl(PVBUS_EXT vbus_ext, IOCTL_ARG *ioctl_args) in __hpt_do_ioctl()
1220 static void hpt_do_ioctl(IOCTL_ARG *ioctl_args) in hpt_do_ioctl()
1585 IOCTL_ARG ioctl_args; in hpt_ioctl() local
/freebsd/sys/kern/
H A Dsys_generic.c649 struct ioctl_args { struct
657 sys_ioctl(struct thread *td, struct ioctl_args *uap) in sys_ioctl() argument
/freebsd/sys/sys/
H A Dsysproto.h215 struct ioctl_args { struct
216 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
217 char com_l_[PADL_(u_long)]; u_long com; char com_r_[PADR_(u_long)];
218 char data_l_[PADL_(char *)]; char * data; char data_r_[PADR_(char *)];