Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\kernel.h Create Date:2022-07-28 05:34:24
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:hex_byte_pack

Proto:static inline char *hex_byte_pack(char *buf, u8 byte)

Type:char

Parameter:

TypeParameterName
char *buf
u8byte
607  buf++ = hex_asc_hi(byte)
608  buf++ = hex_asc_lo(byte)
609  Return buf
Caller
NameDescribe
mac_address_string
ip6_compressed_string
ip6_string
uuid_string
bin2hex2hex - convert binary data to an ascii hexadecimal string*@dst: ascii hexadecimal result*@src: binary data*@count: binary data length
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