Home
last modified time | relevance | path

Searched refs:hook_int_head_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dhook_impl.h126 typedef struct hook_int_head hook_int_head_t; typedef
153 hook_int_head_t hei_head;
/illumos-gate/usr/src/uts/common/io/
H A Dhook.c224 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);
1972 hook_insert(hook_int_head_t *head, hook_int_t *new) in hook_insert()
2066 hook_insert_plain(hook_int_head_t *head, hook_int_t *new) in hook_insert_plain()
2099 hook_insert_afterbefore(hook_int_head_t *head, hook_int_t *new) in hook_insert_afterbefore()
2245 hook_find_byname(hook_int_head_t *head, char *name) in hook_find_byname()