Home
last modified time | relevance | path

Searched refs:hex_byte_pack (Results 1 – 11 of 11) sorted by relevance

/linux/kernel/debug/
H A Dgdbstub.c221 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 Dhex.h11 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() function
/linux/fs/ntfs3/
H A Ddir.c70 hex_byte_pack(&dump[0], ec >> 8); in ntfs_utf16_to_nls()
71 hex_byte_pack(&dump[2], ec); in ntfs_utf16_to_nls()
/linux/lib/
H A Dvsprintf.c1338 p = hex_byte_pack(p, byte); in mac_address_string()
1459 p = hex_byte_pack(p, hi); in ip6_compressed_string()
1462 p = hex_byte_pack(p, lo); in ip6_compressed_string()
1465 p = hex_byte_pack(p, lo); in ip6_compressed_string()
1487 p = hex_byte_pack(p, *addr++); in ip6_string()
1488 p = hex_byte_pack(p, *addr++); in ip6_string()
1761 p = hex_byte_pack(p, addr[index[i]]); in uuid_string()
/linux/security/keys/trusted-keys/
H A Dtrusted_core.c315 bufp = hex_byte_pack(bufp, p->blob[i]);
/linux/security/integrity/ima/
H A Dima_api.c415 hex_byte_pack(hash + (i * 2), iint->ima_hash->digest[i]); in ima_audit_measurement()
/linux/fs/fat/
H A Ddir.c189 op = hex_byte_pack(op, ec >> 8); in uni16_to_x8()
190 op = hex_byte_pack(op, ec); in uni16_to_x8()
/linux/net/core/
H A Dsysctl_net_core.c342 pos = hex_byte_pack(pos, netdev_rss_key[i]); in proc_do_rss_key()
/linux/drivers/bus/
H A Dmoxtet.c501 p = hex_byte_pack(p, moxtet->tx[moxtet->count - i]); in output_read()
/linux/security/keys/encrypted-keys/
H A Dencrypted.c293 bufp = hex_byte_pack(bufp, iv[i]); in datablob_format()
/linux/net/sunrpc/
H A Dcache.c1157 bp = hex_byte_pack(bp, *buf++); in qword_addhex()