Searched refs:hi_hook (Results 1 – 3 of 3) sorted by relevance
819 ASSERT(hi->hi_hook.h_func != NULL); in hook_run()824 rval = (*hi->hi_hook.h_func)(token, info, hi->hi_hook.h_arg); in hook_run()1735 h->hi_hook.h_name); in hook_event_notify_register()1812 h->hi_hook.h_name); in hook_event_notify_unregister()1961 hook_t *h = &new->hi_hook; in hook_insert()1963 switch (new->hi_hook.h_hint) { in hook_insert()1975 hih = &hi->hi_hook; in hook_insert()1997 if ((hi != NULL) && (hi->hi_hook.h_hint == HH_FIRST)) in hook_insert()2004 if ((hi != NULL) && (hi->hi_hook.h_hint == HH_LAST)) in hook_insert()2010 hi = hook_find_byname(head, (char *)new->hi_hook.h_hintvalue); in hook_insert()[all …]
114 hook_t hi_hook; member
61 h = &hl.hi_hook; in hooklist()