函数逻辑报告 |
Source Code:init\do_mounts_rd.c |
Create Date:2022-07-27 15:20:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:crd_load
函数原型:static int __init crd_load(int in_fd, int out_fd, decompress_fn deco)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
int | in_fd | |
int | out_fd | |
decompress_fn | deco |
335 | 如果非deco则 |
336 | These can be used to print at the various log levels.* All of these will print unconditionally, although note that pr_debug()* and other debug macros are compiled out unless either DEBUG is defined* or CONFIG_DYNAMIC_DEBUG is set.("Invalid ramdisk decompression routine. Select appropriate config option.\n") |
341 | result等于deco(NULL, 0, compr_fill, compr_flush, NULL, NULL, error) |
342 | 如果decompress_error则result等于1 |
344 | 返回:result |
名称 | 描述 |
---|---|
rd_load_image |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |