Searched refs:linux_ioctl_handler (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/sys/compat/linux/ |
| H A D | linux_ioctl.h | 768 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 D | linux_ioctl.c | 118 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 D | tdfx_linux.h | 47 static struct linux_ioctl_handler n##_handler = {linux_ioctl_##n, low, high}; \
|
| /freebsd-12.1/sys/dev/amr/ |
| H A D | amr_linux.c | 56 static struct linux_ioctl_handler amr_linux_handler = {amr_linux_ioctl,
|
| /freebsd-12.1/sys/dev/aac/ |
| H A D | aac_linux.c | 58 static struct linux_ioctl_handler aac_linux_handler = {aac_linux_ioctl,
|
| /freebsd-12.1/sys/dev/aacraid/ |
| H A D | aacraid_linux.c | 62 static struct linux_ioctl_handler aacraid_linux_handler = {aacraid_linux_ioctl,
|
| /freebsd-12.1/sys/dev/mfi/ |
| H A D | mfi_linux.c | 60 static struct linux_ioctl_handler mfi_linux_handler = {mfi_linux_ioctl,
|
| /freebsd-12.1/sys/amd64/sgx/ |
| H A D | sgx_linux.c | 96 static struct linux_ioctl_handler sgx_linux_handler = {
|
| /freebsd-12.1/sys/dev/ipmi/ |
| H A D | ipmi_linux.c | 72 static struct linux_ioctl_handler ipmi_linux_handler = {ipmi_linux_ioctl,
|
| /freebsd-12.1/sys/dev/mrsas/ |
| H A D | mrsas_linux.c | 78 static struct linux_ioctl_handler mrsas_linux_handler = {mrsas_linux_ioctl,
|
| /freebsd-12.1/sys/arm64/linux/ |
| H A D | linux_sysvec.c | 76 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 D | linux_sysvec.c | 112 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 D | drm_os_freebsd.c | 451 static struct linux_ioctl_handler drm_handler = {drm_linux_ioctl,
|
| /freebsd-12.1/sys/amd64/linux32/ |
| H A D | linux32_sysvec.c | 111 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 D | linux_sysvec.c | 103 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 D | drm_drv.c | 806 static struct linux_ioctl_handler drm_handler = {drm_linux_ioctl,
|