Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_common.c48 struct linux_device_handler **ldhp; in linux_common_modevent() local
57 SET_FOREACH(ldhp, linux_device_handler_set) in linux_common_modevent()
58 linux_device_register_handler(*ldhp); in linux_common_modevent()
64 SET_FOREACH(ldhp, linux_device_handler_set) in linux_common_modevent()
65 linux_device_unregister_handler(*ldhp); in linux_common_modevent()