Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_hhook.c123 hhk->hhk_func(hhh->hhh_type, hhh->hhh_id, hhk->hhk_udata, in hhook_run_hooks()
210 if (hhh->hhh_type == hki->hook_type && in hhook_add_hook_lookup()
281 if (hhh->hhh_type == hki->hook_type && in hhook_remove_hook_lookup()
313 tmphhh->hhh_type = hhook_type; in hhook_head_register()
416 if (hhh->hhh_type == hhook_type && hhh->hhh_id == hhook_id) { in hhook_head_get()
505 __func__, hhh->hhh_type, hhh->hhh_id); in hhook_vnet_uninit()
H A Dkern_khelp.c299 if (hhh->hhh_type != h->h_hooks[i].hook_type || in khelp_new_hhook_registered()
/f-stack/freebsd/sys/
H A Dhhook.h102 int32_t hhh_type; member