Searched refs:hdp_offset (Results 1 – 1 of 1) sorted by relevance
63 uint64_t hdp_offset; /* Current offset */ member186 (i + hdp->hdp_offset) & 0xf); in hexdump_header()197 (i + hdp->hdp_offset) & 0xf); in hexdump_header()206 uint64_t addr = hdp->hdp_baseaddr + hdp->hdp_offset; in hexdump_data()217 if (hdp->hdp_offset + i >= hdp->hdp_len) { in hexdump_data()227 hdp->hdp_offset + i >= hdp->hdp_len) { in hexdump_data()231 hdp->hdp_data[hdp->hdp_offset + i - hdp->hdp_adj]); in hexdump_data()238 if (hdp->hdp_offset + i >= hdp->hdp_len) in hexdump_data()243 char c = hdp->hdp_data[hdp->hdp_offset + i in hexdump_data()262 ret = cb(cbarg, hdr ? UINT64_MAX : hdp->hdp_bufaddr + hdp->hdp_offset, in hexdump_output()[all …]