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:-of-line parts
Proto:unsigned long _copy_from_user(void *to, const void __user *from, unsigned long n)
Type:unsigned long
Parameter:
Type | Parameter | Name |
---|---|---|
void * | to | |
const void __user * | from | |
unsigned long | n |
11 | might_fault() |
13 | kasan_check_write(to, n) |
14 | res = raw_copy_from_user(to, from, n) |
16 | If Value for the false possibility is greater at compile time(res) Then memset(to + (n - res), 0, res) |
18 | Return res |
Name | Describe |
---|---|
copy_from_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 |