Searched refs:hex_byte_pack (Results 1 – 15 of 15) sorted by relevance
| /linux/arch/s390/kernel/ |
| H A D | alternative.c | 42 hex_byte_pack(&oinsn[2 * pos], old[pos]); in alternative_dump() 45 hex_byte_pack(&ninsn[2 * pos], new[pos]); in alternative_dump()
|
| H A D | stackprotector.c | 80 hex_byte_pack(&str[2 * i], ptr[i]); in insn_ril_to_string()
|
| /linux/kernel/debug/ |
| H A D | gdbstub.c | 221 bufptr = hex_byte_pack(bufptr, s[i]); in gdbstub_msg_write() 253 buf = hex_byte_pack(buf, *tmp); in kgdb_mem2hex() 415 pkt = hex_byte_pack(pkt, *id); in pack_threadid() 422 pkt = hex_byte_pack(pkt, 0); in pack_threadid() 490 hex_byte_pack(&remcom_out_buffer[1], ks->signo); in gdb_cmd_status() 974 ptr = hex_byte_pack(ptr, ks->signo); in gdb_serial_stub()
|
| /linux/include/linux/ |
| H A D | hex.h | 11 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() function
|
| /linux/lib/ |
| H A D | hexdump.c | 93 dst = hex_byte_pack(dst, *_src++); in bin2hex()
|
| H A D | vsprintf.c | 1334 p = hex_byte_pack(p, addr[5 - i]); in mac_address_string() 1336 p = hex_byte_pack(p, addr[i]); in mac_address_string() 1457 p = hex_byte_pack(p, hi); in ip6_compressed_string() 1460 p = hex_byte_pack(p, lo); in ip6_compressed_string() 1463 p = hex_byte_pack(p, lo); in ip6_compressed_string() 1485 p = hex_byte_pack(p, *addr++); in ip6_string() 1486 p = hex_byte_pack(p, *addr++); in ip6_string() 1759 p = hex_byte_pack(p, addr[index[i]]); in uuid_string()
|
| /linux/fs/ntfs3/ |
| H A D | dir.c | 65 hex_byte_pack(&dump[0], ec >> 8); in ntfs_utf16_to_nls() 66 hex_byte_pack(&dump[2], ec); in ntfs_utf16_to_nls()
|
| /linux/drivers/watchdog/ |
| H A D | hpwdt.c | 193 hex_byte_pack(panic_msg, mynmi); in hpwdt_pretimeout()
|
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_core.c | 309 bufp = hex_byte_pack(bufp, p->blob[i]); in trusted_read()
|
| /linux/security/integrity/ima/ |
| H A D | ima_api.c | 410 hex_byte_pack(hash + (i * 2), iint->ima_hash->digest[i]); in ima_audit_measurement()
|
| /linux/fs/fat/ |
| H A D | dir.c | 164 op = hex_byte_pack(op, ec >> 8); in uni16_to_x8() 165 op = hex_byte_pack(op, ec); in uni16_to_x8()
|
| /linux/net/core/ |
| H A D | sysctl_net_core.c | 334 pos = hex_byte_pack(pos, netdev_rss_key[i]); in proc_do_rss_key()
|
| /linux/drivers/bus/ |
| H A D | moxtet.c | 501 p = hex_byte_pack(p, moxtet->tx[moxtet->count - i]); in output_read()
|
| /linux/security/keys/encrypted-keys/ |
| H A D | encrypted.c | 293 bufp = hex_byte_pack(bufp, iv[i]); in datablob_format()
|
| /linux/net/sunrpc/ |
| H A D | cache.c | 1183 bp = hex_byte_pack(bp, *buf++); in qword_addhex()
|