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