Function report |
Source Code:kernel\printk\printk.c |
Create Date:2022-07-28 10:05:49 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:msg_print_ext_body
Proto:static ssize_t msg_print_ext_body(char *buf, size_t size, char *dict, size_t dict_len, char *text, size_t text_len)
Type:ssize_t
Parameter:
Type | Parameter | Name |
---|---|---|
char * | buf | |
size_t | size | |
char * | dict | |
size_t | dict_len | |
char * | text | |
size_t | text_len |
748 | Else append_char( & p, e, c) |
751 | append_char( & p, e, '\n') |
753 | If dict_len Then |
754 | bool line = true |
759 | If line Then |
760 | append_char( & p, e, ' ') |
761 | line = false |
764 | If c == '\0' Then |
772 | Continue |
775 | append_char( & p, e, c) |
777 | append_char( & p, e, '\n') |
Name | Describe |
---|---|
devkmsg_read | |
console_unlock | sole_unlock - unlock the console system* Releases the console_lock which the caller holds on the console system* and the console driver list.* While the console_lock was held, console output may have been buffered* by printk() |
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 |