函数逻辑报告 |
Source Code:include\linux\kernel.h |
Create Date:2022-07-27 06:38:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:hex_byte_pack_upper
函数原型:static inline char *hex_byte_pack_upper(char *buf, u8 byte)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
char * | buf | |
u8 | byte |
618 | buf自加等于hex_asc_upper_hi(byte) |
619 | buf自加等于hex_asc_upper_lo(byte) |
620 | 返回:buf |
名称 | 描述 |
---|---|
uuid_string | |
audit_log_n_hex | audit_log_n_hex - convert a buffer to hex and append it to the audit skb*@ab: the audit_buffer*@buf: buffer to convert to hex*@len: length of @buf to be converted* No return value; failure to expand is silently ignored |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |