Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dhhook.h128 struct hhook_head * hhook_head_get(int32_t hhook_type, int32_t hhook_id);
155 _hhh = hhook_head_get(hhook_type, hhook_id); \
/f-stack/freebsd/kern/
H A Dkern_hhook.c299 tmphhh = hhook_head_get(hhook_type, hhook_id); in hhook_head_register()
396 hhh = hhook_head_get(hhook_type, hhook_id); in hhook_head_deregister_lookup()
410 hhook_head_get(int32_t hhook_type, int32_t hhook_id) in hhook_head_get() function
468 hhh = hhook_head_get(hook_type, hook_id); in hhook_head_is_virtualised_lookup()