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.h125 typedef struct hook_int_head hook_int_head_t; typedef in typeref:struct:hook_int_head
152 hook_int_head_t hei_head;
/illumos-gate/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)
2050 hook_insert_plain(hook_int_head_t *head, hook_int_t *new)
2083 hook_insert_afterbefore(hook_int_head_t *head, hook_int_t *new)
2229 hook_find_byname(hook_int_head_t *head, char *name)

Completed in 48 milliseconds