Home
last modified time | relevance | path

Searched refs:hook_notify_head_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h137 typedef struct hook_notify_head hook_notify_head_t; typedef
156 hook_notify_head_t hei_nhead;
178 hook_notify_head_t hfi_nhead;
199 hook_notify_head_t hks_nhead;
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c233 static int hook_notify_register(hook_notify_head_t *head,
235 static int hook_notify_unregister(hook_notify_head_t *head,
237 static void hook_notify_run(hook_notify_head_t *head, char *family,
2496 hook_notify_register(hook_notify_head_t *head, hook_notify_fn_t callback, in hook_notify_register()
2528 hook_notify_unregister(hook_notify_head_t *head, in hook_notify_unregister()
2573 hook_notify_run(hook_notify_head_t *head, char *family, char *event, in hook_notify_run()