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

/freebsd-10-stable/sys/kern/
H A Dsubr_autoconf.c73 struct intr_config_hook *hook_entry; local
80 TAILQ_FOREACH(hook_entry, &intr_config_hook_list, ich_links) {
82 (caddr_t)hook_entry->ich_func, namebuf,
86 printf(" %p", hook_entry->ich_func);
98 struct intr_config_hook *hook_entry; local
115 hook_entry = next_to_notify;
116 next_to_notify = TAILQ_NEXT(hook_entry, ich_links);
118 (*hook_entry->ich_func)(hook_entry->ich_arg);
160 struct intr_config_hook *hook_entry; local
189 struct intr_config_hook *hook_entry; local
213 struct intr_config_hook *hook_entry; local
[all...]

Completed in 54 milliseconds