Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/hexdump/
H A Dhexdump.c53 const uint8_t *hdp_data; /* Data to dump */ member
231 hdp->hdp_data[hdp->hdp_offset + i - hdp->hdp_adj]); in hexdump_data()
243 char c = hdp->hdp_data[hdp->hdp_offset + i in hexdump_data()
329 hdp.hdp_data = data; in hexdumph()