Searched refs:hi_hook (Results 1 – 3 of 3) sorted by relevance
835 ASSERT(hi->hi_hook.h_func != NULL); in hook_run()840 rval = (*hi->hi_hook.h_func)(token, info, hi->hi_hook.h_arg); in hook_run()1751 h->hi_hook.h_name); in hook_event_notify_register()1828 h->hi_hook.h_name); in hook_event_notify_unregister()1977 hook_t *h = &new->hi_hook; in hook_insert()1979 switch (new->hi_hook.h_hint) { in hook_insert()1991 hih = &hi->hi_hook; in hook_insert()2013 if ((hi != NULL) && (hi->hi_hook.h_hint == HH_FIRST)) in hook_insert()2020 if ((hi != NULL) && (hi->hi_hook.h_hint == HH_LAST)) in hook_insert()2026 hi = hook_find_byname(head, (char *)new->hi_hook.h_hintvalue); in hook_insert()[all …]
115 hook_t hi_hook; member
61 h = &hl.hi_hook; in hooklist()