Home
last modified time | relevance | path

Searched refs:lihp (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/arm64/linux/
H A Dlinux_sysvec.c616 struct linux_ioctl_handler **lihp; in linux64_elf_modevent() local
627 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux64_elf_modevent()
628 linux_ioctl_register_handler(*lihp); in linux64_elf_modevent()
646 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux64_elf_modevent()
647 linux_ioctl_unregister_handler(*lihp); in linux64_elf_modevent()
/freebsd/sys/amd64/linux/
H A Dlinux_sysvec.c915 struct linux_ioctl_handler **lihp; in linux64_elf_modevent() local
926 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux64_elf_modevent()
927 linux_ioctl_register_handler(*lihp); in linux64_elf_modevent()
946 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux64_elf_modevent()
947 linux_ioctl_unregister_handler(*lihp); in linux64_elf_modevent()
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c854 struct linux_ioctl_handler **lihp; in linux_elf_modevent() local
865 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux_elf_modevent()
866 linux_ioctl_register_handler(*lihp); in linux_elf_modevent()
888 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux_elf_modevent()
889 linux_ioctl_unregister_handler(*lihp); in linux_elf_modevent()
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysvec.c1012 struct linux_ioctl_handler **lihp; in linux_elf_modevent() local
1023 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux_elf_modevent()
1024 linux32_ioctl_register_handler(*lihp); in linux_elf_modevent()
1043 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux_elf_modevent()
1044 linux32_ioctl_unregister_handler(*lihp); in linux_elf_modevent()