Symbol: hexdump
sys/arch/aarch64/aarch64/trap.c
993
hexdump(printf, "Stack dump", tf, 256);
sys/arch/amd64/amd64/trap.c
707
hexdump(printf, "Stack dump", tf, 256);
sys/arch/evbppc/nintendo/dev/avenc.c
181
hexdump(printf, pfx, regdump, sizeof(regdump));
sys/arch/evbppc/nintendo/dev/rtcsram.c
120
hexdump(aprint_debug, device_xname(self), &sc->sc_sram,
sys/arch/i386/i386/trap.c
838
hexdump(printf, "Stack dump", tf, 256);
sys/arch/ia64/stand/common/bootstrap.h
83
void hexdump(void *region, size_t len);
sys/arch/mips/cavium/dev/octeon_rnm.c
255
hexdump(printf, "rnm", sc->sc_sample, sizeof sc->sc_sample);
sys/arch/mips/mips/trap.c
888
hexdump(printf, "Stack dump", tf, 256);
sys/crypto/adiantum/adiantum.c
1190
hexdump(printf, prefix, h, 32);
sys/crypto/adiantum/adiantum.c
174
hexdump(printf, "sub128 1", r, sizeof r);
sys/crypto/adiantum/adiantum.c
1797
hexdump(printf, prefix, h, 32);
sys/crypto/adiantum/adiantum.c
180
hexdump(printf, "sub128 2", r, sizeof r);
sys/crypto/adiantum/adiantum.c
379
hexdump(printf, "poly1305 h", h, sizeof h);
sys/crypto/adiantum/adiantum.c
380
hexdump(printf, "poly1305 t", t, sizeof t);
sys/crypto/adiantum/adiantum_selftest.c
1821
hexdump(printf, prefix, buf, C[i].len);
sys/crypto/adiantum/adiantum_selftest.c
1829
hexdump(printf, prefix, buf, C[i].len);
sys/crypto/aes/aes_ccm.c
543
hexdump(printf, name, bufp, T[i].mlen);
sys/crypto/aes/aes_ccm.c
549
hexdump(printf, name, tagp, T[i].M);
sys/crypto/aes/aes_ccm.c
569
hexdump(printf, name, bufp, T[i].mlen);
sys/crypto/aes/aes_selftest.c
80
hexdump(printf, "was", (actual), (nbytes)); \
sys/crypto/aes/aes_selftest.c
81
hexdump(printf, "expected", (expected), (nbytes)); \
sys/crypto/chacha/chacha_selftest.c
105
hexdump(printf, "chacha core 1", out, sizeof out);
sys/crypto/chacha/chacha_selftest.c
111
hexdump(printf, "chacha core 2", out, sizeof out);
sys/crypto/chacha/chacha_selftest.c
143
hexdump(printf, "hchacha", out, sizeof out);
sys/crypto/chacha/chacha_selftest.c
352
hexdump(printf, "xchacha_stream", c, 608);
sys/crypto/chacha/chacha_selftest.c
355
hexdump(printf, "expected", c, 608);
sys/crypto/chacha/chacha_selftest.c
365
hexdump(printf, "xchacha_stream", c, 607);
sys/crypto/chacha/chacha_selftest.c
368
hexdump(printf, "expected", c, 607);
sys/crypto/chacha/chacha_selftest.c
378
hexdump(printf, "xchacha_stream", c, 543);
sys/crypto/chacha/chacha_selftest.c
381
hexdump(printf, "expected", c, 543);
sys/crypto/chacha/chacha_selftest.c
391
hexdump(printf, "xchacha_stream", c, 511);
sys/crypto/chacha/chacha_selftest.c
394
hexdump(printf, "expected", c, 511);
sys/crypto/chacha/chacha_selftest.c
404
hexdump(printf, "xchacha_stream", c, 63);
sys/crypto/chacha/chacha_selftest.c
407
hexdump(printf, "expected", c, 63);
sys/crypto/chacha/chacha_selftest.c
413
hexdump(printf, "xchacha_stream_xor", c, 608);
sys/crypto/chacha/chacha_selftest.c
414
hexdump(printf, "expected", expected, 608);
sys/crypto/chacha/chacha_selftest.c
421
hexdump(printf, "xchacha_stream_xor", c, 607);
sys/crypto/chacha/chacha_selftest.c
422
hexdump(printf, "expected", expected, 607);
sys/crypto/chacha/chacha_selftest.c
429
hexdump(printf, "xchacha_stream_xor", c, 543);
sys/crypto/chacha/chacha_selftest.c
430
hexdump(printf, "expected", expected, 543);
sys/crypto/chacha/chacha_selftest.c
437
hexdump(printf, "xchacha_stream_xor", c, 511);
sys/crypto/chacha/chacha_selftest.c
438
hexdump(printf, "expected", expected, 511);
sys/crypto/chacha/chacha_selftest.c
445
hexdump(printf, "xchacha_stream_xor", c, 63);
sys/crypto/chacha/chacha_selftest.c
446
hexdump(printf, "expected", expected, 63);
sys/dev/acpi/apei.c
1327
hexdump(printf, devctx, rawdata, rawdatalen);
sys/dev/cgd.c
1704
hexdump(printf, "was", buf, txtlen);
sys/dev/cgd.c
1705
hexdump(printf, "exp", selftests[i].ctxt, txtlen);
sys/dev/cgd.c
1713
hexdump(printf, "was", buf, txtlen);
sys/dev/cgd.c
1714
hexdump(printf, "exp", selftests[i].ptxt, txtlen);
sys/dev/ic/tpm.c
575
hexdump(aprint_debug, "tpm response header",
sys/dev/ic/tpm.c
713
hexdump(aprint_debug, "tpm response header",
sys/dev/pci/hifn7751.c
655
hexdump(printf, "hifn", num, sizeof num);
sys/dev/pci/hifn7751.c
693
hexdump(printf, "hifn", num, sizeof num);
sys/dev/pcmcia/if_ray.c
1294
hexdump(printf, __func__, (char *)sc->sc_memh + RAY_RCS_BASE,
sys/dev/pcmcia/if_ray.c
1448
hexdump(printf, __func__, frame, pktlen);
sys/dev/pcmcia/if_ray.c
1536
hexdump(printf, __func__, frame, sizeof(*frame) + 6);
sys/dev/pcmcia/if_ray.c
3077
hexdump(printf, NULL, mtod(m, void *), m->m_len);
sys/dev/usb/xhci.c
79
hexdump(printf, a, b, c); \
sys/lib/libkern/hexdump.c
93
hexdump(printf, "foo", main, atoi(argv[1]));
sys/lib/libkern/libkern.h
473
void hexdump(void (*)(const char *, ...) __printflike(1, 2),
tests/dev/cgd/t_cgd_adiantum.c
369
hexdump(buf, C[i].secsize);
tests/dev/cgd/t_cgd_adiantum.c
370
hexdump(C[i].ctxt, C[i].secsize);
tests/dev/cgd/t_cgd_adiantum.c
387
hexdump(buf, C[i].secsize);
tests/kernel/arch/x86/sig_fpu.c
368
hexdump(stderr, &before.xmm[i], sizeof(before.xmm[i]),
tests/kernel/arch/x86/sig_fpu.c
370
hexdump(stderr, &after.xmm[i], sizeof(after.xmm[i]),
tests/kernel/arch/x86/sig_fpu.c
513
hexdump(stderr, &before.ymm[i], sizeof(before.ymm[i]),
tests/kernel/arch/x86/sig_fpu.c
515
hexdump(stderr, &after.ymm[i], sizeof(after.ymm[i]),
tests/kernel/arch/x86/sig_fpu.c
686
hexdump(stderr, &before.zmm[i], sizeof(before.zmm[i]),
tests/kernel/arch/x86/sig_fpu.c
688
hexdump(stderr, &after.zmm[i], sizeof(after.zmm[i]),
tests/kernel/arch/x86/sig_fpu.c
83
hexdump(FILE *fp, const void *buf, size_t len, const char *title, ...)
tests/lib/libc/hash/h_hash.c
118
hexdump(out, outlen);
tests/lib/libc/locale/t_c8rtomb.c
400
hexdump(stderr, "buf", buf, d + 1);
tests/lib/libc/locale/t_c8rtomb.c
407
hexdump(stderr, "buf", buf, d + 1);
tests/lib/libc/locale/t_c8rtomb.c
415
hexdump(stderr, "buf", buf, d + 1);
tests/lib/libc/locale/t_c8rtomb.c
427
hexdump(stderr, "buf", buf, d + 1);
tests/lib/libc/locale/t_c8rtomb.c
431
hexdump(stderr, "buf", buf, d + 1);
tests/lib/libc/locale/t_c8rtomb.c
432
hexdump(stderr, "outbuf", outbuf,
tests/lib/libc/locale/t_c8rtomb.c
440
hexdump(stderr, "buf", buf, d + 1);
tests/lib/libc/locale/t_c8rtomb.c
450
hexdump(stderr, "buf", buf, d + 1);
tests/lib/libc/locale/t_c8rtomb.c
456
hexdump(stderr, "buf", buf, d + 1);
tests/lib/libc/locale/t_c8rtomb.c
464
hexdump(stderr, "buf", buf, d + 1);
tests/lib/libc/locale/t_c8rtomb.c
465
hexdump(stderr, "outbuf", outbuf,
tests/lib/libc/locale/t_c8rtomb.c
475
hexdump(stderr, "buf", buf, d + 1);
tests/lib/libc/locale/t_c8rtomb.c
479
hexdump(stderr, "buf", buf, d + 1);
tests/lib/libc/locale/t_c8rtomb.c
485
hexdump(stderr, "buf", buf, d + 1);
tests/lib/libc/locale/t_c8rtomb.c
486
hexdump(stderr, "outbuf", outbuf,
tests/lib/libc/locale/t_c8rtomb.c
492
hexdump(stderr, "buf", buf, d + 1);
tests/lib/libc/sys/t_ptrace_wait.h
161
hexdump(#x, vx, vn); \
tests/lib/libc/sys/t_ptrace_wait.h
162
hexdump(#y, vy, vn); \
tests/lib/libc/sys/t_ptrace_wait.h
227
hexdump(#x, vx, vn); \
tests/lib/libc/sys/t_ptrace_wait.h
228
hexdump(#y, vy, vn); \
usr.bin/extattr/getextattr.c
406
hexdump(buf, error);
usr.sbin/btattach/btattach.c
384
hexdump(iov[0].iov_base, iov[0].iov_len);
usr.sbin/btattach/btattach.c
385
hexdump(iov[1].iov_base, iov[1].iov_len);