/linux-4.1.27/arch/mn10300/kernel/ |
D | gdb-stub.c | 800 buf = hex_byte_pack(buf, ch[0]); in mem2hex() 808 buf = hex_byte_pack(buf, ch[0]); in mem2hex() 809 buf = hex_byte_pack(buf, ch[1]); in mem2hex() 817 buf = hex_byte_pack(buf, ch[0]); in mem2hex() 818 buf = hex_byte_pack(buf, ch[1]); in mem2hex() 819 buf = hex_byte_pack(buf, ch[2]); in mem2hex() 820 buf = hex_byte_pack(buf, ch[3]); in mem2hex() 828 buf = hex_byte_pack(buf, ch[0]); in mem2hex() 829 buf = hex_byte_pack(buf, ch[1]); in mem2hex() 837 buf = hex_byte_pack(buf, ch[0]); in mem2hex() [all …]
|
/linux-4.1.27/arch/frv/kernel/ |
D | gdb-stub.c | 674 buf = hex_byte_pack(buf, ch[0]); in mem2hex() 682 buf = hex_byte_pack(buf, ch[0]); in mem2hex() 683 buf = hex_byte_pack(buf, ch[1]); in mem2hex() 691 buf = hex_byte_pack(buf, ch[0]); in mem2hex() 692 buf = hex_byte_pack(buf, ch[1]); in mem2hex() 693 buf = hex_byte_pack(buf, ch[2]); in mem2hex() 694 buf = hex_byte_pack(buf, ch[3]); in mem2hex() 702 buf = hex_byte_pack(buf, ch[0]); in mem2hex() 703 buf = hex_byte_pack(buf, ch[1]); in mem2hex() 711 buf = hex_byte_pack(buf, ch[0]); in mem2hex() [all …]
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | kgdb.c | 666 buf = hex_byte_pack(buf, ch); in mem2hex() 684 buf = hex_byte_pack(buf, ch); in mem2hex_nbo() 869 ptr = hex_byte_pack(ptr, sigval); in stub_is_stopped() 977 ptr = hex_byte_pack(ptr, PC); in stub_is_stopped() 983 ptr = hex_byte_pack(ptr, R8); in stub_is_stopped() 989 ptr = hex_byte_pack(ptr, SP); in stub_is_stopped() 996 ptr = hex_byte_pack(ptr, ERP); in stub_is_stopped()
|
/linux-4.1.27/kernel/debug/ |
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() 961 ptr = hex_byte_pack(ptr, ks->signo); in gdb_serial_stub()
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | kgdb.c | 449 buf = hex_byte_pack(buf, ch); in mem2hex() 698 ptr = hex_byte_pack(ptr, sigval); in stub_is_stopped() 711 ptr = hex_byte_pack(ptr, regno); in stub_is_stopped()
|
/linux-4.1.27/lib/ |
D | vsprintf.c | 913 p = hex_byte_pack(p, addr[5 - i]); in mac_address_string() 915 p = hex_byte_pack(p, addr[i]); in mac_address_string() 1036 p = hex_byte_pack(p, hi); in ip6_compressed_string() 1039 p = hex_byte_pack(p, lo); in ip6_compressed_string() 1042 p = hex_byte_pack(p, lo); in ip6_compressed_string() 1064 p = hex_byte_pack(p, *addr++); in ip6_string() 1065 p = hex_byte_pack(p, *addr++); in ip6_string() 1280 p = hex_byte_pack(p, addr[index[i]]); in uuid_string()
|
D | hexdump.c | 72 dst = hex_byte_pack(dst, *_src++); in bin2hex()
|
/linux-4.1.27/security/integrity/ima/ |
D | ima_api.c | 303 hex_byte_pack(hash + (i * 2), iint->ima_hash->digest[i]); in ima_audit_measurement()
|
/linux-4.1.27/fs/nfs/objlayout/ |
D | objlayout.c | 679 cur = hex_byte_pack(cur, s.data[i]); in _sysid_2_hex()
|
/linux-4.1.27/include/linux/ |
D | kernel.h | 492 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() function
|
/linux-4.1.27/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-4.1.27/security/keys/encrypted-keys/ |
D | encrypted.c | 296 bufp = hex_byte_pack(bufp, iv[i]); in datablob_format()
|
/linux-4.1.27/security/keys/ |
D | trusted.c | 1076 bufp = hex_byte_pack(bufp, p->blob[i]); in trusted_read()
|
/linux-4.1.27/net/sunrpc/ |
D | cache.c | 1102 bp = hex_byte_pack(bp, *buf++); in qword_addhex()
|