Lines Matching refs:hhook_head
94 struct hhook_head { struct
103 LIST_ENTRY(hhook_head) hhh_next; argument
104 LIST_ENTRY(hhook_head) hhh_vnext;
108 void hhook_run_hooks(struct hhook_head *hhh, void *ctx_data, struct osd *hosd);
110 int hhook_add_hook(struct hhook_head *hhh, const struct hookinfo *hki,
115 int hhook_remove_hook(struct hhook_head *hhh, const struct hookinfo *hki);
120 struct hhook_head **hhh, uint32_t flags);
122 int hhook_head_deregister(struct hhook_head *hhh);
126 struct hhook_head * hhook_head_get(int32_t hhook_type, int32_t hhook_id);
128 void hhook_head_release(struct hhook_head *hhh);
130 uint32_t hhook_head_is_virtualised(struct hhook_head *hhh);
151 struct hhook_head *_hhh; \