Lines Matching refs:hook_t
208 static hook_int_t *hook_copy(hook_t *src);
217 static hook_int_t *hook_find(hook_event_int_t *hei, hook_t *h);
1875 hook_register(hook_family_int_t *hfi, char *event, hook_t *h) in hook_register()
1976 hook_t *hih; in hook_insert()
1977 hook_t *h = &new->hi_hook; in hook_insert()
2102 hook_t *nh; in hook_insert_afterbefore()
2103 hook_t *h; in hook_insert_afterbefore()
2167 hook_unregister(hook_family_int_t *hfi, char *event, hook_t *h) in hook_unregister()
2268 hook_find(hook_event_int_t *hei, hook_t *h) in hook_find()
2290 hook_copy(hook_t *src) in hook_copy()
2293 hook_t *dst; in hook_copy()
2459 hook_t *
2462 hook_t *h; in hook_alloc()
2464 h = kmem_zalloc(sizeof (hook_t), KM_SLEEP); in hook_alloc()
2479 hook_free(hook_t *h) in hook_free()