Searched refs:hex_byte_pack (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/linux/
H A Dhex.h11 static inline char *hex_byte_pack(char *buf, u8 byte) function
/linux-master/kernel/debug/
H A Dgdbstub.c219 bufptr = hex_byte_pack(bufptr, s[i]);
251 buf = hex_byte_pack(buf, *tmp);
413 pkt = hex_byte_pack(pkt, *id);
420 pkt = hex_byte_pack(pkt, 0);
488 hex_byte_pack(&remcom_out_buffer[1], ks->signo);
972 ptr = hex_byte_pack(ptr, ks->signo);
/linux-master/fs/ntfs3/
H A Ddir.c64 hex_byte_pack(&dump[0], ec >> 8);
65 hex_byte_pack(&dump[2], ec);
/linux-master/lib/
H A Dhexdump.c92 dst = hex_byte_pack(dst, *_src++);
H A Dvsprintf.c1297 p = hex_byte_pack(p, addr[5 - i]);
1299 p = hex_byte_pack(p, addr[i]);
1420 p = hex_byte_pack(p, hi);
1423 p = hex_byte_pack(p, lo);
1426 p = hex_byte_pack(p, lo);
1448 p = hex_byte_pack(p, *addr++);
1449 p = hex_byte_pack(p, *addr++);
1718 p = hex_byte_pack(p, addr[index[i]]);
/linux-master/security/keys/trusted-keys/
H A Dtrusted_core.c300 bufp = hex_byte_pack(bufp, p->blob[i]);
/linux-master/security/integrity/ima/
H A Dima_api.c402 hex_byte_pack(hash + (i * 2), iint->ima_hash->digest[i]);
/linux-master/drivers/watchdog/
H A Dhpwdt.c192 hex_byte_pack(panic_msg, mynmi);
/linux-master/fs/fat/
H A Ddir.c162 op = hex_byte_pack(op, ec >> 8);
163 op = hex_byte_pack(op, ec);
/linux-master/drivers/bus/
H A Dmoxtet.c501 p = hex_byte_pack(p, moxtet->tx[moxtet->count - i]);
/linux-master/security/keys/encrypted-keys/
H A Dencrypted.c297 bufp = hex_byte_pack(bufp, iv[i]);
/linux-master/net/sunrpc/
H A Dcache.c1158 bp = hex_byte_pack(bp, *buf++);

Completed in 231 milliseconds