Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_hooks.c29 int hook_type; member
95 void add_hook(void *func, enum hook_type type) in add_hook()
99 container->hook_type = type; in add_hook()
146 void __pass_to_client(void *data, enum hook_type type) in __pass_to_client()
H A Dsmatch.h118 enum hook_type { enum
165 void add_hook(void *func, enum hook_type type);
799 void __pass_to_client(void *data, enum hook_type type);
H A Dsmatch_db.c39 int hook_type; member
634 def_callback->hook_type = type; in select_caller_info_hook()
1117 if (def_callback->hook_type == type) in caller_info_callback()