Searched refs:hex_byte_pack (Results 1 – 12 of 12) sorted by relevance
| /Linux-v5.4/kernel/debug/ |
| D | gdbstub.c | 222 bufptr = hex_byte_pack(bufptr, s[i]); in gdbstub_msg_write() 254 buf = hex_byte_pack(buf, *tmp); in kgdb_mem2hex() 416 pkt = hex_byte_pack(pkt, *id); in pack_threadid() 423 pkt = hex_byte_pack(pkt, 0); in pack_threadid() 491 hex_byte_pack(&remcom_out_buffer[1], ks->signo); in gdb_cmd_status() 962 ptr = hex_byte_pack(ptr, ks->signo); in gdb_serial_stub()
|
| /Linux-v5.4/arch/s390/boot/ |
| D | pgm_check_info.c | 16 dst = hex_byte_pack(dst, *src++); in __add_val_as_hex()
|
| /Linux-v5.4/lib/ |
| D | hexdump.c | 70 dst = hex_byte_pack(dst, *_src++); in bin2hex()
|
| D | vsprintf.c | 1227 p = hex_byte_pack(p, addr[5 - i]); in mac_address_string() 1229 p = hex_byte_pack(p, addr[i]); in mac_address_string() 1350 p = hex_byte_pack(p, hi); in ip6_compressed_string() 1353 p = hex_byte_pack(p, lo); in ip6_compressed_string() 1356 p = hex_byte_pack(p, lo); in ip6_compressed_string() 1378 p = hex_byte_pack(p, *addr++); in ip6_string() 1379 p = hex_byte_pack(p, *addr++); in ip6_string() 1647 p = hex_byte_pack(p, addr[index[i]]); in uuid_string()
|
| /Linux-v5.4/drivers/watchdog/ |
| D | hpwdt.c | 192 hex_byte_pack(panic_msg, mynmi); in hpwdt_pretimeout()
|
| /Linux-v5.4/security/integrity/ima/ |
| D | ima_api.c | 353 hex_byte_pack(hash + (i * 2), iint->ima_hash->digest[i]); in ima_audit_measurement()
|
| /Linux-v5.4/fs/fat/ |
| 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-v5.4/drivers/bus/ |
| D | moxtet.c | 502 p = hex_byte_pack(p, moxtet->tx[moxtet->count - i]); in output_read()
|
| /Linux-v5.4/include/linux/ |
| D | kernel.h | 612 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() function
|
| /Linux-v5.4/security/keys/encrypted-keys/ |
| D | encrypted.c | 291 bufp = hex_byte_pack(bufp, iv[i]); in datablob_format()
|
| /Linux-v5.4/security/keys/ |
| D | trusted.c | 1166 bufp = hex_byte_pack(bufp, p->blob[i]); in trusted_read()
|
| /Linux-v5.4/net/sunrpc/ |
| D | cache.c | 1152 bp = hex_byte_pack(bp, *buf++); in qword_addhex()
|