函数逻辑报告 |
Source Code:fs\coredump.c |
Create Date:2022-07-29 11:06:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:cn_print_exe_file
函数原型:static int cn_print_exe_file(struct core_name *cn)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct core_name * | cn |
162 | exe_file等于get_mm_exe_file - acquire a reference to the mm's executable file* Returns %NULL if mm has no associated executable file.* User must release file via fput(). |
163 | 如果非exe_file则返回:cn_esc_printf(cn, "%s (path unknown)", comm) |
167 | 如果非pathbuf则 |
169 | 转到:put_exe_file |
173 | 如果是错误则 |
178 | ret等于cn_esc_printf(cn, "%s", path) |
180 | free_buf : |
181 | 释放内存 |
182 | put_exe_file : |
184 | 返回:ret |
名称 | 描述 |
---|---|
format_corename | rmat_corename will inspect the pattern parameter, and output a* name into corename, which must have space for at least* CORENAME_MAX_SIZE bytes plus one byte for the zero terminator. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |