函数逻辑报告 |
Source Code:init\main.c |
Create Date:2022-07-27 15:15:28 |
Last Modify:2022-05-23 13:07:03 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:保存未改变的comand_line到字符数组static_command_line中
函数原型:static void __init setup_command_line(char *command_line)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
char * | command_line |
379 | 原始命令行等于memblock_alloc(len, SMP_CACHE_BYTES) |
380 | 如果非原始命令行则panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. |
384 | 如果非Command line for per-initcall parameter parsing 则panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. |
387 | 参数解析命令行等于memblock_alloc(len, SMP_CACHE_BYTES) |
388 | 如果非参数解析命令行则panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. |
392 | strcpy(参数解析命令行, command_line) |
名称 | 描述 |
---|---|
start_kernel | 启动内核 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |