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

/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dhook.c128 * | hook_int_t |
135 * references to hook_int_t, hook_event_t or hook_event_int_t. By placing
203 static hook_int_t *hook_copy(hook_t *src);
212 static hook_int_t *hook_find(hook_event_int_t *hei, hook_t *h);
213 static void hook_int_free(hook_int_t *hi, netstackid_t);
219 static int hook_insert(hook_int_head_t *head, hook_int_t *new);
220 static void hook_insert_plain(hook_int_head_t *head, hook_int_t *new);
221 static int hook_insert_afterbefore(hook_int_head_t *head, hook_int_t *new);
222 static hook_int_t *hook_find_byname(hook_int_head_t *head, char *name);
227 hook_int_t *h
[all...]
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c44 hook_int_t hl, *hlp;

Completed in 67 milliseconds