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

/freebsd-13-stable/sys/arm64/linux/
H A Dlinux_sysvec.c542 struct linux_ioctl_handler**lihp; local
553 SET_FOREACH(lihp, linux_ioctl_handler_set)
554 linux_ioctl_register_handler(*lihp);
572 SET_FOREACH(lihp, linux_ioctl_handler_set)
573 linux_ioctl_unregister_handler(*lihp);
/freebsd-13-stable/sys/amd64/linux/
H A Dlinux_sysvec.c892 struct linux_ioctl_handler **lihp; local
903 SET_FOREACH(lihp, linux_ioctl_handler_set)
904 linux_ioctl_register_handler(*lihp);
923 SET_FOREACH(lihp, linux_ioctl_handler_set)
924 linux_ioctl_unregister_handler(*lihp);
/freebsd-13-stable/sys/i386/linux/
H A Dlinux_sysvec.c1034 struct linux_ioctl_handler **lihp; local
1045 SET_FOREACH(lihp, linux_ioctl_handler_set)
1046 linux_ioctl_register_handler(*lihp);
1072 SET_FOREACH(lihp, linux_ioctl_handler_set)
1073 linux_ioctl_unregister_handler(*lihp);
/freebsd-13-stable/sys/amd64/linux32/
H A Dlinux32_sysvec.c1057 struct linux_ioctl_handler **lihp; local
1068 SET_FOREACH(lihp, linux_ioctl_handler_set)
1069 linux32_ioctl_register_handler(*lihp);
1088 SET_FOREACH(lihp, linux_ioctl_handler_set)
1089 linux32_ioctl_unregister_handler(*lihp);

Completed in 170 milliseconds