Searched refs:linux_ioctl_handler (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_ioctl.h | 792 struct linux_ioctl_handler { struct 804 int linux_ioctl_register_handler(struct linux_ioctl_handler *h); argument 805 int linux_ioctl_unregister_handler(struct linux_ioctl_handler *h); 807 int linux32_ioctl_register_handler(struct linux_ioctl_handler *h); 808 int linux32_ioctl_unregister_handler(struct linux_ioctl_handler *h);
|
| H A D | linux_ioctl.c | 107 static struct linux_ioctl_handler shortname ## _handler = { \ 138 static struct linux_ioctl_handler linux_ioctls[] = { 3663 struct linux_ioctl_handler *handler; in linux_ioctl() 3690 linux_ioctl_register_handler(struct linux_ioctl_handler *h) in linux_ioctl_register_handler() 3733 linux_ioctl_unregister_handler(struct linux_ioctl_handler *h) in linux_ioctl_unregister_handler() 3756 linux32_ioctl_register_handler(struct linux_ioctl_handler *h) in linux32_ioctl_register_handler() 3798 linux32_ioctl_unregister_handler(struct linux_ioctl_handler *h) in linux32_ioctl_unregister_handler()
|
| /freebsd-13.1/sys/dev/tdfx/ |
| H A D | tdfx_linux.h | 46 static struct linux_ioctl_handler n##_handler = {linux_ioctl_##n, low, high}; \
|
| /freebsd-13.1/sys/dev/amr/ |
| H A D | amr_linux.c | 56 static struct linux_ioctl_handler amr_linux_handler = {amr_linux_ioctl,
|
| /freebsd-13.1/sys/dev/aac/ |
| H A D | aac_linux.c | 58 static struct linux_ioctl_handler aac_linux_handler = {aac_linux_ioctl,
|
| /freebsd-13.1/sys/dev/aacraid/ |
| H A D | aacraid_linux.c | 60 static struct linux_ioctl_handler aacraid_linux_handler = {aacraid_linux_ioctl,
|
| /freebsd-13.1/sys/dev/mfi/ |
| H A D | mfi_linux.c | 60 static struct linux_ioctl_handler mfi_linux_handler = {mfi_linux_ioctl,
|
| /freebsd-13.1/sys/amd64/sgx/ |
| H A D | sgx_linux.c | 97 static struct linux_ioctl_handler sgx_linux_handler = {
|
| /freebsd-13.1/sys/dev/ipmi/ |
| H A D | ipmi_linux.c | 72 static struct linux_ioctl_handler ipmi_linux_handler = {ipmi_linux_ioctl,
|
| /freebsd-13.1/sys/dev/mrsas/ |
| H A D | mrsas_linux.c | 78 static struct linux_ioctl_handler mrsas_linux_handler = {mrsas_linux_ioctl,
|
| /freebsd-13.1/sys/arm64/linux/ |
| H A D | linux_sysvec.c | 80 SET_DECLARE(linux_ioctl_handler_set, struct linux_ioctl_handler); 527 struct linux_ioctl_handler**lihp; in linux64_elf_modevent()
|
| /freebsd-13.1/sys/amd64/linux/ |
| H A D | linux_sysvec.c | 97 SET_DECLARE(linux_ioctl_handler_set, struct linux_ioctl_handler); 888 struct linux_ioctl_handler **lihp; in linux64_elf_modevent()
|
| /freebsd-13.1/sys/dev/drm2/ |
| H A D | drm_os_freebsd.c | 453 static struct linux_ioctl_handler drm_handler = {drm_linux_ioctl,
|
| /freebsd-13.1/sys/i386/linux/ |
| H A D | linux_sysvec.c | 88 SET_DECLARE(linux_ioctl_handler_set, struct linux_ioctl_handler); 1032 struct linux_ioctl_handler **lihp; in linux_elf_modevent()
|
| /freebsd-13.1/sys/amd64/linux32/ |
| H A D | linux32_sysvec.c | 102 SET_DECLARE(linux_ioctl_handler_set, struct linux_ioctl_handler); 1050 struct linux_ioctl_handler **lihp; in linux_elf_modevent()
|