Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:17:12 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:post_copy_siginfo_from_user
Proto:static int post_copy_siginfo_from_user(kernel_siginfo_t *info, const siginfo_t __user *from)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
kernel_siginfo_t * | info | |
const siginfo_t __user * | from |
3197 | __user * expansion = si_expansion(from) |
3206 | If copy_from_user( & buf, expansion, SI_EXPANSION_SIZE) Then Return -EFAULT |
3208 | When i < SI_EXPANSION_SIZE cycle |
3213 | Return 0 |
Name | Describe |
---|---|
__copy_siginfo_from_user | |
copy_siginfo_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 |