函数逻辑报告 | 
Source Code:init\main.c | 
Create Date:2022-07-27 15:15:23 | 
| Last Modify:2022-05-23 13:07:03 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:Unknown boot options get handed to init, unless they look like* unused parameters (modprobe will find them in /proc/cmdline).
函数原型:static int __init unknown_bootoption(char *param, char *val, const char *unused, void *arg)
返回类型:int
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| char * | param | |
| char * | val | |
| const char * | unused | |
| void * | arg | 
| 298 | 如果obsolete_checksetup(param)则返回:0 | 
| 302 | 如果strchr(param, '.')且非val或strchr - Find the first occurrence of the character c in the string s.*@s: the string to be searched*@c: the character to search for小于val的值则返回:0 | 
| 305 | 如果panic_later则返回:0 | 
| 308 | 如果val则 | 
| 320 | 否则 | 
| 324 | 如果i恒等于Boot command-line arguments则 | 
| 325 | panic_later等于"init" | 
| 326 | panic_param等于param | 
| 331 | 返回:0 | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |