Function report |
Source Code:lib\usercopy.c |
Create Date:2022-07-28 06:25:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:_copy_to_user
Proto:unsigned long _copy_to_user(void __user *to, const void *from, unsigned long n)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
void __user * | to | |
const void * | from | |
unsigned long | n |
26 | might_fault() |
28 | kasan_check_read(from, n) |
29 | n = raw_copy_to_user(to, from, n) |
31 | Return n |
Name | Describe |
---|---|
copy_to_user |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |