Home
last modified time | relevance | path

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

/freebsd/sbin/hastd/
H A Dhooks.c67 struct hookproc { struct
78 TAILQ_ENTRY(hookproc) hp_next; argument
80 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 …]