HomeSort by: relevance | last modified time | path
    Searched defs:hexdump (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/lib/libc/hash/
h_hash.c 55 hexdump (unsigned char *buf, int len) function in typeref:typename:void
118 hexdump(out, outlen);
  /src/tests/dev/cgd/
t_cgd_adiantum.c 279 hexdump(const void *buf, size_t len) function in typeref:typename:void
369 hexdump(buf, C[i].secsize);
370 hexdump(C[i].ctxt, C[i].secsize);
387 hexdump(buf, C[i].secsize);
  /src/usr.bin/extattr/
getextattr.c 139 hexdump(const char *addr, size_t len) function in typeref:typename:void
406 hexdump(buf, error);
  /src/usr.sbin/btattach/
btattach.c 355 hexdump(uint8_t *ptr, size_t len) function in typeref:typename:void
384 hexdump(iov[0].iov_base, iov[0].iov_len);
385 hexdump(iov[1].iov_base, iov[1].iov_len);
  /src/tests/lib/libc/sys/
t_ptrace_wait.h 161 hexdump(#x, vx, vn); \
162 hexdump(#y, vy, vn); \
201 hexdump(const char *title, const void *buf, size_t len) function in typeref:typename:__unused void
227 hexdump(#x, vx, vn); \
228 hexdump(#y, vy, vn); \
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_cs.c 1214 #define hexdump intel_hexdump macro
1216 static void hexdump(struct drm_printer *m, const void *buf, size_t len) function in typeref:typename:void
1465 hexdump(m, ring, size);
1547 hexdump(m, rq->context->lrc_reg_state, PAGE_SIZE);
1565 hexdump(m, engine->status_page.addr, PAGE_SIZE);
selftest_lrc.c 3610 static void hexdump(const void *buf, size_t len) function in typeref:typename:void
3731 hexdump(hw, PAGE_SIZE);
3734 hexdump(lrc, PAGE_SIZE);

Completed in 18 milliseconds