Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dcheck_info_leak.c64 static void match_copy_to_user(const char *fn, struct expression *expr, void *unused) in match_copy_to_user() function
93 add_function_hook("copy_to_user", &match_copy_to_user, NULL); in check_info_leak()
H A Dcheck_rosenberg.c271 static void match_copy_to_user(const char *fn, struct expression *expr, void *_arg) in match_copy_to_user() function
387 add_function_hook(func, &match_copy_to_user, INT_PTR(arg)); in register_copy_funcs_from_file()