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

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c132 * | hook_int_t |
139 * references to hook_int_t, hook_event_t or hook_event_int_t. By placing
207 static hook_int_t *hook_copy(hook_t *src);
216 static hook_int_t *hook_find(hook_event_int_t *hei, hook_t *h);
217 static void hook_int_free(hook_int_t *hi, netstackid_t);
223 static int hook_insert(hook_int_head_t *head, hook_int_t *new);
224 static void hook_insert_plain(hook_int_head_t *head, hook_int_t *new);
225 static int hook_insert_afterbefore(hook_int_head_t *head, hook_int_t *new);
226 static hook_int_t *hook_find_byname(hook_int_head_t *head, char *name);
231 hook_int_t *h
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h82 * | hook_family_int_t | / | hook_event_int_t | | / | hook_int_t |
93 * | hook_family_int_t | | hook_event_int_t | | | hook_int_t |
119 } hook_int_t; typedef in typeref:struct:hook_int
/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c44 hook_int_t hl, *hlp;

Completed in 61 milliseconds