函数逻辑报告 |
Source Code:lib\seq_buf.c |
Create Date:2022-07-27 07:12:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:seq_buf_putmem_hex - write raw memory into the buffer in ASCII hex*@s: seq_buf descriptor*@mem: The raw memory to write its hex ASCII representation of*@len: The length of the raw memory to copy (in bytes)* This is similar to seq_buf_putmem() except
函数原型:int seq_buf_putmem_hex(struct seq_buf *s, const void *mem, unsigned int len)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct seq_buf * | s | |
const void * | mem | |
unsigned int | len |
238 | hex[j++]等于hex_asc_hi(data[i]) |
239 | hex[j++]等于hex_asc_lo(data[i]) |
241 | 如果WARN_ON_ONCE(j == 0 || j / 2 > len)则退出 |
252 | 返回:0 |
名称 | 描述 |
---|---|
trace_seq_putmem_hex | race_seq_putmem_hex - write raw memory into the buffer in ASCII hex*@s: trace sequence descriptor*@mem: The raw memory to write its hex ASCII representation of*@len: The length of the raw memory to copy (in bytes)* This is similar to trace_seq_putmem() |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |