函数逻辑报告 |
Source Code:arch\x86\kernel\cpu\mce\apei.c |
Create Date:2022-07-27 09:04:58 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:apei_write_mce
函数原型:int apei_write_mce(struct mce *m)
返回类型:int
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| struct mce * | m |
| 77 | must be CPER_RECORD_REV 等于CPER record header revision, used in revision field in struct* cper_record_header |
| 79 | section_count等于1 |
| 82 | validation_bits等于0 |
| 83 | record_length等于rcd的长度 |
| 86 | record_id等于cper_next_record_id() |
| 89 | Offset in bytes of the* section body from the base* of the record header = (void * ) & mce - (void * ) & rcd |
| 90 | section_length等于mce的长度 |
| 91 | must be CPER_RECORD_REV 等于CPER section header revision, used in revision field in struct* cper_section_descriptor |
| 93 | validation_bits等于0 |
| 94 | flags等于Flags bits definitions for flags in struct cper_section_descriptor* If set, the section is associated with the error condition* directly, and should be focused on |
| 100 | 返回:erst_write( & hdr) |
| 名称 | 描述 |
|---|---|
| mce_panic |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |