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_upper

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

Type:char

Parameter:

TypeParameterName
char *buf
u8byte
618  buf++ = hex_asc_upper_hi(byte)
619  buf++ = hex_asc_upper_lo(byte)
620  Return buf
Caller
NameDescribe
uuid_string
audit_log_n_hexaudit_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