Searched defs:ioctl_args (Results 1 – 5 of 5) sorted by relevance
843 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
912 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
1199 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
649 struct ioctl_args { struct657 sys_ioctl(struct thread *td, struct ioctl_args *uap) in sys_ioctl() argument
215 struct ioctl_args { struct216 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 *)];