Lines Matching refs:hook_t
207 static hook_int_t *hook_copy(hook_t *src);
216 static hook_int_t *hook_find(hook_event_int_t *hei, hook_t *h);
1859 hook_register(hook_family_int_t *hfi, char *event, hook_t *h) in hook_register()
1960 hook_t *hih; in hook_insert()
1961 hook_t *h = &new->hi_hook; in hook_insert()
2086 hook_t *nh; in hook_insert_afterbefore()
2087 hook_t *h; in hook_insert_afterbefore()
2151 hook_unregister(hook_family_int_t *hfi, char *event, hook_t *h) in hook_unregister()
2252 hook_find(hook_event_int_t *hei, hook_t *h) in hook_find()
2274 hook_copy(hook_t *src) in hook_copy()
2277 hook_t *dst; in hook_copy()
2443 hook_t *
2446 hook_t *h; in hook_alloc()
2448 h = kmem_zalloc(sizeof (hook_t), KM_SLEEP); in hook_alloc()
2463 hook_free(hook_t *h) in hook_free()