Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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()
/OK3568_Linux_fs/kernel/kernel/debug/
H A Dgdbstub.c222 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()
975 ptr = hex_byte_pack(ptr, ks->signo); in gdb_serial_stub()
/OK3568_Linux_fs/u-boot/lib/
H A Dvsprintf.c306 p = hex_byte_pack(p, addr[i]); in mac_address_string()
325 p = hex_byte_pack(p, addr[2 * i]); in ip6_addr_string()
326 p = hex_byte_pack(p, addr[2 * i + 1]); in ip6_addr_string()
/OK3568_Linux_fs/kernel/arch/s390/boot/
H A Dpgm_check_info.c17 dst = hex_byte_pack(dst, *src++); in __add_val_as_hex()
/OK3568_Linux_fs/kernel/lib/
H A Dvsprintf.c1322 p = hex_byte_pack(p, addr[5 - i]); in mac_address_string()
1324 p = hex_byte_pack(p, addr[i]); in mac_address_string()
1445 p = hex_byte_pack(p, hi); in ip6_compressed_string()
1448 p = hex_byte_pack(p, lo); in ip6_compressed_string()
1451 p = hex_byte_pack(p, lo); in ip6_compressed_string()
1473 p = hex_byte_pack(p, *addr++); in ip6_string()
1474 p = hex_byte_pack(p, *addr++); in ip6_string()
1743 p = hex_byte_pack(p, addr[index[i]]); in uuid_string()
H A Dhexdump.c100 dst = hex_byte_pack(dst, *_src++); in bin2hex()
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dhpwdt.c192 hex_byte_pack(panic_msg, mynmi); in hpwdt_pretimeout()
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_api.c356 hex_byte_pack(hash + (i * 2), iint->ima_hash->digest[i]); in ima_audit_measurement()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkernel.h620 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() function
/OK3568_Linux_fs/kernel/drivers/bus/
H A Dmoxtet.c501 p = hex_byte_pack(p, moxtet->tx[moxtet->count - i]); in output_read()
/OK3568_Linux_fs/kernel/security/keys/encrypted-keys/
H A Dencrypted.c291 bufp = hex_byte_pack(bufp, iv[i]); in datablob_format()
/OK3568_Linux_fs/kernel/security/keys/trusted-keys/
H A Dtrusted_tpm1.c1183 bufp = hex_byte_pack(bufp, p->blob[i]); in trusted_read()
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dcache.c1161 bp = hex_byte_pack(bp, *buf++); in qword_addhex()