Searched refs:hook_stack_t (Results 1 – 3 of 3) sorted by relevance
210 hook_stack_t *hks);215 static hook_family_int_t *hook_family_find(char *family, hook_stack_t *hks);216 static void hook_family_free(hook_family_int_t *hfi, hook_stack_t *hks);239 static void hook_stack_notify_run(hook_stack_t *hks, char *name,241 static void hook_stack_remove(hook_stack_t *hks);492 hook_stack_t *hks; in hook_stack_init()498 hks = (hook_stack_t *)kmem_zalloc(sizeof (*hks), KM_SLEEP); in hook_stack_init()535 hook_stack_t *hks = (hook_stack_t *)arg; in hook_stack_shutdown()563 hook_stack_t *hks = (hook_stack_t *)arg; in hook_stack_fini()582 hook_stack_remove(hook_stack_t *hks) in hook_stack_remove()[all …]
203 typedef struct hook_stack hook_stack_t; typedef227 extern hook_family_int_t *hook_family_add(hook_family_t *, hook_stack_t *,
182 OFFSETOF(hook_stack_t, hks_familylist))) == -1) { in hookrootlist()