Function report |
Source Code:kernel\printk\printk.c |
Create Date:2022-07-28 10:06:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:add_preferred_console - add a device to the list of preferred consoles.*@name: device name*@idx: device index*@options: options for this console* The last preferred console added will be used for kernel messages* and stdin/out/err for init
Proto:int add_preferred_console(char *name, int idx, char *options)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char * | name | |
int | idx | |
char * | options |
2217 | Return __add_preferred_console(name, idx, options, NULL) |
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 |