Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dhook_impl.h125 typedef struct hook_int_head hook_int_head_t; typedef
152 hook_int_head_t hei_head;
/titanic_41/usr/src/uts/common/io/
H A Dhook.c223 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);
1956 hook_insert(hook_int_head_t *head, hook_int_t *new) in hook_insert()
2050 hook_insert_plain(hook_int_head_t *head, hook_int_t *new) in hook_insert_plain()
2083 hook_insert_afterbefore(hook_int_head_t *head, hook_int_t *new) in hook_insert_afterbefore()
2229 hook_find_byname(hook_int_head_t *head, char *name) in hook_find_byname()