Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/pmcs/
H A Dpmcs.c1666 int qeidx; in dump_one_qentry_outbound() local
1718 for (qeidx = 1; qeidx < (PMCS_QENTRY_SIZE / 4); qeidx++) { in dump_one_qentry_outbound()
1719 mdb_printf("%08x ", LE_32(*(qentryp + qeidx))); in dump_one_qentry_outbound()
1813 int qeidx; in dump_one_qentry_inbound() local
1852 for (qeidx = 2; qeidx < (PMCS_QENTRY_SIZE / 4); qeidx++) { in dump_one_qentry_inbound()
1853 mdb_printf("%08x ", LE_32(*(qentryp + qeidx))); in dump_one_qentry_inbound()