Home
last modified time | relevance | path

Searched refs:linux_ioctl_register_handler (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_ioctl.h892 int linux_ioctl_register_handler(struct linux_ioctl_handler *h);
907 linux_ioctl_register_handler, &n##_linux_handler); \
H A Dlinux_ioctl.c3941 linux_ioctl_register_handler(struct linux_ioctl_handler *h) in linux_ioctl_register_handler() function
/freebsd/sys/modules/linux/
H A DMakefile83 EXPORT_SYMS+= linux_ioctl_register_handler
/freebsd/sys/dev/ntsync/
H A Dlinux_ntsync.c41 error = linux_ioctl_register_handler(&linux_ntsync_handler); in linux_ntsync_modevent()
/freebsd/sys/dev/drm2/
H A Ddrm_drv.c263 linux_ioctl_register_handler(&drm_handler); in drm_core_init()
/freebsd/sys/arm64/linux/
H A Dlinux_sysvec.c628 linux_ioctl_register_handler(*lihp); in linux64_elf_modevent()
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c866 linux_ioctl_register_handler(*lihp); in linux_elf_modevent()
/freebsd/sys/amd64/linux/
H A Dlinux_sysvec.c931 linux_ioctl_register_handler(*lihp); in linux64_elf_modevent()