函数逻辑报告 |
Source Code:kernel\signal.c |
Create Date:2022-07-27 10:17:58 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:COMPAT_SYSCALL_DEFINE4
函数原型:COMPAT_SYSCALL_DEFINE4(rt_sigaction, int, sig, const struct compat_sigaction __user *, act, struct compat_sigaction __user *, oact, compat_size_t, sigsetsize)
返回类型:
参数:无
4265 | 如果sigsetsize不等于sizeof(compat_sigset_t)则返回:负EINVAL |
4268 | 如果act则 |
4270 | ret等于Careful: we have to cast the result to the type of the pointer* for sign reasons(handler, & sa_handler) |
4273 | ret或等于Careful: we have to cast the result to the type of the pointer* for sign reasons(restorer, & sa_restorer) |
4276 | ret或等于get_compat_sigset( & mask last for extensibility , & sa_mask) |
4294 | 返回:ret |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |