Searched refs:hook_event_add (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h217 extern hook_event_int_t *hook_event_add(hook_family_int_t *, hook_event_t *);
/illumos-gate/usr/src/uts/common/io/
H A Dneti_impl.c477 * Call hook_event_add to register event on specific family
493 hei = hook_event_add(info->netd_hooks, he);
H A Dhook.c67 * 2) add events to the registered family with calls to hook_event_add.
97 * hook_event_add(), respectively) that are made when we create an instance
1283 * Function: hook_event_add
1294 hook_event_add(hook_family_int_t *hfi, hook_event_t *he) function
1790 * expectation is that only the caller of hook_event_add will ever

Completed in 66 milliseconds