Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_extra.h181 void add_extra_nomod_hook(void (*fn)(const char *name, struct symbol *sym, struct expression *expr,…
H A Dsmatch_kernel_user_data.c1498 add_extra_nomod_hook(&extra_nomod_hook); in register_kernel_user_data()
H A Dsmatch_extra.c75 void add_extra_nomod_hook(mod_hook *fn) in add_extra_nomod_hook() function