Searched refs:hhook_add_hook (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/sys/
H A Dhhook.h107 int hhook_add_hook(struct hhook_head *hhh, struct hookinfo *hki,
/freebsd-10.0-release/sys/kern/
H A Dkern_hhook.c130 hhook_add_hook(struct hhook_head *hhh, struct hookinfo *hki, uint32_t flags) function
176 * hhook_remove_hook_lookup() because hhook_add_hook() can call malloc() with
177 * M_WAITOK and thus we cannot call hhook_add_hook() with the
183 * hhook_add_hook() is called and the refcount dropped for each hhook_head
232 error = hhook_add_hook(heads_to_hook[i], hki, flags);
H A Dkern_khelp.c300 error = hhook_add_hook(hhh, &h->h_hooks[i], flags);

Completed in 110 milliseconds