Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_autoconf.c73 och_hook; /* Must be first */ member
85 config_intrhook_disestablish(&ohook->och_hook); in config_intrhook_oneshot_func()
224 ohook->och_hook.ich_func = config_intrhook_oneshot_func; in config_intrhook_oneshot()
225 ohook->och_hook.ich_arg = ohook; in config_intrhook_oneshot()
226 config_intrhook_establish(&ohook->och_hook); in config_intrhook_oneshot()