Home
last modified time | relevance | path

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

/linux/kernel/debug/
A Dgdbstub.c219 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/lib/
A Dhexdump.c71 dst = hex_byte_pack(dst, *_src++); in bin2hex()
A Dvsprintf.c1308 p = hex_byte_pack(p, addr[5 - i]); in mac_address_string()
1310 p = hex_byte_pack(p, addr[i]); in mac_address_string()
1431 p = hex_byte_pack(p, hi); in ip6_compressed_string()
1434 p = hex_byte_pack(p, lo); in ip6_compressed_string()
1437 p = hex_byte_pack(p, lo); in ip6_compressed_string()
1459 p = hex_byte_pack(p, *addr++); in ip6_string()
1460 p = hex_byte_pack(p, *addr++); in ip6_string()
1729 p = hex_byte_pack(p, addr[index[i]]); in uuid_string()
/linux/fs/ntfs3/
A Ddir.c64 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/drivers/watchdog/
A Dhpwdt.c194 hex_byte_pack(panic_msg, mynmi); in hpwdt_pretimeout()
/linux/include/linux/
A Dkernel.h257 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() function
/linux/security/keys/trusted-keys/
A Dtrusted_core.c292 bufp = hex_byte_pack(bufp, p->blob[i]); in trusted_read()
/linux/security/integrity/ima/
A Dima_api.c360 hex_byte_pack(hash + (i * 2), iint->ima_hash->digest[i]); in ima_audit_measurement()
/linux/fs/fat/
A Ddir.c162 op = hex_byte_pack(op, ec >> 8); in uni16_to_x8()
163 op = hex_byte_pack(op, ec); in uni16_to_x8()
/linux/drivers/bus/
A Dmoxtet.c501 p = hex_byte_pack(p, moxtet->tx[moxtet->count - i]); in output_read()
/linux/security/keys/encrypted-keys/
A Dencrypted.c291 bufp = hex_byte_pack(bufp, iv[i]); in datablob_format()
/linux/net/sunrpc/
A Dcache.c1142 bp = hex_byte_pack(bp, *buf++); in qword_addhex()

Completed in 30 milliseconds