Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dhook.c208 static hook_int_t *hook_copy(hook_t *src);
217 static hook_int_t *hook_find(hook_event_int_t *hei, hook_t *h);
218 static void hook_int_free(hook_int_t *hi, netstackid_t);
224 static int hook_insert(hook_int_head_t *head, hook_int_t *new);
225 static void hook_insert_plain(hook_int_head_t *head, hook_int_t *new);
226 static int hook_insert_afterbefore(hook_int_head_t *head, hook_int_t *new);
227 static hook_int_t *hook_find_byname(hook_int_head_t *head, char *name);
232 hook_int_t *hi);
818 hook_int_t *hi; in hook_run()
839 hook_int_t *, hi); in hook_run()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h120 } hook_int_t; typedef
/illumos-gate/usr/src/cmd/mdb/common/modules/hook/
H A Dhook.c44 hook_int_t hl, *hlp; in hooklist()