Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_hooks.c28 struct hook_container { struct
33 ALLOCATOR(hook_container, "hook functions"); argument
34 DECLARE_PTR_LIST(hook_func_list, struct hook_container);
97 struct hook_container *container = __alloc_hook_container(0); in add_hook()
107 struct hook_container *container = __alloc_hook_container(0); in add_merge_hook()
115 struct hook_container *container = __alloc_hook_container(0); in add_unmatched_state_hook()
148 struct hook_container *container; in __pass_to_client()
173 struct hook_container *container; in __pass_case_to_client()
182 struct hook_container *tmp; in __has_merge_function()
196 struct hook_container *tmp; in __client_merge_function()
[all …]