Searched refs:hex_byte_pack (Results 1 – 9 of 9) sorted by relevance
| /linux/include/linux/ |
| H A D | hex.h | 11 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() function
|
| /linux/lib/ |
| H A D | hexdump.c | 92 dst = hex_byte_pack(dst, *_src++); in bin2hex()
|
| H A D | vsprintf.c | 1333 p = hex_byte_pack(p, addr[5 - i]); in mac_address_string() 1335 p = hex_byte_pack(p, addr[i]); in mac_address_string() 1456 p = hex_byte_pack(p, hi); in ip6_compressed_string() 1459 p = hex_byte_pack(p, lo); in ip6_compressed_string() 1462 p = hex_byte_pack(p, lo); in ip6_compressed_string() 1484 p = hex_byte_pack(p, *addr++); in ip6_string() 1485 p = hex_byte_pack(p, *addr++); in ip6_string() 1758 p = hex_byte_pack(p, addr[index[i]]); in uuid_string()
|
| /linux/drivers/watchdog/ |
| H A D | hpwdt.c | 192 hex_byte_pack(panic_msg, mynmi); in hpwdt_pretimeout()
|
| /linux/security/keys/trusted-keys/ |
| H A D | trusted_core.c | 304 bufp = hex_byte_pack(bufp, p->blob[i]); in trusted_read()
|
| /linux/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()
|
| /linux/drivers/bus/ |
| H A D | moxtet.c | 500 p = hex_byte_pack(p, moxtet->tx[moxtet->count - i]); in output_read()
|
| /linux/security/keys/encrypted-keys/ |
| H A D | encrypted.c | 292 bufp = hex_byte_pack(bufp, iv[i]); in datablob_format()
|
| /linux/net/sunrpc/ |
| H A D | cache.c | 1166 bp = hex_byte_pack(bp, *buf++); in qword_addhex()
|