Home
last modified time | relevance | path

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

/freebsd/sbin/ifconfig/
H A Dsfp.c117 "\t", HD_OMIT_COUNT | HD_OMIT_CHARS); in sfp_status()
120 "\t", HD_OMIT_COUNT | HD_OMIT_CHARS); in sfp_status()
124 "\t", HD_OMIT_COUNT | HD_OMIT_CHARS); in sfp_status()
/freebsd/lib/libutil/
H A Dhexdump.c77 if ((flags & HD_OMIT_CHARS) == 0) { in hexdump()
H A Dlibutil.h233 #define HD_OMIT_CHARS (1 << 18) macro
/freebsd/sys/dev/ice/
H A Dice_osdep.c144 hexdump(buf, len, prettyname, HD_OMIT_CHARS | rowsize); in ice_debug_array()
180 hexdump(buf, len, prettyname, HD_OMIT_CHARS | rowsize); in ice_info_fwlog()
/freebsd/sys/powerpc/powermac/
H A Dtbgpio.c94 hexdump(pfunc, res, NULL, HD_OMIT_CHARS); in tbgpio_probe()
/freebsd/sys/sys/
H A Dsbuf.h70 #define HD_OMIT_CHARS (1 << 18) macro
H A Dsystm.h252 #define HD_OMIT_CHARS (1 << 18) macro
/freebsd/lib/msun/tests/
H A Dfenv_test.c175 hexdump(&env, sizeof(env), "current fenv ", HD_OMIT_CHARS); in ATF_TC_BODY()
176 hexdump(FE_DFL_ENV, sizeof(env), "default fenv ", HD_OMIT_CHARS); in ATF_TC_BODY()
/freebsd/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c78 hexdump(filter->func, filter->size, NULL, HD_OMIT_CHARS); in bpf_compile_and_filter()
/freebsd/usr.sbin/mpsutil/
H A Dmpsutil.h103 #define HD_OMIT_CHARS (1 << 18) macro
H A Dmpsutil.c200 if ((flags & HD_OMIT_CHARS) == 0) { in hexdump()
/freebsd/usr.sbin/mptutil/
H A Dmptutil.h95 #define HD_OMIT_CHARS (1 << 18) macro
H A Dmpt_cmd.c612 if ((flags & HD_OMIT_CHARS) == 0) { in hexdump()
/freebsd/sys/dev/mfi/
H A Dmfi_debug.c195 hexdump(cm->cm_frame, cm->cm_total_frame_size, NULL, HD_OMIT_CHARS); in mfi_print_generic_frame()
/freebsd/sys/kern/
H A Dsubr_prf.c1190 if ((flags & HD_OMIT_CHARS) == 0) { in hexdump()
1245 if ((flags & HD_OMIT_CHARS) == 0) { in sbuf_hexdump()
/freebsd/sys/dev/liquidio/base/
H A Dlio_droq.c611 HD_OMIT_CHARS); in lio_droq_fast_process_packets()
/freebsd/sys/dev/fb/
H A Dvesa.c839 hexdump(buf, sizeof(*buf), NULL, HD_OMIT_CHARS); in vesa_bios_init()