Function report |
Source Code:arch\x86\kernel\apm_32.c |
Create Date:2022-07-28 08:22:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:apm_error - display an APM error*@str: information string*@err: APM BIOS return code* Write a meaningful log entry to the kernel log in the event of* an APM error. Note that this also handles (negative) kernel errors.
Proto:static void apm_error(char *str, int err)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
char * | str | |
int | err |
499 | When i < ERROR_COUNT cycle If key == err Then |
501 | Break |
502 | If i < ERROR_COUNT Then pr_notice("%s: %s\n", str, msg) |
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 |