Searched refs:linux_ioctl_handler (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/compat/linux/ |
H A D | linux_ioctl.h | 807 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 D | linux_ioctl.c | 90 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 D | tdfx_linux.h | 44 static struct linux_ioctl_handler n##_handler = {linux_ioctl_##n, low, high}; \
|
/freebsd/sys/dev/aac/ |
H A D | aac_linux.c | 56 static struct linux_ioctl_handler aac_linux_handler = {aac_linux_ioctl,
|
/freebsd/sys/dev/aacraid/ |
H A D | aacraid_linux.c | 58 static struct linux_ioctl_handler aacraid_linux_handler = {aacraid_linux_ioctl,
|
/freebsd/sys/dev/mfi/ |
H A D | mfi_linux.c | 57 static struct linux_ioctl_handler mfi_linux_handler = {mfi_linux_ioctl,
|
/freebsd/sys/dev/mrsas/ |
H A D | mrsas_linux.c | 71 static struct linux_ioctl_handler mrsas_linux_handler = {mrsas_linux_ioctl,
|
/freebsd/sys/amd64/sgx/ |
H A D | sgx_linux.c | 95 static struct linux_ioctl_handler sgx_linux_handler = {
|
/freebsd/sys/dev/ipmi/ |
H A D | ipmi_linux.c | 70 static struct linux_ioctl_handler ipmi_linux_handler = {ipmi_linux_ioctl,
|
/freebsd/sys/arm64/linux/ |
H A D | linux_sysvec.c | 94 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 D | linux_sysvec.c | 101 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 D | linux_sysvec.c | 97 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 D | drm_os_freebsd.c | 449 static struct linux_ioctl_handler drm_handler = {drm_linux_ioctl,
|
/freebsd/sys/amd64/linux32/ |
H A D | linux32_sysvec.c | 100 SET_DECLARE(linux_ioctl_handler_set, struct linux_ioctl_handler); 1009 struct linux_ioctl_handler **lihp; in linux_elf_modevent()
|