Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dhexdump.h23 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() function
80 dst = hex_byte_pack(dst, *_src++); in bin2hex()
/openbmc/linux/kernel/debug/
H 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()
/openbmc/linux/include/linux/
H A Dhex.h11 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() function
/openbmc/u-boot/lib/
H A Dvsprintf.c329 p = hex_byte_pack(p, addr[i]); in mac_address_string()
348 p = hex_byte_pack(p, addr[2 * i]); in ip6_addr_string()
349 p = hex_byte_pack(p, addr[2 * i + 1]); in ip6_addr_string()
/openbmc/linux/lib/
H A Dhexdump.c92 dst = hex_byte_pack(dst, *_src++); in bin2hex()
H A Dvsprintf.c1296 p = hex_byte_pack(p, addr[5 - i]); in mac_address_string()
1298 p = hex_byte_pack(p, addr[i]); in mac_address_string()
1419 p = hex_byte_pack(p, hi); in ip6_compressed_string()
1422 p = hex_byte_pack(p, lo); in ip6_compressed_string()
1425 p = hex_byte_pack(p, lo); in ip6_compressed_string()
1447 p = hex_byte_pack(p, *addr++); in ip6_string()
1448 p = hex_byte_pack(p, *addr++); in ip6_string()
1717 p = hex_byte_pack(p, addr[index[i]]); in uuid_string()
/openbmc/linux/fs/ntfs3/
H 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()
/openbmc/linux/drivers/watchdog/
H A Dhpwdt.c196 hex_byte_pack(panic_msg, mynmi); in hpwdt_pretimeout()
/openbmc/linux/security/keys/trusted-keys/
H A Dtrusted_core.c300 bufp = hex_byte_pack(bufp, p->blob[i]); in trusted_read()
/openbmc/linux/security/integrity/ima/
H A Dima_api.c405 hex_byte_pack(hash + (i * 2), iint->ima_hash->digest[i]); in ima_audit_measurement()
/openbmc/linux/fs/fat/
H 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()
/openbmc/linux/drivers/bus/
H A Dmoxtet.c501 p = hex_byte_pack(p, moxtet->tx[moxtet->count - i]); in output_read()
/openbmc/linux/security/keys/encrypted-keys/
H A Dencrypted.c297 bufp = hex_byte_pack(bufp, iv[i]); in datablob_format()
/openbmc/linux/net/sunrpc/
H A Dcache.c1158 bp = hex_byte_pack(bp, *buf++); in qword_addhex()