函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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
注解内核,赢得工具下载SCCTEnglish

函数名称:hex_byte_pack

函数原型:static inline char *hex_byte_pack(char *buf, u8 byte)

返回类型:char

参数:

类型参数名称
char *buf
u8byte
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_mem2hexConvert 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_statusHandle the '?' status packets
gdb_serial_stubThis function performs all gdbserial command procesing
trusted_readrusted_read - copy the sealed blob data to userspace in hex.* On success, return to userspace the trusted key datablob size.
datablob_formatdatablob_format - format as an ascii string, before copying to userspace
ima_audit_measurement