Function report |
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 activity | Download SCCT | Chinese |
Name:hex_byte_pack_upper
Proto:static inline char *hex_byte_pack_upper(char *buf, u8 byte)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
char * | buf | |
u8 | byte |
618 | buf++ = hex_asc_upper_hi(byte) |
619 | buf++ = hex_asc_upper_lo(byte) |
620 | Return buf |
Name | Describe |
---|---|
uuid_string | |
audit_log_n_hex | audit_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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |