Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/hexdump/
H A Dhexdump.c56 uint8_t hdp_addrwidth; /* Width of address field */ member
174 ilstr_aprintf(&hdp->hdp_buf, "%*s ", hdp->hdp_addrwidth, ""); in hexdump_header()
213 hdp->hdp_addrwidth, addr); in hexdump_data()
279 if (strl <= hdp->hdp_addrwidth || pstrl <= hdp->hdp_addrwidth) in hexdump_squishable()
282 str += hdp->hdp_addrwidth; in hexdump_squishable()
283 pstr += hdp->hdp_addrwidth; in hexdump_squishable()
362 hdp.hdp_addrwidth = (flsll(hdp.hdp_baseaddr + len) + 3) / 4; in hexdumph()
363 if (h != NULL && h->h_addrwidth > hdp.hdp_addrwidth) in hexdumph()
364 hdp.hdp_addrwidth = h->h_addrwidth; in hexdumph()