Home
last modified time | relevance | path

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

/freebsd-12.1/sys/compat/linux/
H A Dlinux_ioctl.h768 struct linux_ioctl_handler { struct
780 int linux_ioctl_register_handler(struct linux_ioctl_handler *h); argument
781 int linux_ioctl_unregister_handler(struct linux_ioctl_handler *h);
783 int linux32_ioctl_register_handler(struct linux_ioctl_handler *h);
784 int linux32_ioctl_unregister_handler(struct linux_ioctl_handler *h);
H A Dlinux_ioctl.c118 static struct linux_ioctl_handler cdrom_handler =
120 static struct linux_ioctl_handler vfat_handler =
124 static struct linux_ioctl_handler hdio_handler =
126 static struct linux_ioctl_handler disk_handler =
128 static struct linux_ioctl_handler socket_handler =
130 static struct linux_ioctl_handler sound_handler =
136 static struct linux_ioctl_handler drm_handler =
138 static struct linux_ioctl_handler sg_handler =
140 static struct linux_ioctl_handler video_handler =
144 static struct linux_ioctl_handler fbsd_usb =
[all …]
/freebsd-12.1/sys/dev/tdfx/
H A Dtdfx_linux.h47 static struct linux_ioctl_handler n##_handler = {linux_ioctl_##n, low, high}; \
/freebsd-12.1/sys/dev/amr/
H A Damr_linux.c56 static struct linux_ioctl_handler amr_linux_handler = {amr_linux_ioctl,
/freebsd-12.1/sys/dev/aac/
H A Daac_linux.c58 static struct linux_ioctl_handler aac_linux_handler = {aac_linux_ioctl,
/freebsd-12.1/sys/dev/aacraid/
H A Daacraid_linux.c62 static struct linux_ioctl_handler aacraid_linux_handler = {aacraid_linux_ioctl,
/freebsd-12.1/sys/dev/mfi/
H A Dmfi_linux.c60 static struct linux_ioctl_handler mfi_linux_handler = {mfi_linux_ioctl,
/freebsd-12.1/sys/amd64/sgx/
H A Dsgx_linux.c96 static struct linux_ioctl_handler sgx_linux_handler = {
/freebsd-12.1/sys/dev/ipmi/
H A Dipmi_linux.c72 static struct linux_ioctl_handler ipmi_linux_handler = {ipmi_linux_ioctl,
/freebsd-12.1/sys/dev/mrsas/
H A Dmrsas_linux.c78 static struct linux_ioctl_handler mrsas_linux_handler = {mrsas_linux_ioctl,
/freebsd-12.1/sys/arm64/linux/
H A Dlinux_sysvec.c76 SET_DECLARE(linux_ioctl_handler_set, struct linux_ioctl_handler);
492 struct linux_ioctl_handler**lihp; in linux64_elf_modevent()
/freebsd-12.1/sys/amd64/linux/
H A Dlinux_sysvec.c112 SET_DECLARE(linux_ioctl_handler_set, struct linux_ioctl_handler);
867 struct linux_ioctl_handler **lihp; in linux64_elf_modevent()
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_os_freebsd.c451 static struct linux_ioctl_handler drm_handler = {drm_linux_ioctl,
/freebsd-12.1/sys/amd64/linux32/
H A Dlinux32_sysvec.c111 SET_DECLARE(linux_ioctl_handler_set, struct linux_ioctl_handler);
1063 struct linux_ioctl_handler **lihp; in linux_elf_modevent()
/freebsd-12.1/sys/i386/linux/
H A Dlinux_sysvec.c103 SET_DECLARE(linux_ioctl_handler_set, struct linux_ioctl_handler);
1037 struct linux_ioctl_handler **lihp; in linux_elf_modevent()
/freebsd-12.1/sys/dev/drm/
H A Ddrm_drv.c806 static struct linux_ioctl_handler drm_handler = {drm_linux_ioctl,