Searched refs:hookproc (Results 1 – 1 of 1) sorted by relevance
67 struct hookproc { struct78 TAILQ_ENTRY(hookproc) hp_next; argument80 static TAILQ_HEAD(, hookproc) hookprocs;83 static void hook_remove(struct hookproc *hp);84 static void hook_free(struct hookproc *hp);148 struct hookproc *hp; in hook_fini()167 static struct hookproc *170 struct hookproc *hp; in hook_alloc()198 hook_add(struct hookproc *hp, pid_t pid) in hook_add()212 hook_remove(struct hookproc *hp) in hook_remove()[all …]