Function report |
Source Code:arch\x86\kernel\apic\apic.c |
Create Date:2022-07-28 08:27:29 |
Last Modify:2020-03-16 21:21:31 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:apic_set_verbosity
Proto:static int __init apic_set_verbosity(char *arg)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
char * | arg |
2844 | If Not arg Then |
2852 | If strcmp("debug", arg) == 0 Then Debug level, exported for io_apic.c = APIC_DEBUG |
2854 | Else if strcmp("verbose", arg) == 0 Then Debug level, exported for io_apic.c = APIC_VERBOSE |
2857 | Else |
2860 | Return -EINVAL |
2864 | Return 0 |
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 |