Lines Matching refs:hook_t
135 * the consumer | 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)
1960 hook_t *hih;
1961 hook_t *h = &new->hi_hook;
2086 hook_t *nh;
2087 hook_t *h;
2151 hook_unregister(hook_family_int_t *hfi, char *event, hook_t *h)
2252 hook_find(hook_event_int_t *hei, hook_t *h)
2274 hook_copy(hook_t *src)
2277 hook_t *dst;
2434 * Returns: hook_t * - pointer to new hook structure
2437 * This function serves as the interface for consumers to obtain a hook_t
2443 hook_t *
2446 hook_t *h;
2448 h = kmem_zalloc(sizeof (hook_t), KM_SLEEP);
2463 hook_free(hook_t *h)