Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c1670 int qeidx; in dump_one_qentry_outbound() local
1722 for (qeidx = 1; qeidx < (PMCS_QENTRY_SIZE / 4); qeidx++) { in dump_one_qentry_outbound()
1723 mdb_printf("%08x ", LE_32(*(qentryp + qeidx))); in dump_one_qentry_outbound()
1817 int qeidx; in dump_one_qentry_inbound() local
1856 for (qeidx = 2; qeidx < (PMCS_QENTRY_SIZE / 4); qeidx++) { in dump_one_qentry_inbound()
1857 mdb_printf("%08x ", LE_32(*(qentryp + qeidx))); in dump_one_qentry_inbound()