hook_family_int_t
hook_family_int_t hf;
hook_family_int_t hf, *hfp;
hook_family_int_t hf;
hook_family_free(hook_family_int_t *hfi, hook_stack_t *hks)
hook_family_shutdown(hook_family_int_t *hfi)
static hook_family_int_t *
hook_family_int_t *new;
new = (hook_family_int_t *)kmem_zalloc(sizeof (*new), KM_SLEEP);
static hook_family_int_t *
hook_family_int_t *hfi = NULL;
hook_family_notify_register(hook_family_int_t *hfi,
hook_family_notify_unregister(hook_family_int_t *hfi,
hook_event_add(hook_family_int_t *hfi, hook_event_t *he)
hook_event_init_kstats(hook_family_int_t *hfi, hook_event_int_t *hei)
hook_event_remove(hook_family_int_t *hfi, hook_event_t *he)
hook_event_shutdown(hook_family_int_t *hfi, hook_event_t *he)
hook_event_free(hook_event_int_t *hei, hook_family_int_t *hfi)
hook_family_int_t *hfi;
hook_event_find(hook_family_int_t *hfi, char *event)
hook_event_notify_register(hook_family_int_t *hfi, char *event,
hook_event_notify_unregister(hook_family_int_t *hfi, char *event,
hook_event_notify_run(hook_event_int_t *hei, hook_family_int_t *hfi,
hook_register(hook_family_int_t *hfi, char *event, hook_t *h)
static hook_event_int_t *hook_event_find(hook_family_int_t *hfi, char *event);
static void hook_event_free(hook_event_int_t *hei, hook_family_int_t *hfi);
static hook_family_int_t *hook_family_copy(hook_family_t *src);
static hook_family_int_t *hook_family_find(char *family, hook_stack_t *hks);
static void hook_family_free(hook_family_int_t *hfi, hook_stack_t *hks);
hook_unregister(hook_family_int_t *hfi, char *event, hook_t *h)
static void hook_event_init_kstats(hook_family_int_t *, hook_event_int_t *);
static void hook_event_notify_run(hook_event_int_t *, hook_family_int_t *,
static void hook_init_kstats(hook_family_int_t *hfi, hook_event_int_t *hei,
hook_init_kstats(hook_family_int_t *hfi, hook_event_int_t *hei, hook_int_t *hi)
hook_family_int_t *hfi;
hook_family_int_t *hfi;
hook_run(hook_family_int_t *hfi, hook_event_token_t token, hook_data_t info)
hook_family_int_t *
hook_family_int_t *hfi, *new;
hook_family_remove(hook_family_int_t *hfi)
extern int hook_run(hook_family_int_t *, hook_event_token_t, hook_data_t);
extern int hook_register(hook_family_int_t *, char *, hook_t *);
extern int hook_unregister(hook_family_int_t *, char *, hook_t *);
extern hook_event_int_t *hook_event_add(hook_family_int_t *, hook_event_t *);
extern int hook_event_notify_register(hook_family_int_t *, char *,
extern int hook_event_notify_unregister(hook_family_int_t *, char *,
extern int hook_event_remove(hook_family_int_t *, hook_event_t *);
extern int hook_event_shutdown(hook_family_int_t *, hook_event_t *);
extern hook_family_int_t *hook_family_add(hook_family_t *, hook_stack_t *,
extern int hook_family_notify_register(hook_family_int_t *, hook_notify_fn_t,
extern int hook_family_notify_unregister(hook_family_int_t *, hook_notify_fn_t);
extern int hook_family_remove(hook_family_int_t *);
extern int hook_family_shutdown(hook_family_int_t *);
hook_family_int_t *netd_hooks;