hookproc
struct hookproc *hp;
static struct hookproc *
struct hookproc *hp;
hook_add(struct hookproc *hp, pid_t pid)
hook_remove(struct hookproc *hp)
hook_free(struct hookproc *hp)
static struct hookproc *
struct hookproc *hp;
struct hookproc *hp;
struct hookproc *hp, *hp2;
struct hookproc *hp;
TAILQ_ENTRY(hookproc) hp_next;
static TAILQ_HEAD(, hookproc) hookprocs;
static void hook_remove(struct hookproc *hp);
static void hook_free(struct hookproc *hp);