Function report |
Source Code:kernel\compat.c |
Create Date:2022-07-28 11:05:33 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:compat_get_timeval
Proto:int compat_get_timeval(struct timeval *tv, const void __user *utv)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct timeval * | tv | |
const void __user * | utv |
59 | If COMPAT_USE_64BIT_TIME Then Return If copy_from_user(tv, utv, size of tv ) Then -EFAULT Else 0 |
61 | Else Return __compat_get_timeval(tv, utv) |
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 |