Home
last modified time | relevance | path

Searched refs:linux_ioctl_function_t (Results 1 – 3 of 3) sorted by relevance

/src/sys/compat/linux/
H A Dlinux_ioctl.h834 typedef int linux_ioctl_function_t(struct thread *, struct linux_ioctl_args *); typedef
837 linux_ioctl_function_t *func;
856 static linux_ioctl_function_t n##_linux_ioctl; \
H A Dlinux_ioctl.c90 static linux_ioctl_function_t linux_ioctl_ ## shortname; \
/src/sys/dev/drm2/
H A Ddrm_os_freebsd.c448 static linux_ioctl_function_t drm_linux_ioctl;