Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/linux/
H A Dlinux_sysvec.c520 struct linux_ioctl_handler**lihp; in linux64_elf_modevent() local
531 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux64_elf_modevent()
532 linux_ioctl_register_handler(*lihp); in linux64_elf_modevent()
550 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux64_elf_modevent()
551 linux_ioctl_unregister_handler(*lihp); in linux64_elf_modevent()
/f-stack/freebsd/amd64/linux/
H A Dlinux_sysvec.c909 struct linux_ioctl_handler **lihp; in linux64_elf_modevent() local
920 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux64_elf_modevent()
921 linux_ioctl_register_handler(*lihp); in linux64_elf_modevent()
940 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux64_elf_modevent()
941 linux_ioctl_unregister_handler(*lihp); in linux64_elf_modevent()
/f-stack/freebsd/i386/linux/
H A Dlinux_sysvec.c1029 struct linux_ioctl_handler **lihp; in linux_elf_modevent() local
1040 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux_elf_modevent()
1041 linux_ioctl_register_handler(*lihp); in linux_elf_modevent()
1067 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux_elf_modevent()
1068 linux_ioctl_unregister_handler(*lihp); in linux_elf_modevent()
/f-stack/freebsd/amd64/linux32/
H A Dlinux32_sysvec.c1052 struct linux_ioctl_handler **lihp; in linux_elf_modevent() local
1063 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux_elf_modevent()
1064 linux32_ioctl_register_handler(*lihp); in linux_elf_modevent()
1083 SET_FOREACH(lihp, linux_ioctl_handler_set) in linux_elf_modevent()
1084 linux32_ioctl_unregister_handler(*lihp); in linux_elf_modevent()