Searched refs:hook_int_head_t (Results 1 – 2 of 2) sorted by relevance
125 typedef struct hook_int_head hook_int_head_t; typedef152 hook_int_head_t hei_head;
223 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()