函数逻辑报告 |
Source Code:kernel\signal.c |
Create Date:2022-07-27 10:17:09 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__copy_siginfo_from_user
函数原型:static int __copy_siginfo_from_user(int signo, kernel_siginfo_t *to, const siginfo_t __user *from)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
int | signo | |
kernel_siginfo_t * | to | |
const siginfo_t __user * | from |
3219 | 如果copy_from_user(to, from, sizeof(structkernel_siginfo))则返回:负EFAULT |
3222 | 返回:post_copy_siginfo_from_user(to, from) |
名称 | 描述 |
---|---|
SYSCALL_DEFINE3 | sys_rt_sigqueueinfo - send signal information to a signal*@pid: the PID of the thread*@sig: signal to be sent*@uinfo: signal info to be sent |
SYSCALL_DEFINE4 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |