Searched refs:hook_entry (Results 1 – 1 of 1) sorted by relevance
93 struct intr_config_hook *hook_entry; in run_interrupt_driven_config_hooks_warning() local100 STAILQ_FOREACH(hook_entry, &intr_config_hook_list, ich_links) { in run_interrupt_driven_config_hooks_warning()102 (caddr_t)hook_entry->ich_func, namebuf, in run_interrupt_driven_config_hooks_warning()106 printf(" %p", hook_entry->ich_func); in run_interrupt_driven_config_hooks_warning()118 struct intr_config_hook *hook_entry; in run_interrupt_driven_config_hooks() local136 hook_entry = next_to_notify; in run_interrupt_driven_config_hooks()137 next_to_notify = STAILQ_NEXT(hook_entry, ich_links); in run_interrupt_driven_config_hooks()138 hook_entry->ich_state = ICHS_RUNNING; in run_interrupt_driven_config_hooks()140 (*hook_entry->ich_func)(hook_entry->ich_arg); in run_interrupt_driven_config_hooks()185 struct intr_config_hook *hook_entry; in config_intrhook_establish() local[all …]