Function report |
Source Code:lib\hexdump.c |
Create Date:2022-07-28 06:26:10 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:print_hex_dump - print a text hex dump to syslog for a binary blob of data*@level: kernel log level (e
Proto:void print_hex_dump(const char *level, const char *prefix_str, int prefix_type, int rowsize, int groupsize, const void *buf, size_t len, bool ascii)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | level | |
const char * | prefix_str | |
int | prefix_type | |
int | rowsize | |
int | groupsize | |
const void * | buf | |
size_t | len | |
bool | ascii |
251 | linelen = min - return minimum of two values of the same or compatible types*@x: first value*@y: second value(remaining, rowsize) |
258 | Case prefix_type == DUMP_PREFIX_ADDRESS |
262 | Case prefix_type == DUMP_PREFIX_OFFSET |
263 | printk("%s%s%.8x: %s\n", level, prefix_str, i, linebuf) |
264 | Break |
265 | Default |
266 | printk("%s%s%s\n", level, prefix_str, linebuf) |
267 | Break |
Name | Describe |
---|---|
test_string_check_buf | |
__check_eq_u32_array | |
check_poison_mem | |
print_shadow_for_address | |
warn_or_seq_hex_dump |
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 |