函数逻辑报告

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_upper

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

返回类型:char

参数:

类型参数名称
char *buf
u8byte
618  buf自加等于hex_asc_upper_hi(byte)
619  buf自加等于hex_asc_upper_lo(byte)
620  返回:buf
调用者
名称描述
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