Function report |
Source Code:init\main.c |
Create Date:2022-07-28 13:53:03 |
Last Modify:2022-05-23 13:07:03 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:obsolete_checksetup
Proto:static bool __init obsolete_checksetup(char *line)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
char * | line |
181 | bool had_early_param = false |
183 | p = __setup_start |
184 | Do |
187 | If early Then |
192 | If line[n] == '\0' || line[n] == '=' Then had_early_param = true |
194 | Else if Not setup_func Then |
198 | Else if setup_func(line + n) Then Return true |
201 | p++ |
202 | When p < __setup_end cycle |
204 | Return had_early_param |
Name | Describe |
---|---|
unknown_bootoption | Unknown boot options get handed to init, unless they look like* unused parameters (modprobe will find them in /proc/cmdline). |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |