Searched refs:hex_byte_pack (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/kernel/debug/ |
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() 962 ptr = hex_byte_pack(ptr, ks->signo); in gdb_serial_stub()
|
/Linux-v4.19/lib/ |
D | vsprintf.c | 976 p = hex_byte_pack(p, addr[5 - i]); in mac_address_string() 978 p = hex_byte_pack(p, addr[i]); in mac_address_string() 1099 p = hex_byte_pack(p, hi); in ip6_compressed_string() 1102 p = hex_byte_pack(p, lo); in ip6_compressed_string() 1105 p = hex_byte_pack(p, lo); in ip6_compressed_string() 1127 p = hex_byte_pack(p, *addr++); in ip6_string() 1128 p = hex_byte_pack(p, *addr++); in ip6_string() 1344 p = hex_byte_pack(p, addr[index[i]]); in uuid_string()
|
D | hexdump.c | 74 dst = hex_byte_pack(dst, *_src++); in bin2hex()
|
/Linux-v4.19/drivers/watchdog/ |
D | hpwdt.c | 170 hex_byte_pack(panic_msg, mynmi); in hpwdt_pretimeout()
|
/Linux-v4.19/security/integrity/ima/ |
D | ima_api.c | 326 hex_byte_pack(hash + (i * 2), iint->ima_hash->digest[i]); in ima_audit_measurement()
|
/Linux-v4.19/fs/fat/ |
D | dir.c | 163 op = hex_byte_pack(op, ec >> 8); in uni16_to_x8() 164 op = hex_byte_pack(op, ec); in uni16_to_x8()
|
/Linux-v4.19/include/linux/ |
D | kernel.h | 615 static inline char *hex_byte_pack(char *buf, u8 byte) in hex_byte_pack() function
|
/Linux-v4.19/security/keys/encrypted-keys/ |
D | encrypted.c | 290 bufp = hex_byte_pack(bufp, iv[i]); in datablob_format()
|
/Linux-v4.19/security/keys/ |
D | trusted.c | 1157 bufp = hex_byte_pack(bufp, p->blob[i]); in trusted_read()
|
/Linux-v4.19/net/sunrpc/ |
D | cache.c | 1121 bp = hex_byte_pack(bp, *buf++); in qword_addhex()
|
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | message.c | 10567 p = hex_byte_pack(p, li_config_table[j].curchnl); in mixer_calculate_coefs() 10577 p = hex_byte_pack(p, li_config_table[j].channel); in mixer_calculate_coefs() 10587 p = hex_byte_pack(p, li_config_table[j].chflags); in mixer_calculate_coefs() 10599 p = hex_byte_pack(p, li_config_table[i].flag_table[j]); in mixer_calculate_coefs() 10612 p = hex_byte_pack(p, li_config_table[i].coef_table[j]); in mixer_calculate_coefs()
|