Home
last modified time | relevance | path

Searched refs:add_function_hook (Results 51 – 59 of 59) sorted by relevance

123

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_project.c91 add_function_hook(func, &__match_nullify_path_hook, NULL); in register_no_return_funcs()
H A Dcheck_string_len.c266 add_function_hook("sprintf", &match_not_limited, &zero_one); in check_string_len()
H A Dcheck_free.c291 add_function_hook("free", &match_free, INT_PTR(0)); in check_free()
H A Dsmatch_buf_comparison.c827 add_function_hook("copy_from_user", &match_copy, NULL); in register_buf_comparison()
828 add_function_hook("__copy_from_user", &match_copy, NULL); in register_buf_comparison()
H A Dcheck_uninitialized.c376 add_function_hook(func, &match_ignore_param, INT_PTR(param)); in register_ignored_params_from_file()
H A Dcheck_locking.c1089 add_function_hook(lock->function, &match_lock_unlock, idx); in register_lock()
1106 add_function_hook(lock_table[i].function, &match_lock_unlock, INT_PTR(i)); in load_table()
H A Dcheck_kernel_printf.c1216 add_function_hook(#func, check_printf_call, INT_PTR(fmt + (first_to_check << 8))) in check_kernel_printf()
H A Dsmatch_function_hooks.c87 void add_function_hook(const char *look_for, func_hook *call_back, void *info) in add_function_hook() function
H A Dsmatch.h179 void add_function_hook(const char *look_for, func_hook *call_back, void *data);

123