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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dhook_impl.h136 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;
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dhook.c228 static int hook_notify_register(hook_notify_head_t *head,
230 static int hook_notify_unregister(hook_notify_head_t *head,
232 static void hook_notify_run(hook_notify_head_t *head, char *family,
2473 hook_notify_register(hook_notify_head_t *head, hook_notify_fn_t callback,
2505 hook_notify_unregister(hook_notify_head_t *head,
2545 * that code calling it do so before hand. The use of hook_notify_head_t
2550 hook_notify_run(hook_notify_head_t *head, char *family, char *event,

Completed in 58 milliseconds