Searched refs:hook_notify_head_t (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | hook_impl.h | 136 typedef struct hook_notify_head hook_notify_head_t; typedef in typeref:struct:hook_notify_head 155 hook_notify_head_t hei_nhead; 177 hook_notify_head_t hfi_nhead; 198 hook_notify_head_t hks_nhead;
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | hook.c | 232 static int hook_notify_register(hook_notify_head_t *head, 234 static int hook_notify_unregister(hook_notify_head_t *head, 236 static void hook_notify_run(hook_notify_head_t *head, char *family, 2480 hook_notify_register(hook_notify_head_t *head, hook_notify_fn_t callback, 2512 hook_notify_unregister(hook_notify_head_t *head, 2552 * that code calling it do so before hand. The use of hook_notify_head_t 2557 hook_notify_run(hook_notify_head_t *head, char *family, char *event,
|
Completed in 60 milliseconds