函数逻辑报告 |
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
函数原型:static inline char *hex_byte_pack(char *buf, u8 byte)
返回类型:char
参数:
类型 | 参数 | 名称 |
---|---|---|
char * | buf | |
u8 | byte |
607 | buf自加等于hex_asc_hi(byte) |
608 | buf自加等于hex_asc_lo(byte) |
609 | 返回:buf |
名称 | 描述 |
---|---|
mac_address_string | |
ip6_compressed_string | |
ip6_string | |
uuid_string | |
bin2hex | 二进制数据转换为ASCII码的十六进制字符串 |
gdbstub_msg_write | |
kgdb_mem2hex | Convert the memory pointed to by mem into hex, placing result in* buf. Return a pointer to the last char put in buf (null). May* return an error. |
pack_threadid | |
gdb_cmd_status | Handle the '?' status packets |
gdb_serial_stub | This function performs all gdbserial command procesing |
trusted_read | rusted_read - copy the sealed blob data to userspace in hex.* On success, return to userspace the trusted key datablob size. |
datablob_format | datablob_format - format as an ascii string, before copying to userspace |
ima_audit_measurement |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |