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.c612 struct linux_ioctl_handler**lihp; in linux64_elf_modevent() local
623 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux64_elf_modevent()
624 linux_ioctl_register_handler(*lihp); in linux64_elf_modevent()
642 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux64_elf_modevent()
643 linux_ioctl_unregister_handler(*lihp); in linux64_elf_modevent()
/freebsd/sys/amd64/linux/
H A Dlinux_sysvec.c913 struct linux_ioctl_handler **lihp; in linux64_elf_modevent() local
924 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux64_elf_modevent()
925 linux_ioctl_register_handler(*lihp); in linux64_elf_modevent()
944 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux64_elf_modevent()
945 linux_ioctl_unregister_handler(*lihp); in linux64_elf_modevent()
/freebsd/sys/i386/linux/
H A Dlinux_sysvec.c850 struct linux_ioctl_handler **lihp; in linux_elf_modevent() local
861 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux_elf_modevent()
862 linux_ioctl_register_handler(*lihp); in linux_elf_modevent()
884 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux_elf_modevent()
885 linux_ioctl_unregister_handler(*lihp); in linux_elf_modevent()
/freebsd/sys/amd64/linux32/
H A Dlinux32_sysvec.c1009 struct linux_ioctl_handler **lihp; in linux_elf_modevent() local
1020 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux_elf_modevent()
1021 linux32_ioctl_register_handler(*lihp); in linux_elf_modevent()
1040 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux_elf_modevent()
1041 linux32_ioctl_unregister_handler(*lihp); in linux_elf_modevent()