Function report |
Source Code:kernel\printk\printk.c |
Create Date:2022-07-28 10:06:47 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:console_msg_format_setup
Proto:static int __init console_msg_format_setup(char *str)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char * | str |
2150 | If Not strcmp(str, "syslog") Then console_msg_format = MSG_FORMAT_SYSLOG |
2152 | If Not strcmp(str, "default") Then console_msg_format = MSG_FORMAT_DEFAULT |
2154 | Return 1 |
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 |