Function report |
Source Code:kernel\signal.c |
Create Date:2022-07-28 09:17:21 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__copy_siginfo_from_user32
Proto:static int __copy_siginfo_from_user32(int signo, struct kernel_siginfo *to, const struct compat_siginfo __user *ufrom)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
int | signo | |
struct kernel_siginfo * | to | |
const struct compat_siginfo __user * | ufrom |
3407 | If copy_from_user( & from, ufrom, sizeof(structcompat_siginfo)) Then Return -EFAULT |
3411 | Return post_copy_siginfo_from_user32(to, & from) |
Name | Describe |
---|---|
COMPAT_SYSCALL_DEFINE3 | |
COMPAT_SYSCALL_DEFINE4 |
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 |