函数逻辑报告 | 
Source Code:kernel\debug\kdb\kdb_support.c | 
Create Date:2022-07-27 12:47:29 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:kdb_putarea_size - Write an area of data. The kdb equivalent of* copy_to_user, with kdb messages for invalid addresses.* Inputs:* addr Address of the area to write to.* res Pointer to the area holding the data.* size Size of the area.* Returns:
函数原型:int kdb_putarea_size(unsigned long addr, void *res, size_t size)
返回类型:int
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| unsigned long | addr | |
| void * | res | |
| size_t | size | 
| 354 | 如果ret则 | 
| 356 | kdb_printf("kdb_putarea: Bad address 0x%lx\n", addr) | 
| 357 | KDB_STATE_SET(SUPPRESS) | 
| 359 | ret等于KDB_BADADDR | 
| 360 | 否则 | 
| 361 | KDB_STATE_CLEAR(SUPPRESS) | 
| 363 | 返回:ret | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |