Home
last modified time | relevance | path

Searched refs:linux_ioctl_handler (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_ioctl.h807 struct linux_ioctl_handler { struct
819 int linux_ioctl_register_handler(struct linux_ioctl_handler *h); argument
820 int linux_ioctl_unregister_handler(struct linux_ioctl_handler *h);
822 int linux32_ioctl_register_handler(struct linux_ioctl_handler *h);
823 int linux32_ioctl_unregister_handler(struct linux_ioctl_handler *h);
H A Dlinux_ioctl.c90 static struct linux_ioctl_handler shortname ## _handler = { \
124 static struct linux_ioctl_handler linux_ioctls[] = {
3643 struct linux_ioctl_handler *handler; in linux_ioctl()
3670 linux_ioctl_register_handler(struct linux_ioctl_handler *h) in linux_ioctl_register_handler()
3713 linux_ioctl_unregister_handler(struct linux_ioctl_handler *h) in linux_ioctl_unregister_handler()
3736 linux32_ioctl_register_handler(struct linux_ioctl_handler *h) in linux32_ioctl_register_handler()
3778 linux32_ioctl_unregister_handler(struct linux_ioctl_handler *h) in linux32_ioctl_unregister_handler()
/freebsd/sys/dev/tdfx/
H A Dtdfx_linux.h44 static struct linux_ioctl_handler n##_handler = {linux_ioctl_##n, low, high}; \
/freebsd/sys/dev/aac/
H A Daac_linux.c56 static struct linux_ioctl_handler aac_linux_handler = {aac_linux_ioctl,
/freebsd/sys/dev/aacraid/
H A Daacraid_linux.c58 static struct linux_ioctl_handler aacraid_linux_handler = {aacraid_linux_ioctl,
/freebsd/sys/dev/mfi/
H A Dmfi_linux.c57 static struct linux_ioctl_handler mfi_linux_handler = {mfi_linux_ioctl,
/freebsd/sys/dev/mrsas/
H A Dmrsas_linux.c71 static struct linux_ioctl_handler mrsas_linux_handler = {mrsas_linux_ioctl,
/freebsd/sys/amd64/sgx/
H A Dsgx_linux.c95 static struct linux_ioctl_handler sgx_linux_handler = {
/freebsd/sys/dev/ipmi/
H A Dipmi_linux.c70 static struct linux_ioctl_handler ipmi_linux_handler = {ipmi_linux_ioctl,
/freebsd/sys/arm64/linux/
H A Dlinux_sysvec.c94 SET_DECLARE(linux_ioctl_handler_set, struct linux_ioctl_handler);
612 struct linux_ioctl_handler**lihp; in linux64_elf_modevent()
/freebsd/sys/amd64/linux/
H A Dlinux_sysvec.c101 SET_DECLARE(linux_ioctl_handler_set, struct linux_ioctl_handler);
913 struct linux_ioctl_handler **lihp; in linux64_elf_modevent()
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c97 SET_DECLARE(linux_ioctl_handler_set, struct linux_ioctl_handler);
850 struct linux_ioctl_handler **lihp; in linux_elf_modevent()
/freebsd/sys/dev/drm2/
H A Ddrm_os_freebsd.c449 static struct linux_ioctl_handler drm_handler = {drm_linux_ioctl,
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysvec.c100 SET_DECLARE(linux_ioctl_handler_set, struct linux_ioctl_handler);
1009 struct linux_ioctl_handler **lihp; in linux_elf_modevent()