函数逻辑报告 |
Source Code:kernel\signal.c |
Create Date:2022-07-27 10:17:06 |
Last Modify:2020-03-17 13:28:47 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:siginfo_layout
函数原型:enum siginfo_layout siginfo_layout(unsigned sig, int si_code)
返回类型:enum siginfo_layout
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned | sig | |
int | si_code |
3158 | 否则如果sig恒等于SIGSEGV且si_code恒等于ailed address bound checks 则layout等于SIL_FAULT_BNDERR |
3161 | 否则如果sig恒等于SIGSEGV且si_code恒等于ailed protection key checks 则layout等于SIL_FAULT_PKUERR |
3167 | 否则 |
3168 | 如果si_code恒等于sent by timer expiration 则layout等于SIL_TIMER |
3170 | 否则如果si_code恒等于sent by queued SIGIO 则layout等于SIL_POLL |
3175 | 返回:layout |
名称 | 描述 |
---|---|
has_si_pid_and_uid | |
copy_siginfo_to_user32 | |
post_copy_siginfo_from_user32 | |
signalfd_copyinfo | Copied from copy_siginfo_to_user() in kernel/signal.c |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |