Searched refs:hex_byte_pack (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | hexdump.h | 23 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 D | gdbstub.c | 222 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 D | vsprintf.c | 306 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 D | pgm_check_info.c | 17 dst = hex_byte_pack(dst, *src++); in __add_val_as_hex()
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | vsprintf.c | 1322 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 D | hexdump.c | 100 dst = hex_byte_pack(dst, *_src++); in bin2hex()
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | hpwdt.c | 192 hex_byte_pack(panic_msg, mynmi); in hpwdt_pretimeout()
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | ima_api.c | 356 hex_byte_pack(hash + (i * 2), iint->ima_hash->digest[i]); in ima_audit_measurement()
|
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kernel.h | 620 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() function
|
| /OK3568_Linux_fs/kernel/drivers/bus/ |
| H A D | moxtet.c | 501 p = hex_byte_pack(p, moxtet->tx[moxtet->count - i]); in output_read()
|
| /OK3568_Linux_fs/kernel/security/keys/encrypted-keys/ |
| H A D | encrypted.c | 291 bufp = hex_byte_pack(bufp, iv[i]); in datablob_format()
|
| /OK3568_Linux_fs/kernel/security/keys/trusted-keys/ |
| H A D | trusted_tpm1.c | 1183 bufp = hex_byte_pack(bufp, p->blob[i]); in trusted_read()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | cache.c | 1161 bp = hex_byte_pack(bp, *buf++); in qword_addhex()
|