Home
last modified time | relevance | path

Searched refs:HD_OMIT_CHARS (Results 1 – 12 of 12) sorted by relevance

/NextBSD/lib/libutil/
HDhexdump.c80 if ((flags & HD_OMIT_CHARS) == 0) { in hexdump()
HDlibutil.h218 #define HD_OMIT_CHARS (1 << 18) macro
/NextBSD/sys/sys/
HDsbuf.h66 #define HD_OMIT_CHARS (1 << 18) macro
HDsystm.h237 #define HD_OMIT_CHARS (1 << 18) macro
/NextBSD/usr.sbin/mpsutil/
HDmpsutil.c189 if ((flags & HD_OMIT_CHARS) == 0) { in hexdump()
HDmpsutil.h103 #define HD_OMIT_CHARS (1 << 18) macro
/NextBSD/tools/regression/bpf/bpf_filter/
HDbpf_test.c80 hexdump(filter->func, filter->size, NULL, HD_OMIT_CHARS); in bpf_compile_and_filter()
/NextBSD/usr.sbin/mptutil/
HDmptutil.h95 #define HD_OMIT_CHARS (1 << 18) macro
HDmpt_cmd.c613 if ((flags & HD_OMIT_CHARS) == 0) { in hexdump()
/NextBSD/sys/dev/mfi/
HDmfi_debug.c195 hexdump(cm->cm_frame, cm->cm_total_frame_size, NULL, HD_OMIT_CHARS); in mfi_print_generic_frame()
/NextBSD/sys/kern/
HDsubr_prf.c1119 if ((flags & HD_OMIT_CHARS) == 0) { in hexdump()
1174 if ((flags & HD_OMIT_CHARS) == 0) { in sbuf_hexdump()
/NextBSD/sys/dev/fb/
HDvesa.c837 hexdump(buf, sizeof(*buf), NULL, HD_OMIT_CHARS); in vesa_bios_init()