Searched refs:match_user_copy (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | smatch_kernel_user_data.c | 297 static void match_user_copy(const char *fn, struct expression *expr, void *_param) in match_user_copy() function 1502 add_function_hook("copy_from_user", &match_user_copy, INT_PTR(0)); in register_kernel_user_data() 1503 add_function_hook("__copy_from_user", &match_user_copy, INT_PTR(0)); in register_kernel_user_data() 1504 add_function_hook("memcpy_fromiovec", &match_user_copy, INT_PTR(0)); in register_kernel_user_data() 1506 add_function_hook(kstr_funcs[i], &match_user_copy, INT_PTR(2)); in register_kernel_user_data() 1507 add_function_hook("usb_control_msg", &match_user_copy, INT_PTR(6)); in register_kernel_user_data()
|