Home
last modified time | relevance | path

Searched refs:HD_COLUMN_MASK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dhexdump.c58 if ((flags & HD_COLUMN_MASK) != 0) in hexdump()
59 cols = flags & HD_COLUMN_MASK; in hexdump()
H A Dhexdump.h42 #define HD_COLUMN_MASK 0xff macro