Home
last modified time | relevance | path

Searched defs:hhh (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_hhook.c87 #define HHH_WLOCK(hhh) rm_wlock(&(hhh)->hhh_lock) argument
192 struct hhook_head **heads_to_hook, *hhh; in hhook_add_hook_lookup() local
277 struct hhook_head *hhh; in hhook_remove_hook_lookup() local
344 hhook_head_destroy(struct hhook_head *hhh) in hhook_head_destroy()
369 hhook_head_deregister(struct hhook_head *hhh) in hhook_head_deregister()
393 struct hhook_head *hhh; in hhook_head_deregister_lookup() local
412 struct hhook_head *hhh; in hhook_head_get() local
435 hhook_head_release(struct hhook_head *hhh) in hhook_head_release()
448 hhook_head_is_virtualised(struct hhook_head *hhh) in hhook_head_is_virtualised()
465 struct hhook_head *hhh; in hhook_head_is_virtualised_lookup() local
[all …]
H A Dkern_khelp.c291 khelp_new_hhook_registered(struct hhook_head *hhh, uint32_t flags) in khelp_new_hhook_registered()
/f-stack/freebsd/sys/
H A Dhhook.h140 #define HHOOKS_RUN_IF(hhh, ctx_data, hosd) do { \ argument