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
Proto:static inline char *hex_byte_pack(char *buf, u8 byte)
Type:char
Parameter:
Type | Parameter | Name |
---|---|---|
char * | buf | |
u8 | byte |
607 | buf++ = hex_asc_hi(byte) |
608 | buf++ = hex_asc_lo(byte) |
609 | Return buf |
Name | Describe |
---|---|
mac_address_string | |
ip6_compressed_string | |
ip6_string | |
uuid_string | |
bin2hex | 2hex - convert binary data to an ascii hexadecimal string*@dst: ascii hexadecimal result*@src: binary data*@count: binary data length |
gdbstub_msg_write | |
kgdb_mem2hex | Convert 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_status | Handle the '?' status packets |
gdb_serial_stub | This function performs all gdbserial command procesing |
trusted_read | rusted_read - copy the sealed blob data to userspace in hex.* On success, return to userspace the trusted key datablob size. |
datablob_format | datablob_format - format as an ascii string, before copying to userspace |
ima_audit_measurement |
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 |