Home
last modified time | relevance | path

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

/freebsd-head/sys/sys/
HDhhook.h126 struct hhook_head * hhook_head_get(int32_t hhook_type, int32_t hhook_id);
153 _hhh = hhook_head_get(hhook_type, hhook_id); \
/freebsd-head/sys/kern/
HDkern_hhook.c296 tmphhh = hhook_head_get(hhook_type, hhook_id); in hhook_head_register()
393 hhh = hhook_head_get(hhook_type, hhook_id); in hhook_head_deregister_lookup()
407 hhook_head_get(int32_t hhook_type, int32_t hhook_id) in hhook_head_get() function
465 hhh = hhook_head_get(hook_type, hook_id); in hhook_head_is_virtualised_lookup()