Symbol: hex_byte_pack
arch/s390/kernel/alternative.c
42
hex_byte_pack(&oinsn[2 * pos], old[pos]);
arch/s390/kernel/alternative.c
45
hex_byte_pack(&ninsn[2 * pos], new[pos]);
arch/s390/kernel/stackprotector.c
80
hex_byte_pack(&str[2 * i], ptr[i]);
drivers/bus/moxtet.c
501
p = hex_byte_pack(p, moxtet->tx[moxtet->count - i]);
drivers/watchdog/hpwdt.c
193
hex_byte_pack(panic_msg, mynmi);
fs/fat/dir.c
164
op = hex_byte_pack(op, ec >> 8);
fs/fat/dir.c
165
op = hex_byte_pack(op, ec);
fs/ntfs3/dir.c
65
hex_byte_pack(&dump[0], ec >> 8);
fs/ntfs3/dir.c
66
hex_byte_pack(&dump[2], ec);
kernel/debug/gdbstub.c
221
bufptr = hex_byte_pack(bufptr, s[i]);
kernel/debug/gdbstub.c
253
buf = hex_byte_pack(buf, *tmp);
kernel/debug/gdbstub.c
415
pkt = hex_byte_pack(pkt, *id);
kernel/debug/gdbstub.c
422
pkt = hex_byte_pack(pkt, 0);
kernel/debug/gdbstub.c
490
hex_byte_pack(&remcom_out_buffer[1], ks->signo);
kernel/debug/gdbstub.c
974
ptr = hex_byte_pack(ptr, ks->signo);
lib/hexdump.c
93
dst = hex_byte_pack(dst, *_src++);
lib/vsprintf.c
1334
p = hex_byte_pack(p, addr[5 - i]);
lib/vsprintf.c
1336
p = hex_byte_pack(p, addr[i]);
lib/vsprintf.c
1457
p = hex_byte_pack(p, hi);
lib/vsprintf.c
1460
p = hex_byte_pack(p, lo);
lib/vsprintf.c
1463
p = hex_byte_pack(p, lo);
lib/vsprintf.c
1485
p = hex_byte_pack(p, *addr++);
lib/vsprintf.c
1486
p = hex_byte_pack(p, *addr++);
lib/vsprintf.c
1759
p = hex_byte_pack(p, addr[index[i]]);
net/core/sysctl_net_core.c
334
pos = hex_byte_pack(pos, netdev_rss_key[i]);
net/sunrpc/cache.c
1183
bp = hex_byte_pack(bp, *buf++);
security/integrity/ima/ima_api.c
410
hex_byte_pack(hash + (i * 2), iint->ima_hash->digest[i]);
security/keys/encrypted-keys/encrypted.c
293
bufp = hex_byte_pack(bufp, iv[i]);
security/keys/trusted-keys/trusted_core.c
309
bufp = hex_byte_pack(bufp, p->blob[i]);