Searched refs:hex_byte_pack (Results 1 – 13 of 13) sorted by relevance
| /linux-6.15/arch/s390/kernel/ |
| H A D | alternative.c | 41 hex_byte_pack(&oinsn[2 * pos], old[pos]); in alternative_dump() 44 hex_byte_pack(&ninsn[2 * pos], new[pos]); in alternative_dump()
|
| /linux-6.15/kernel/debug/ |
| H A D | gdbstub.c | 219 bufptr = hex_byte_pack(bufptr, s[i]); in gdbstub_msg_write() 251 buf = hex_byte_pack(buf, *tmp); in kgdb_mem2hex() 413 pkt = hex_byte_pack(pkt, *id); in pack_threadid() 420 pkt = hex_byte_pack(pkt, 0); in pack_threadid() 488 hex_byte_pack(&remcom_out_buffer[1], ks->signo); in gdb_cmd_status() 972 ptr = hex_byte_pack(ptr, ks->signo); in gdb_serial_stub()
|
| /linux-6.15/include/linux/ |
| H A D | hex.h | 11 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() function
|
| /linux-6.15/lib/ |
| H A D | hexdump.c | 92 dst = hex_byte_pack(dst, *_src++); in bin2hex()
|
| H A D | vsprintf.c | 1325 p = hex_byte_pack(p, addr[5 - i]); in mac_address_string() 1327 p = hex_byte_pack(p, addr[i]); in mac_address_string() 1448 p = hex_byte_pack(p, hi); in ip6_compressed_string() 1451 p = hex_byte_pack(p, lo); in ip6_compressed_string() 1454 p = hex_byte_pack(p, lo); in ip6_compressed_string() 1476 p = hex_byte_pack(p, *addr++); in ip6_string() 1477 p = hex_byte_pack(p, *addr++); in ip6_string() 1751 p = hex_byte_pack(p, addr[index[i]]); in uuid_string()
|
| /linux-6.15/fs/ntfs3/ |
| H A D | dir.c | 64 hex_byte_pack(&dump[0], ec >> 8); in ntfs_utf16_to_nls() 65 hex_byte_pack(&dump[2], ec); in ntfs_utf16_to_nls()
|
| /linux-6.15/drivers/watchdog/ |
| H A D | hpwdt.c | 192 hex_byte_pack(panic_msg, mynmi); in hpwdt_pretimeout()
|
| /linux-6.15/security/keys/trusted-keys/ |
| H A D | trusted_core.c | 304 bufp = hex_byte_pack(bufp, p->blob[i]); in trusted_read()
|
| /linux-6.15/security/integrity/ima/ |
| H A D | ima_api.c | 408 hex_byte_pack(hash + (i * 2), iint->ima_hash->digest[i]); in ima_audit_measurement()
|
| /linux-6.15/fs/fat/ |
| H A D | dir.c | 162 op = hex_byte_pack(op, ec >> 8); in uni16_to_x8() 163 op = hex_byte_pack(op, ec); in uni16_to_x8()
|
| /linux-6.15/drivers/bus/ |
| H A D | moxtet.c | 500 p = hex_byte_pack(p, moxtet->tx[moxtet->count - i]); in output_read()
|
| /linux-6.15/security/keys/encrypted-keys/ |
| H A D | encrypted.c | 297 bufp = hex_byte_pack(bufp, iv[i]); in datablob_format()
|
| /linux-6.15/net/sunrpc/ |
| H A D | cache.c | 1165 bp = hex_byte_pack(bp, *buf++); in qword_addhex()
|